Azareal / Gosora

Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality.
https://gosora-project.com/
GNU General Public License v3.0
164 stars 16 forks source link

Slow dashboard #58

Open Azareal opened 5 years ago

Azareal commented 5 years ago

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.

Azareal commented 5 years ago

Disabled it for now.