Intentionally Slow Down HTML/PHP Page Load to Test

前端 未结 8 1397
别跟我提以往
别跟我提以往 2020-12-08 04:32

I\'m curious if there exists a method to intentionally slow the page load?

I\'m testing my HTML & PHP pages on my local host right now, and I want to see how my

8条回答
  •  感情败类
    2020-12-08 04:52

    you can use sloppy local web proxy to slow down your connection (it's in JAVA, so it'll probably run on your devel machine. You might also want to turn off mod_deflate for testing purposes, if you want so how your browser responds to slow HTML load (for example, dynamicly sized HTML tables, etc)

    Also, see this question on webmasters.stackexchange.com

提交回复
热议问题