콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
16850 화면

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?!

아바타
취소
베스트 답변

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

아바타
취소
관련 게시물 답글 화면 활동
2
7월 24
2595
1
6월 24
5058
1
10월 23
10729
1
10월 23
98
1
8월 23
2193