Opened 3 years ago
Last modified 7 months ago
#55675 new enhancement
Improve performance Themes REST API endpoint
Reported by: | furi3r | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | REST API | Keywords: | |
Focuses: | performance | Cc: |
Description
await wp.apiFetch({ path: 'wp/v2/themes?_envelope'});
The first time you call it, we have 2 duplicated queries.
The second time you call it, we have 1 duplicated query.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
First call