Linux 软件免费装
Banner图

WP Remove Query Strings From Static Resources

开发者 rinkuyadav999
更新时间 2026年7月11日 12:42
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

performance page speed query strings remove query strings static resources

下载

1.6 1.7 1.5 2.0 1.8 2.1 2.2 2.3 2.4

详情介绍:

WP Remove Query Strings From Static Resources is a lightweight, zero-configuration WordPress plugin that automatically removes query strings (like ?ver=6.6) from your local CSS and JavaScript file URLs. It intelligently ignores external resources (such as third-party APIs like Google Maps) to prevent breaking their functionality, and features strict extension checking to protect dynamic scripts. By default, WordPress appends version parameters to static resource URLs — for example: https://example.com/style.css?ver=6.6 While this helps with cache-busting during development, it prevents proxy servers and CDN networks from properly caching these files, which hurts your website's performance score. This plugin strips those query strings, turning URLs like: https://example.com/style.css?ver=6.6 into clean, cacheable URLs like: https://example.com/style.css Why Does This Matter? Speed is a critical ranking factor for search engines. Tools like Google PageSpeed Insights, GTmetrix, Pingdom, and YSlow flag query strings on static resources as a performance issue. Removing them can: How It Works Once activated, the plugin hooks into WordPress's built-in script_loader_src and style_loader_src filters and silently removes all query string parameters from your local CSS and JS URLs — on the frontend only. The WordPress admin dashboard is never affected. No setup required. No settings page. Just install, activate, and you're done. Features Learn more about Query Strings on Wikipedia Upgrade to Pro Get even faster load times and more advanced features with Pro! Upgrade to Pro!

安装:

There are three ways to install this plugin: Option 1: Install via WordPress Dashboard (Recommended)
  1. Go to Dashboard > Plugins > Add New.
  2. Search for WP Remove Query Strings From Static Resources.
  3. Click Install Now, then click Activate.
  4. That's it — the plugin works immediately, no configuration needed.
Option 2: Upload via WordPress Dashboard
  1. Download the plugin ZIP file from the WordPress Plugin Repository.
  2. Go to Dashboard > Plugins > Add New > Upload Plugin.
  3. Choose the downloaded ZIP file and click Install Now.
  4. Activate the plugin from the Plugins page.
Option 3: Upload via FTP
  1. Download and extract the plugin ZIP file.
  2. Upload the wp-remove-query-strings-from-static-resources folder to /wp-content/plugins/ on your server.
  3. Go to Dashboard > Plugins, find the plugin, and click Activate.

升级注意事项:

2.4 Major update: Safely ignores external resources and strictly targets .css and .js files. Upgrade recommended.

常见问题:

Does this plugin have a settings page?

No. This plugin works automatically as soon as you activate it. There are no settings to configure.

Will it affect my WordPress admin dashboard?

No. The plugin only runs on the frontend of your website. The admin dashboard is completely unaffected.

Which query string parameters does it remove?

It removes all query string parameters from CSS and JS URLs — including ?ver=, ?v=, ?timestamp=, and any other parameters. It is not limited to just ?ver=.

Will this break my website?

No. Removing query strings from static resources is a safe and widely recommended performance optimization. Your CSS and JS files will still load correctly.

Does it work with caching plugins?

Yes. It is compatible with all caching plugins.

Will it improve my PageSpeed or GTmetrix score?

Yes. Tools like Google PageSpeed Insights, GTmetrix, Pingdom, and YSlow flag query strings on static resources as a performance issue. Removing them helps improve your score.

I need support

Please open a support topic on the WordPress.org support forum and we will be happy to help.

更新日志:

2.4 2.3 2.2 2.0 1.8 1.7 1.6 1.5 1.4 1.3 1.2 1.1 1.0