enkelmedia / TheDashboard

Magic dashboard for Umbraco
MIT License
39 stars 42 forks source link

Some performance tweaks #37

Closed steroberts89 closed 6 years ago

steroberts89 commented 6 years ago

The dashboard was taking around 90 seconds to respond with data on our staging environment so I have made some performance optimisations

The change to the permission reading uses an api which was implemented in umbraco 7.7.0 https://github.com/umbraco/Umbraco-CMS/commit/87dcdc596e906926f3062a98521b0c2e34b26ef6#diff-95d2cd2de71dbb22a761035c57f9f023

enkelmedia commented 6 years ago

Thanks Stephen! You're a hero!