1

I need to see how my web page works when it's loading slowly. Does anyone know how to make slower a web page ? I'm using HTML, CSS, Javascript and jQuery. Is this an unnecessary work ?

raao
  • 17
  • 6

2 Answers2

1

Use Chrome dev tools (command+option+J on mac, or control+option+j on windows I think), and select the network throttling option.

enter image description here

Tallboy
  • 12,847
  • 13
  • 82
  • 173
0

Many modern Browsers are shipped with such functionality. For example Firefox can do it like this. There exists a similar question on SO.

David Artmann
  • 4,272
  • 1
  • 16
  • 24