Home  //  Blog  //  WordPress Optimization

Including Scripts on Selected WordPress Templates Using Conditional Tags

Posted on February 25, 2011 in WordPress Optimization

Running scripts on your posts or pages can give you the ability to enhance website functionality, but loading them in areas where they are not going to be used can add extra load times to your content pages. Using a conditional statement along with WordPress conditional tags will help you specify... Read Full Post →

Deregister and Move WordPress Plugin Javascripts Into the Footer

Posted on August 15, 2010 in WordPress Optimization

As a javascript is being loaded on a site, it will prevent any other item from downloading. This can be very frustrating for your visitors if the scripts are loading before the images, styles, or other site components. Having your javascript calls placed in your footer will allow other resources on... Read Full Post →

How to Deregistering the Default Plugin CSS Files in WordPress

Posted on August 8, 2010 in WordPress Optimization

With every file loaded into a site an HTTP request is made to the server, and the higher the number of requests made will decrease the overall load time of your site pages and posts. A simple way to cut down on those requests is by combining your CSS and Javascript files into as few... Read Full Post →

© Troy Chaplin 2010  //  Site built using a Macbook Pro, Coda and Photoshop and is proudly powered by WordPress