Skip to main content

Posts

Showing posts from February 26, 2012

Defer Parsing of JavaScript in WordPress for Faster Initial Loading

Defer Parsing of JavaScript in WordPress for Faster Initial Loading    阅读原文» This is a simple tutorial for beginners in WordPress on how you can defer parsing of JavaScript to improve the page loading performance of your blog. This also improves your Google Page Speed score which is a search engine ranking factor used by Google. Initially, JavaScript interferes with the other important page elements loaded such as your main text content that the visitor wants to see first. If JavaScript elements are taking so long to load, it will block the initial rendering of your content and other important parts forcing your visitor to close your page or even press the browser back button. Therefore this aspect can affect user experience. Basic Tools Needed: Firebug and Google Page Speed First, it is recommended you use latest version of Firefox web browser; then download and install Firebug . Once you get that working, you need to download and install Google Page Speed add-on for Firebug . Mak