InfoBilisim Query Strings Remover
·
A lightweight plugin to remove query strings from static resources like CSS and JS files to improve speed and caching scores.
This plugin automatically cleans up version parameters (like ?ver=, ?v=) from your static resources (CSS and JavaScript files). This helps resolve the « Remove query strings from static resources » warning found in GTMetrix, Pingdom, and Google PageSpeed Insights, significantly improving your website’s caching capabilities.
Key Features:
- High Performance: Uses static caching and O(1) complexity lookup algorithm.
- Smart Filtering: Automatically excludes critical resources like CDNs and Google Fonts to prevent breakage.
- Developer Friendly: Includes hooks like
rqs_excluded_handlesfor custom exclusions. - Safe: No database changes, works entirely on the frontend.
