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

Hello,

I'm wondering about how to speed up my page loading on Odoo. One of the way I am thinking is to have the filestore data stored in another server, to load resources like image asynchronously. 

Currently, I do have image stored in .local folder. What I want to do is to put this folder on another server, and configure Odoo correctly to make him understant that image are on another server.

Do anyone know how to configure that ?


Thanks

Donatien    


아바타
취소
베스트 답변

If you wanna speed up your Odoo page load you could put a reverse proxy in front of Odoo with gzip compression activated, that really will reduce your page load time significally. My latest test show that page load decrease from 3mb to 640kb

아바타
취소
작성자 베스트 답변

Thanks for your answer. I wish to comment it, but I don't have enough karma...

I already have configure gzip compression, but still page is really heavy:
Uncompressed Page Size: 59.2 KB
Compressed Page Size: 9.7 KB
Savings: 83.6%

I may have to try to reduce size of some element to lover down page size...

아바타
취소