Friday, June 5, 2026
1 change · saas-18.2
Enhancements to existing features
The profiling tool now records database query timing more safely and commits collected data after a time limit during sampling. This helps avoid losing profiling information during long or heavy operations, improving diagnostics for performance investigations.
Original PR description
Modify the query collector so that it add an entry before the query runs and updates the time after it runs. use the async collector periodic sampling to commit the profiler after a time limit. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#248541 Forward-Port-Of: odoo/odoo#215034