silverstripe-framework/core/manifest
Ingo Schommer 04e9376a5a Exclude node_modules from manifests
Believe it or not, some node modules contain PHP files,
which get included by default otherwise.

This also fixes a performance regression on ?flush,
the existence of node_modules will cause a lot of unneccesary file lookups.
2016-02-29 21:17:38 +13:00
..
ClassLoader.php Replaced filterByCallback for 'Children' to just create a new array as function calls are exponentially expensive in PHP (the more functions that exist, the slower a function call becomes) and replaced 'array_key_exists' with op-code equivalent for speed. The best increase isn't really noticeable but we should work towards optimizing the core as much as possible. 2016-01-25 13:22:51 +00:00
ClassManifest.php API Support trait loading 2015-09-24 11:57:45 +12:00
ConfigManifest.php Merge remote-tracking branch 'origin/3' 2016-02-25 14:51:59 +13:00
ConfigStaticManifest.php Optimization: Swapped is_array for faster casting compare, shaved ~4s off flushing on 3.2ghz i5 dual core system 2015-12-05 19:39:37 +11:00
ManifestCache.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ManifestFileFinder.php Exclude node_modules from manifests 2016-02-29 21:17:38 +13:00
TemplateLoader.php Remove unused local vars 2015-08-03 20:42:43 +02:00
TemplateManifest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
TokenisedRegularExpression.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00