OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Cache CultureRecords by both Id and Name #8708

Closed MatteoPiovanelli-Laser closed 1 year ago

MatteoPiovanelli-Laser commented 1 year ago

Fixes #8706 , in case we want to. The queries are only ever done again when the appropriate signal is raised (it should be raised whenever the records are changed in any way).

I don't think this is a massive speed up, tbh: it's probably only significant where the connection to the db server is having some trouble.