You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have the following pgbadger result for 8.0 customer app:
- Most frequent queries (N) --------------------------------------------
Rank Times executed Total duration Min/Max/Avg duration (s) Query
9) 16,417 - 2s561ms - 0ms/2ms/0ms - select"ir_config_parameter".id from "ir_config_parameter" where ("ir_config_parameter"."key" = '') order by "ir_config_parameter"."id";
--
Example 1: 2ms - database: openerp_test, user: root - SELECT "ir_config_parameter".id FROM "ir_config_parameter" WHERE ("ir_config_parameter"."key" = 'mail.catchall.alias') ORDER BY "ir_config_parameter"."id";
Example 2: 0ms - database: openerp_test, user: root - SELECT "ir_config_parameter".id FROM "ir_config_parameter" WHERE ("ir_config_parameter"."key" = 'web.base.url') ORDER BY "ir_config_parameter"."id";
This commit should increase the performance of website reducing the number of times executed of this query.
The question is: Should we create a back-port to vauxoo/8.0?
The text was updated successfully, but these errors were encountered:
8.0-get_param without cache.
9.0-get_param with cache.
The change was applied in the following commit
Currently we have the following pgbadger result for 8.0 customer app:
This commit should increase the performance of website reducing the number of times executed of this query.
The question is: Should we create a back-port to vauxoo/8.0?
The text was updated successfully, but these errors were encountered: