Resources With A "?" In The Url Are Not Cached By Some Proxy Caching Servers.

Hello,

Checked with GTmetrix and shows a problem query strings (F 38). Remove query strings from static resources.

Resources with a "?" in the URL are not cached by some proxy caching servers. Remove the query string and encode the parameters into the URL for the following resources:

How and where to fix this please?

Regards

Hello,

Checked with GTmetrix and shows a problem query strings (F 38). Remove query strings from static resources.

Resources with a "?" in the URL are not cached by some proxy caching servers. Remove the query string and encode the parameters into the URL for the following resources:

How and where to fix this please?

Regards

Hello,

The one for the JavaScript files is located in /app/functions/smarty_plugins/function.script.php

$src = Registry::get('config.current_location') . '/' . fn_link_attach($params['src'], 'ver=' . PRODUCT_VERSION);

Do mind that you shouldn't do updates when you change this, because if someone has a old version of the file it will not get updated properly causing your website to malfunction in some cases.