M4rtine / cgstudiomap

old version of CG Studio Map - based on odoo
http://www.cgstudiomap.org
GNU Affero General Public License v3.0
3 stars 2 forks source link

Homepage loading time #82

Closed foutoucour closed 9 years ago

foutoucour commented 9 years ago

The homepage is really too slow to be loaded.

selection_001

The slowness comes from the algorithm in https://github.com/cgstudiomap/cgstudiomap/blob/develop/main/local_modules/frontend/controllers/main.py

At each loading, the number of company by country is computed. It should be cached to avoid that.

To solve the slowness:

foutoucour commented 9 years ago

fixed by #98

drop the loading time from 11secs to 2.5ecs