silverstripe-versionfeed/code
Mateusz Uzdowski fd67399417 Optimise diff generation.
For 100 items, this change improves generation times on small diffs
(100s of bytes) 6-fold. The improvement deteriorates to about 4-fold on
diffs of 1kB.

This includes the 25% improvement from the removal of unnecessary
forTemplate calls - we pack the diffs into HTMLText and render them
later from a template anyway.
2015-03-30 11:29:33 +13:00
..
caching Disable caching in tests 2014-05-22 09:53:49 +12:00
VersionFeed_Controller.php NEW Refactor diff API and add managed limits. 2015-03-30 11:28:42 +13:00
VersionFeed.php Optimise diff generation. 2015-03-30 11:29:33 +13:00
VersionFeedSiteConfig.php API Ability to globally enable / disable RSS feeds via config / siteconfig 2014-05-22 11:38:32 +12:00