Christian75
Member
Hi,
I do a long calculation for some data, takes like 10 minutes and then the browser window goes white after like three to four minutes.
It comes back after the calculation and the for loops are done but is there a way to avoid the white window?
Also I added a progress circle that should update during these for loops but i does not it just animates as it is indeterminate until the in the last second when everything is calculated and the window goes back to normal then the progress i show as 100%.
Is there a way to refresh vuetify and rerender the window with a command?
I think I can speedup the calculation with some caches and stuff but that I would like to do later and just make this work first.
And the calculation is started with a click of a button.
Or can I do some sort of a background call in this case?
But I do not want the user to be able to do anything on the webpage as long as the calculation is ongoing.
/Christian
I do a long calculation for some data, takes like 10 minutes and then the browser window goes white after like three to four minutes.
It comes back after the calculation and the for loops are done but is there a way to avoid the white window?
Also I added a progress circle that should update during these for loops but i does not it just animates as it is indeterminate until the in the last second when everything is calculated and the window goes back to normal then the progress i show as 100%.
Is there a way to refresh vuetify and rerender the window with a command?
I think I can speedup the calculation with some caches and stuff but that I would like to do later and just make this work first.
And the calculation is started with a click of a button.
Or can I do some sort of a background call in this case?
But I do not want the user to be able to do anything on the webpage as long as the calculation is ongoing.
/Christian