I am looking for any tips for increasing the performance of a web visualization. I have noticed in my project that the display takes the longer time to load the first time I load the visualization. Then after loading, it is quicker to load the next time.
I am not sure how these displays are cached, or if there is a way for me to increase the available memory. Any ideas?
Hello Mike,
First the webvisu are I think cached but not preloaded, this is why for a new page (First display) it take times.
I found out the Webvisu display speed (first and also next one) are faster is the task is updated quicker.
Next you could “preload” the webvisu by having them in the background but not shown. (this is a trick I used to do with 2.3) it will greatly increase the display time for the first page for the first time but after make the page change faster.