Skip to Content
Menu
This question has been flagged
2 Replies
3423 Views

is there a way to find out  "bad" functions? / Functions that take very long during execution.

with PHP-Application we used blackfire.

are there any odoo-internal ways to find out the bottleneck-functions that cause bad performance?

it doesn't seem to be a DB (Index) Problem because with enabled slow-query-log i do not see any special long queries.



Avatar
Discard
Best Answer

Hello Jack,

Solutions for your problem is Profiling a code. Check below link for how to do it ?

- https://www.odoo.com/documentation/11.0/howtos/profilecode.html

- https://hackernoon.com/line-profiling-python-odoo-9-as-example-864e9e3cdd7a

> AND Exact Odoo profiler module is :-

- https://github.com/Vauxoo/odoo-profiler

Thanks!

Avatar
Discard