Descripció
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.
Captures
Instal·lació
- Upload the plugin folder to the
/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- No configuration needed! It works immediately upon activation.
PMF
-
Which files are affected?
-
It removes query strings from all CSS (.css) and JavaScript (.js) files on the frontend.
-
Can I exclude specific scripts?
-
Yes. Developers can use the
rqs_excluded_handlesfilter to exclude specific script handles.
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«InfoBilisim Query Strings Remover» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «InfoBilisim Query Strings Remover» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.3.2
- Initial release.
- Added support for PHP 8.x.
- Added memory leak protection.


