gayatriom 0 Report post Posted November 9, 2012 Hi. I am working on a very very simple site:http://urviandroshan.us/main/ And for some reason it loads so slow - see here: http://tools.pingdom.com/fpt/#!/yOUuQOf8f/http://urviandroshan.us/main/ It looks like the pageless dynamic file is what is slowing down the site. How can I remedy this? Share this post Link to post Share on other sites
Simon 248 Report post Posted November 9, 2012 1.6s is slow? Share this post Link to post Share on other sites
gayatriom 0 Report post Posted November 9, 2012 Hey! Actually usually it takes 4.6 seconds. So odd! When I load it after clearing my cache it's always UBER slow. I've compressed files, etc. It's a wedding website so the client is really intent on making sure it loads fast the first time around since people will visit it only once . Share this post Link to post Share on other sites
gayatriom 0 Report post Posted November 9, 2012 See: http://tools.pingdom.com/fpt/#!/NpL14xux3/http://urviandroshan.us/main/ I redid it and it's now 4.63 s Share this post Link to post Share on other sites
beardedavenger 158 Report post Posted November 9, 2012 Your site is actually faster than the average of 6 seconds. http://agbeat.com/real-estate-technology-new-media/the-average-web-site-load-time-is-a-sluggish-six-seconds-infographic/ P.S - just visited your site to test stuff and IMO it's incredibly annoying to have auto playing music with no way to turn it off. I immediately left. Something big is coming for DMS + photographers. http://fotostheme.com Nick Haskins & CO - New home for all of my PageLines Store products! http://nickhaskins.co Better DMS - News, Tutorials, and Tips http://betterdms.com Share this post Link to post Share on other sites
gayatriom 0 Report post Posted November 9, 2012 hey. yes. I agree on the music. lol. It's what the client wants, as with the fade in, etc. He doesn't want people to turn it off. Share this post Link to post Share on other sites
gayatriom 0 Report post Posted November 9, 2012 this doesn't solve the issue of why it takes so long to load the the pageless dynamic file. it would be great to have a solution to this. Share this post Link to post Share on other sites
Simon 248 Report post Posted November 9, 2012 Add to wp-config.php: define( 'LESS_FILE_MODE', true );[/CODE] Share this post Link to post Share on other sites
lakersalex 4 Report post Posted November 15, 2012 Add to wp-config.php: define( 'LESS_FILE_MODE', true );[/CODE] What does that code do? I am also having problems with a website loading slowly. Pingdom says that "pagelines-compiled-css-1_1352939713" is 192.7 kB in size and is taking over a second just waiting... Share this post Link to post Share on other sites
James B 436 Report post Posted November 16, 2012 define( 'LESS_FILE_MODE', true ); This code stops the site compiling LESS and goes back to using a single static CSS file. Kindly search the forum and read the documentation before posting. It will help you resolve many issues. For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting. James B Share this post Link to post Share on other sites