View Single Post
  #9  
Old 01-20-2012, 05:10 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
Quote:
Originally Posted by agriz View Post
...
But in the meantime, the site takes very very long time to load.
Finally sometimes shows output without css and sometimes with proper design.

I am loading the site as site.com:2080

...
You may have path/to/css hardcode in the page so that those css files will be missing when serve from :2080.

to troubleshoot long page loading, use firebug to get the loading breakdown of each resource of the page to see the bottleneck.
Reply With Quote