9 replies to this topic
#1
Posted 09 November 2012 - 01:42 PM
Hi. I am working on a very very simple site:http://urviandroshan.us/main/
And for some reason it loads so slow - see here:
It looks like the pageless dynamic file is what is slowing down the site. How can I remedy this?
And for some reason it loads so slow - see here:
It looks like the pageless dynamic file is what is slowing down the site. How can I remedy this?
#2
Posted 09 November 2012 - 01:46 PM
1.6s is slow?
#3
Posted 09 November 2012 - 01:57 PM
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 .
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 .
#4
Posted 09 November 2012 - 01:57 PM
See:
I redid it and it's now 4.63 s
I redid it and it's now 4.63 s
#5
Posted 09 November 2012 - 02:33 PM
Your site is actually faster than the average of 6 seconds.
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.
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.
#6
Posted 09 November 2012 - 03:09 PM
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.
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.
#7
Posted 09 November 2012 - 03:10 PM
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.
#8
Posted 09 November 2012 - 03:15 PM
Add to wp-config.php:
#9
Posted 15 November 2012 - 08:42 PM
Add to wp-config.php:
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...
#10
Posted 16 November 2012 - 05:18 AM
define( 'LESS_FILE_MODE', true );
This code stops the site compiling LESS and goes back to using a single static CSS file.
This code stops the site compiling LESS and goes back to using a single static CSS file.











