0

I am developing my websites locally with MAMP. But I would like to know how they will act in the 'real world'.

Is there a way how I can intentionally slow down page load to a more common internet connection speed? I am mostly concerned on how well my websites perform looking at HTML requests (scripts, images, sprites, etc.) and lacy loading.

The only thing I found by googling was this: Intentionally Slow Down HTML/PHP Page Load to Test. I don't want to stop page load though, I just want to make it slower.

Thanks!

EDIT

For googlers - one of the answers at linked question recommended Deeelay.me service, which is exactly what I was looking for at the time.

Community
  • 1
  • 1
Petr Cibulka
  • 2,452
  • 4
  • 28
  • 45

1 Answers1

0

set up local proxy and set transfer rate as desired. it may be apache but for sure you can find something simpler with google

piotrek
  • 13,982
  • 13
  • 79
  • 165