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
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