JS being served from query string, and subsequently not cached.
-
Hello,
I’ve been a happy pro user for a while now, but I have a little issue.
Currently any JS?snippets?are being served from a query string address, and subsequently avoiding my cache on my server, which increases the load.
This is how it’s being served:
https://www.example.com/?code-snippets-js-snippets=footer
Is there a way to write JS files out to an actual file instead so that it can be cached. Like:
https://www.example.com/js-code-snippets.js
I can’t understand why this functionality hasn’t been added already, as that’s the standard way to do things in WordPress, or at least in my experience.
Many thanks and hear from you soon,
Paul
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.