Contributors: litefeel
Tags: optimization, style, script, resources, plugins, query-string
Donate link: https://www.paypal.me/litefeel
Requires at least: 3.0.0
Tested up to: 4.7.3
Stable tag: 1.6
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WP Resources URL Optimization is a Wordpress plugin optimized browser cache, it will greatly enhance the website page display speed and reduce the pressure of the server to handle static files.
WP Resources URL Optimization is a Wordpress plugin optimized browser cache, it will greatly enhance the website page display speed and reduce the pressure of the server to handle static files. Default wp added after the static files the query string(version number) to ensure that the static files are modified immediately after the performance to the browser (front-end), this way there is a drawback: the browser will request the server regardless of whether the file is modified, If the file has been modified it will download the new file, if the file has not been modified http status code 304 is returned to inform the browser reads the local cache. The goal of the plugin: do not have to re-initiate the request to the server, and directly read the browser cache when the file has not been modified.
Related Links:
- Navigate to the 'Add New' in the plugins dashboard
- Search for 'WP Resources URL Optimization'
- Click 'Install Now'
- Activate the plugin on the Plugin dashboard
- Download
wp-resources-url-optimization.zipfrom the WordPress plugins repository. - Navigate to the 'Add New' in the plugins dashboard
- Navigate to the 'Upload' area
- Select
wp-resources-url-optimization.zipfrom your computer - Click 'Install Now'
- Activate the plugin in the Plugin dashboard
- Download
wp-resources-url-optimization.zip - Extract the
wp-resources-url-optimizationdirectory to your computer - Upload the
wp-resources-url-optimizationdirectory to the/wp-content/plugins/directory - Activate the plugin in the Plugin dashboard
The plug-in will modify the css and js file url used in the css sprite technology, the picture address are also taken to modify, while ensuring css work properly.
Please ensure that js and css files added by use wp_enqueue_script and wp_enqueue_style method.
Yes, The plug has been considered the problem of the sprite.
Please modify the original file, not automatically generated files.
No. The plugin will automatically generate a new files when the file modified.