Hi @vdn-staff,
This option disables using query strings for resources optimized by PhastPress only.
Which URL on your site has a query string where you don’t expect it? I’m not seeing any resources with query strings loading from your site when I check the Network panel in the browser developer tools.
–Albert
This option disables using query strings for resources optimized by PhastPress only.
Right.
Which URL on your site has a query string where you don’t expect it? I’m not seeing any resources with query strings loading from your site when I check the Network panel in the browser developer tools.
Assuming we’re talking about ?ver= type query strings, all of them in my source code…
Hi @vdn-staff,
Those query strings appear in your source code, but they are not actually used when downloading the resources.
You’ll see that they appear in a data-phast-original-src attribute, instead of the src attribute. They are only kept so that you can see which resource is which, and in case there’s an issue with PhastPress, they are used as a fallback.
–Albert