#36830 closed enhancement (duplicate)
Change wp-emoji-release.min.js query string parameter
| Reported by: | superpoincare | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
The file wp-emoji-release.min.js gets a new query string every time Wordpress is updated and this unneeded as it unnecessarily busts cache even when not required.
What is ideal is a query string (such as last modified date) which is updated every time the file changes and not every time the Wordpress version changes.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hey there,
Thanks for your valid report and welcome to WordPress Trac!
wp-emoji-release.min.jsis not the only script this happens. It's being done forwp_enqueue_style()/wp_enqueue_script(). You're not the first one to report this, that's why I'll close this ticket in favour of #29201 where we're already tracking this.