Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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)

#1 @swissspidy
10 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

Hey there,

Thanks for your valid report and welcome to WordPress Trac!

wp-emoji-release.min.js is not the only script this happens. It's being done for wp_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.

#2 @pento
10 years ago

  • Version 4.5.2
Note: See TracTickets for help on using tickets.