#43315 closed enhancement (fixed)
Add timer start to SAVEQUERIES data
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Database | Keywords: | has-dev-note |
Focuses: | performance | Cc: |
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)
#3
@
7 years ago
- Owner set to johnbillion
- Status changed from new to reviewing
- Version trunk deleted
#5
@
6 years ago
- Keywords needs-patch added; has-patch removed
- Milestone changed from 5.0 to 5.0.1
- Resolution fixed deleted
- Status changed from closed to reopened
@since
needs updating
#9
@
6 years ago
- Keywords needs-patch removed
- Milestone changed from 5.0.3 to 5.1
This does not appear to have been backported to the 5.0 branch, so updating the milestone to be correct.
#10
@
6 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.
In 42789: