Awesome thanks Acid
/gets PageSpeed + YSlow![]()
"The oldest and strongest emotion of mankind is fear, and the oldest and strongest kind of fear is fear of the unknown" - H.P. Lovecraft
Yea it's awesome, I usually save a lot just by minifying my JS and my CSS. Sometimes the designer also uses styles and includes unused ones while he designed the stuff reducing that file size considerably. Just wish there was a way to get Page Speed to show you a file without the styles, would make editing one to exclude them much easier
Thanks again for the help guys I have passed your comments onto the web guys.
// To many CSS files
// To many JS files
And get them to turn on permalinks - will help with SEO
When everyone has a public voice, we see how many people just don't have anything interesting to communicate
Sportslinks
When everyone has a public voice, we see how many people just don't have anything interesting to communicate
Sportslinks
...stix. your contribution is legendary![]()
"The oldest and strongest emotion of mankind is fear, and the oldest and strongest kind of fear is fear of the unknown" - H.P. Lovecraft
i wonder if the devs had managed to overhaul it from bloat to float.
"The oldest and strongest emotion of mankind is fear, and the oldest and strongest kind of fear is fear of the unknown" - H.P. Lovecraft
Not sure haven't checked again, all I can say is it should literally take them an hour to do.
They just need to go through all the plugins they installed on wordpress, make a concise list of what CSS and JS is needed. Defer the JS not needed to the footer page and the essential ones (which is really just 1 file) to the header.
Then take out the code in the plugins that loads these js/css files.
Sure it's a manual job if you want to update the plugins each time to make sure they don't load crap in your pages. But like I said... different web guys.
Personally, instead of using only that flickr plugin which loads the entire image into a small thumbnail (which is where most your bandwidth dissappears to)... and to cater for the poor saps who have LOCAL ONLY bandwidth (seeing as it's a locally hosted website too). I'd write a small cURL command (or whatever) to get the image from flickr, cache it on my website, RESIZE the thing to thumbnail and THEN display it...
ANYWAY. My ass is sore from this stupid ****ing chair I'm sitting on and I have ton of work to do today. At least it's not 42 like yesterday. Cloudy with a chance of cool wind = nice![]()
O/T
thanks for the reference to YSlow, I used it today on my joomla website and got a shock
but after spending 4 hours compressing .css, image and js files, adding Expires headers etc. I have it to a Grade C (score 73)
Now to combine the fusking stylesheets and make imagesprites ( tommorow) I hope to improve to a B , there is nothing that I can do about the -
Grade F on Use a Content Delivery Network (CDN) so that will have to fail
some helpfull tips and tools I found in my Joomla optimising mission of the day
in the .htaccess file add the following code sorts out the Expires Headers problem
<IfModule mod_headers.c>
Header unset ETag
Header unset Last-Modified
</IfModule>
FileETag None
<FilesMatch "\.(ico|gz|JPG|jpg|jpeg|png|gif|js|css|swf)$">
Header unset Cache-control
Header set Expires "Mon, 13 Dec 2010 20:00:00 GMT"
</FilesMatch>
in Joomla turn on cache and also for all modules installed
http://jscompress.com/ - compress all jscript
http://www.cssdrive.com/index.php/main/csscompressor/ - compress all .css
for image sprites made easy visit http://spriteme.org/ and follow instructions.
hope this turns out useful to somebody![]()
www.zagame.co.za - down due to moving host
Thanks for the contribution zagame!
www.zagame.co.za - down due to moving host
Bookmarks