>
Download This Plugin | |
Download Elegant Themes | |
Name | Performance Optimization: Order Styles and Javascript |
Version | 1.0 |
Author | Satya Prakash |
Rating | 100 |
Last updated | 2013-10-11 09:46:00 |
Downloads |
7680
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Performance Optimization: Order Styles and Javascript plugin added 3 bytes of resources to the Home page and 5 bytes of resources to the sample Post page.
Performance Optimization: Order Styles and Javascript plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Performance Optimization: Order Styles and Javascript plugin ads no tables to your Wordpress blog database.Did you ever read about Optimization of website/blog through ordering styles and Scripts in head section? If you like your website load in browser as quickly as possible then you may have read in performance optimization tips that you should move all CSS files on top and script at last in HTML head section <head></head>.
How do you order those calls? If you are manually putting CSS and JavaScript files in head section (<head></head>), then you can do this very easily. Just modify once and optimization for this is over. What if you are using plugins and that are adding calls to JavaScript and CSS files dynamically. This is case of Wordpress blog, where we use many plugins and those plugins add various Styles and Script files dynamically from wp_head() call.
If above lines, do not makes much sense to you then probably you have not read this documentation on Google.
The plugin will also collect different inline scripts to one place. Thus making the source code look better.
To check, if the plugin is doing anything or not, compare the Head section before and after activating the plugin.
(For reading more details discussion, follow the Plugin link on right side.)