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.