Category Archives: WordPress

Posts relating to WordPress, the CMS that powers a startling amount of the web.

Load JQuery from Google’s CDN with local fallback in WordPress

by

The advantages of loading scripts from Google’s CDN are fairly obvious – for a common script such as jQuery, we’re on to a better-than-even chance that the user will already have the script in their browser’s cache from other sites, reducing the total download weight of your site. Even if they don’t, the file will…

Posted in WordPress | Tagged , , , | Leave a comment