#43315 closed enhancement (fixed)
Add timer start to SAVEQUERIES data
| Reported by: | Rarst | Owned by: | johnbillion |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.1 |
| Component: | Database | Version: | |
| Severity: | normal | Keywords: | has-dev-note |
| Cc: | Focuses: | performance |
Description
Currently $wpdb->queries will capture elapsed query times, but lacks the start time point for each query.
Adding this data will be helpful for performance tools to determine the distribution of queries in a page load and to correlate queries with containing operations.
Attachments (1)
Change History (11)
#5
@
8 years ago
- Keywords needs-patch added; has-patch removed
- Milestone 5.0 → 5.0.1
- Resolution fixed
- Status closed → reopened
@since needs updating
#9
@
8 years ago
- Keywords needs-patch removed
- Milestone 5.0.3 → 5.1
This does not appear to have been backported to the 5.0 branch, so updating the milestone to be correct.
#10
@
8 years ago
- Keywords has-dev-note added
This was mentioned in a 5.1 dev note: https://make.wordpress.org/core/2019/01/23/miscellaneous-developer-focused-changes-in-5-1/
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 42789: