Optimized my blog 
Wordpress February 23rd, 2008
I was so surprise when I used the Firebug to inspect homepage net load of my blog. It loaded 378K data, and most of them are js files…
I have investigated the return result and found this issue caused by following plugins:
- Social Bookmarks:
- prototype.js 62K
- effect.js 34K
- dragdrop.js 32K
- controls.js 29K
- niftycube.js 9K
- slider.js 12K
- WP Grins:
- prototype.js?ver=1.5.1.1 97K
- wp_grins_js 9K
- NextGEN Gallery:
- jquery.js?ver=1.2.2 30K
- thickbox-pack.js?ver=3.1.1 9K
- swfobject.js?ver=1.5 7K
These plugins take extra 330K data downloaded when activated, so crazy… So I deactivated Social Bookmarks and WP Grins, keep the NextGEN Gallery only.
And I have modified the configure file of nginx server, try to optimize static files’ performance
No related posts.
Tags: Optimization, Wordpress