This question has been flagged
2 Replies
2534 Views

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    


Avatar
Discard
Best Answer

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

Avatar
Discard
Author Best Answer

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

Avatar
Discard