?
avatar Scrabble96
Scrabble96
4 Jan 2019

Is your feature request related to a problem? Please describe.

Using both Firefox and Chrome inspectors, both the css and js files have suffixes added to them, e.g:
joomla.com/templates/cassiopeia/css/template.min.css?5f557ff33c0d15ac212520025cf14ad5 and
joomla.com/templates/cassiopeia/css/user.css?5f557ff33c0d15ac212520025cf14ad5
/media/legacy/js/jquery-noconflict.min.js?5f557ff33c0d15ac212520025cf14ad5

Describe the solution you'd like

No suffixes:
joomla.com/templates/cassiopeia/css/template.min.css
joomla.com/templates/cassiopeia/css/user.css
/media/legacy/js/jquery-noconflict.min.js

Additional context

Viewing site on CloudAccess.net hosted site

avatar Scrabble96 Scrabble96 - open - 4 Jan 2019
avatar joomla-cms-bot joomla-cms-bot - change - 4 Jan 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 4 Jan 2019
avatar richard67
richard67 - comment - 4 Jan 2019

The suffixes are added for versioning: when a css or ja file has changed, browsers will still use the old version from cache if no such suffix. With the changed suffix after the file has been changed, the browser will not use the old cached file.

avatar Bakual Bakual - change - 4 Jan 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-01-04 11:12:24
Closed_By Bakual
avatar Bakual Bakual - close - 4 Jan 2019
avatar Bakual
Bakual - comment - 4 Jan 2019

That's not new to J4 either. The feature exists already in J3 and is widely used.
I'm closing this as expected behavior.

Add a Comment

Login with GitHub to post a comment