Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
3071 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Auteur Beste antwoord

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
Annuleer