تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
3051 أدوات العرض

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

الصورة الرمزية
إهمال