
01-20-2012, 05:10 PM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,337
|
|
Quote:
Originally Posted by agriz
...
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.
|