Automatic Asset Version Killer
Remove ?ver= from CSS and JavaScript URLs so static assets cache better with CDNs and performance audits.
Overview
SPP Query String Cache Buster is a specialized performance optimization tool designed to resolve a common conflict between WordPress asset updates and global content delivery networks. By default, WordPress appends a version parameter query string to enqueued CSS stylesheets and JavaScript files, ensuring that browsers instantly fetch fresh copies of updated files rather than relying on stale local caches. While this mechanism is helpful for development, static query strings cause major performance bottlenecks across proxies, caching servers, and popular content delivery networks, which often refuse to cache files containing question marks in their URLs. This plugin solves the problem by cleanly removing these query strings, immediately satisfying optimization requirements for speed testing tools like GTmetrix, Pingdom, and PageSpeed Insights while maximizing your site's overall caching efficiency.