Renaud Paquay 7b14eced5b Improve performance of GetFeaturesThatNeedUpdate
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
2010-11-30 23:20:19 -08:00
2010-11-21 20:15:15 -08:00
2010-11-11 15:03:57 -08:00
2010-09-14 14:56:02 -07:00
2010-05-14 12:24:08 -07:00
2010-11-29 11:59:11 -08:00
Description
About Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. orchardproject.net
253 MiB
Languages
C# 46.6%
JavaScript 41.2%
HTML 5.6%
CSS 3.3%
SCSS 1.1%
Other 2.1%