Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: Performance of /shop controller
by
Tecnativa. S. L., Jairo Llopis
El dom, 11 de abr de 2021 a las 07:31, Lorenzo Battistini <elbaddy@gmail.com> escribió:
in our odoo 12 deployments we usually detect a time to first byte above 1.5 sec for /shop pages.
v13 framework fixed this problem. Upgrade ASAP, that'll be the only real fix you can do.
Otherwise, try removing category filters. Those use `child_of`, which is very expensive in v12.
See https://github.com/odoo/odoo/pull/60834 for more details.