[Ilugc] How to simulate slow speed internet connections ?

  • From: munichlinux@xxxxxxxxx (Prashanth)
  • Date: Sun Apr 25 19:06:20 2010

Hi

On Mon, Apr 12, 2010 at 6:44 PM, balachandar <balachandarlinks@xxxxxxxxx> wrote:

how my webpage will load in slow internet speed connections.So that i can
make some animations for the user to enjoy till the webpage is fully loaded.

Identify which section of your page takes long time(Firebug is your
friend). Try cache, optimizing your code/database design. If you still
have a reason  to do large computation better solution would be load
the basic JavaScript first and load different section of the page
later and show a spinner or any other animation that you want. For a
good user experience, user should be seeing the core content in few
seconds, iterate over the optimization till you achieve what you want.

-- 
regards,
Prashanth

Other related posts: