Project

General

Profile

Bug #6059

Updated by François ARMAND over 9 years ago

Now, even with the lazy loading from #6052, with a quite important number of nodes (say 1000), the graphes are taking ages to display - actually, the sum of the time to display each one (more than 3 minutes (!) 30s in my tests).  

 So we want: 
 - to make each graphe lazy loaded indenpendently from other 
 - to optimise request to get data to build them.

Back