コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
3052 ビュー

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...

アバター
破棄