Skip to Content
Menu
This question has been flagged
1 Reply
15138 Views

Hello

How can I speed up the loading of odoo views?

I use the community version with a good server with very good resources and performance,

and I follow this link: https://www.rosehosting.com/blog/how-to-speed-up-odoo/ to speed up my odoo server but no change!!!!!

It takes more than 20 seconds to load the client table!

Another solution?!

Avatar
Discard
Best Answer

speed improvement is a very tricky task so here is a common issue which makes the server slow but there could be other reasons too :)​

Configuration:

1) Monitor server resource and make sure it does not consume 100% all the time otherwise you need to upgrade hardware configuration (mostly hosting provider provide tools to monitor hardware usage) 
2) configure/start odoo with worker 
3) proper configure Nginx web server so it could handle the log-polling request 
4) configure Postgres server according to your resources using pgture

Profiling:

5) profile odoo server using flame graph which provides an overview of which method take most of the time
6) using odoo build profile pinpoint the method line which takes much time and try to resolve it using code optimization
7) monitor progress using pgboucer and make a report which provides which queries take most of the time. here you can find where most of the time odoo waiting for Postgres response

Avatar
Discard
Related Posts Replies Views Activity
2
Jul 24
942
1
Jun 24
3564
1
Oct 23
8591
1
Oct 23
97
1
Aug 23
2192