Skip to content

CoreBoost v3.3.10

Latest

Choose a tag to compare

@github-actions github-actions released this 13 May 18:09

🐛 Fixed - wp-core-shim Script Delayed Preload Discovery

  • Moved inject_wp_core_shims() hook from wp_head priority 0 to priority 3
  • The shim script was the first element output in <head>, pushing all preload/preconnect <link> tags lower in the HTML and delaying browser preload scanner discovery
  • New head order: preloads + preconnects (priority 1) → jQuery/font preloads (priority 2) → shim script (priority 3) → wp_print_scripts (priority 8)
  • Shim still fires well before after-inline-scripts (priority 8), preserving wp.i18n/wp.hooks/wp.domReady queue behaviour