The home page take forever to load (about 30 seconds)
because it fetches the full last result for all checks
eg /gaia/tasks/lastresultbytask/geordash.checks.gsd.gsdatadir?taskargs= answer in 26 sec and 1.1Mo
might be interesting to add a GET arg to truncate the answer to the return only printed information from the home
It could be somewhere around here: https://github.com/georchestra/gaia/blob/master/geordash/views.py#L89
The home page take forever to load (about 30 seconds)
because it fetches the full last result for all checks
eg
/gaia/tasks/lastresultbytask/geordash.checks.gsd.gsdatadir?taskargs=answer in 26 sec and 1.1Momight be interesting to add a GET arg to truncate the answer to the return only printed information from the home
It could be somewhere around here: https://github.com/georchestra/gaia/blob/master/geordash/views.py#L89