mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
0b4bf6276d5406ebe09a256a196a56d1be665a77
Decrease constant cost of implementation: * Don't check for file/directory existence. It is much more expensive to systematically check for file existence through the VPP than catching the occasional exception. * Don't eagerly create ASP.NET cache entries when there are already existing entries. This is so if there are multiple calls for the same virtual path, we don't end up calling an expensive API when there is no need. --HG-- branch : 1.x extra : transplant_source : %C8%C3t%5C%B3%DA%C4%98%E8%13%23%D1B%91%AF2%B7%01%E7%CE
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%