Just found this article on SixRevisions.com about how to make your pages load faster.
You can see the list at:
http://sixrevisions.com/web-developm...esponse-times/
Anyone has other tips to share?
Printable View
Just found this article on SixRevisions.com about how to make your pages load faster.
You can see the list at:
http://sixrevisions.com/web-developm...esponse-times/
Anyone has other tips to share?
Wow been looking for this, you can also have LIVEPHP but requires more skill to carry out - but gives cool live stats!
Footylad
Clean up your code.
Reduce javascript files
If youre hosting you site on Apache, use one of these methods inside the .htaccess file to speed up your site
search on Google for: "Easy Apache Speed Tips"
and simpli follow links at the bottom of the page.
Other thing is you could use a PHP script to minimise and concate all css files into one cached file and it works for javascript files too
search Google for: "minify - Google Code"
And set up some caching
This will considerably speed up response time and lessen the server load.
(I would like to post links but have to wait till I have 5 posts posted)
Apache .htaccess setup
Remove ETag Headers to Speed up Apache – Easy Apache Speed Tips
Minify - css and javascript concator and minimizer
minify - Google Code
Hi,
here is a plugin for wordpress that uses minify engine to combine and minify js and css files
WordPress › WP Minify « WordPress Plugins
And here is a plugin that does it all
http://wordpress.org/extend/plugins/head-cleaner/