Can someone beat me?

Status
Not open for further replies.
33 comments
Done:
http://screensnapr.com/v/bmfdOx.png

What should matter, more than the % and grades assigned, is the page load speed, page size, and no. of requests. The end user isn't looking for what grade you were given on YSlow and PageSpeed. To him, what matters is how fast your site loaded. And 2.99 seconds for a site, is quite a bit.
 
All my sites (with the exception of one) can beat you on Google page speed. If the Google Anatical code is removed they all beat your site easily on Yahoo but they are powered by a custom coded blog script not wordpress.

This is actually my slowest site http://gtmetrix.com/reports/www.mechoddl.com/TQuUKgzv

I'm ridiculously obsessed though when it comes to speed. I rename font-weight:bold to font-weight:700 as it's one less character :S
 
this is the best i can do :) coz i dont know how to serve from static domains :( and i failed many times in css sprite :P

053439.png
 
this is the best i can do :) coz i dont know how to serve from static domains :( and i failed many times in css sprite :P

053439.png

Hi, if it is a wordpress blog go ahead and write this in your wp-config.php :
define('COOKIE_DOMAIN', 'www.static.yourblog.com');
Where static has a CNAME record to your blog and you are done with it ;)

For sprites bookmark the following links and click it while on your page, it helps you a lot :)
http://javascript<b></b>:(function(...Name('head')[0].appendChild(spritemejs);})();
Code:
javascript:(function(){var%20spritemejs=document.createElement('SCRIPT');spritemejs.type='text/javascript';spritemejs.src='http://spriteme.org/spriteme.js';document.getElementsByTagName('head')[0].appendChild(spritemejs);})();

Or if you are advanced you can use auto sprites,
http://codecanyon.net/item/css-auto-sprites/85409

Regards,
ProtoWorker.
 
Status
Not open for further replies.
Back
Top