comses / catalog

Web tools to annotate publications related to computational modeling
http://catalog.comses.net
GNU General Public License v3.0
3 stars 3 forks source link

improve dashboard performance #103

Closed alee closed 5 years ago

alee commented 7 years ago

Dashboard load on production takes a few seconds to load and needs optimization

alee commented 7 years ago

Add debug_toolbar to INSTALLED_APPS ala https://django-debug-toolbar.readthedocs.io/en/stable/installation.html#prerequisites and then you should be able to see the DDT overlay when you visit the website. Let me know if you run into any issues @dhruvilpatel - thanks!