mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
7b14eced5b06910b8fd31d7283edacc3479b7e6b
This improves (~25%) the response time of _every_ admin page, as the GetFeaturesThatNeedUpdate method is called once per page to figure out if an admin notification should be displayed about features needed to update. There were 2 issues: 1. Using (and compiling) a regular expression is expensive to match a simple "UpdateFrom[n]" pattern. 2. Reading each row of the data migration table is more expensive than reading everything in one shot (the number of rows is alway going to be small, as there is one row per feature) --HG-- branch : dev
Description
About
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
orchardproject.net
Languages
C#
46.6%
JavaScript
41.2%
HTML
5.6%
CSS
3.3%
SCSS
1.1%
Other
2.1%