|
| 1 | +=== CSS JS Query String Remover === |
| 2 | +Contributors: kevinhq |
| 3 | +Tags: performance |
| 4 | +Requires at least: 4.9 |
| 5 | +Tested up to: 4.9.6 |
| 6 | +Stable tag: 1.1 |
| 7 | + |
| 8 | + |
| 9 | +This plugin fix WordPress performance issue: Remove query strings from static resources |
| 10 | + |
| 11 | + |
| 12 | +== Description == |
| 13 | + |
| 14 | +This plugin fix WordPress performance issue: Remove query strings from static resources |
| 15 | + |
| 16 | +When you test your WordPress site performance with tools like Pingdom, you often see problem: Remove query strings from static resources. |
| 17 | + |
| 18 | +This plugin will fix it. |
| 19 | + |
| 20 | +For more deatils please read at [https://kevinhq.com/plugin-review/css-js-query-string-remover-plugin/](https://kevinhq.com/plugin-review/css-js-query-string-remover-plugin/) |
| 21 | + |
| 22 | +== Installation == |
| 23 | + |
| 24 | +After you've downloaded and extracted the files: |
| 25 | + |
| 26 | +1. Upload the complete 'css-js-query-string-remover' folder to the '/wp-content/plugins/' directory OR install via the plugin installer |
| 27 | +2. Activate the plugin through the 'Plugins' menu in WordPress |
| 28 | +3. And you are done! |
| 29 | + |
| 30 | + |
| 31 | +== Changelog == |
| 32 | + |
| 33 | += 1.0 = |
| 34 | +* Remove query strings from static resources of WordPress site: CSS and JS |
| 35 | +* Initial release |
| 36 | + |
| 37 | += 1.1 = |
| 38 | +* Exempt the back-end if admin is login. |
0 commit comments