#58510 closed enhancement (fixed)
Add fetchpriority attribute to wp_preload_resources
Reported by: | luboslives | Owned by: | adamsilverstein |
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | normal | Version: | 6.1 |
Component: | General | Keywords: | has-unit-tests has-patch |
Focuses: | performance | Cc: |
Description
The wp_preload_resources filter only allows for a small set of attributes. Please add the fetchpriority attribute to that list. I see fetchpriority is being discussed, but not in regards to this particular filter.
Attachments (1)
Change History (10)
This ticket was mentioned in PR #5991 on WordPress/wordpress-develop by @tabrisrp.
8 months ago
#1
- Keywords has-patch has-unit-tests added
Add support for the fetchpriority
attribute in wp_preload_resources()
Trac ticket: https://core.trac.wordpress.org/ticket/58510
#2
@
8 months ago
- Keywords changed from has-patch has-unit-tests to has-unit-tests has-patch
Added a pull request on Github for this enhancement, which includes update of the unit tests too to validate the change.
#3
@
6 months ago
- Owner set to adamsilverstein
- Status changed from new to assigned
- Version set to 6.1
This ticket was mentioned in PR #6231 on WordPress/wordpress-develop by @adamsilverstein.
6 months ago
#4
Trac ticket:
#6
@
6 months ago
@adamsilverstein This ticket is in the Awaiting Review
milestone, please milestone it to 6.6
(or 6.5
if this should be included and backported to that branch). Thanks!
I added the fetchpriority attribute