You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The control panel dashboard is a little slow right now as it iterates over every file to get their size in order to calculate the overall disk usage for the instance, this needs to be sped up.
The control panel dashboard is a little slow right now as it iterates over every file to get their size in order to calculate the overall disk usage for the instance, this needs to be sped up.
https://github.com/karrick/godirwalk might be one option for doing this.
I'd also like to load this information lazily with an AJAX request instead of blocking the page load for it.
The text was updated successfully, but these errors were encountered: