Opened 4 years ago
Last modified 2 years ago
#55675 new enhancement
Improve performance Themes REST API endpoint
| Reported by: | furi3r | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | REST API | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | performance |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
First call