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 ?
Asked
Active
Viewed 156 times
1
-
Chrome has some tools to simulate this. I think it is in the console. – TheCrzyMan Jan 01 '18 at 07:00
2 Answers
1
Use Chrome dev tools (command+option+J on mac, or control+option+j on windows I think), and select the network throttling option.

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
-
That similar question looks like a duplicate to me. I've flagged for closure. – 4castle Jan 01 '18 at 07:04