[ad_1]
And if so, is there any downside of doing it ?
Does it have a possibility of scrambling certain parts of the site ?
Thanks
Can create cache issues, yes.
I ensure each static asset has a date timestamp of the last time it was modified. I set a rule that makes browsers cache the file for years for performance reasons. In order to ensure visitors download the latest version the query string needs to change so the browser downloads the updated version.
Here’s code you can add to functions.php or as a custom plugin to do just that: https://gist.github.com/kingkool68/72a97581809f1dcf10dbda90739694a8