Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#36830 closed enhancement (duplicate)

Change wp-emoji-release.min.js query string parameter

Reported by: superpoincare's profile superpoincare Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

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
9 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

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
9 years ago

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