Wordpress CSS include optimization

Who does run Wordpress without a single plug-in? Not many, I guess. If you run a popular blog using a few plug-ins, it’s time for quick CSS file optimization.

To speed up the blog loading time a little, you should serve less hits - this provides lower latency and server network stack usage. You should found out any plug-ins of your blog use their own CSS files. If plug-ins have their own style sheet that it is loaded in every page for web visitors, you should consider moving CSS definitions to your main style sheet.

Remember, even the smallest performance boost does pay back in long run. Imagine, if you are serving 10 million hits daily where 100,000 extra hits will be due to of plug-in CSS, those can be easily merged with your main CSS file.

2 Comments »

  1. Kevin said,

    January 10, 2008 at 3:08 pm

    Don’t forget to use mod_expires or mod_headers and set expire field in the HTTP header. Will save on bandwidth fees and your web site will be faster as well.

    Kevin

  2. Bob said,

    January 12, 2008 at 6:22 pm

    Sure it will speed up file (CSS) delivery. The less files the better!

RSS feed for comments on this post

Leave a Comment