silverstripe-framework/docs/en
Ingo Schommer 01f46d039f NEW Enforce max node counts to avoid excessive resource usage
Rendering potentially 1000s of nodes can exceed the CPU and memory constraints
of a normal PHP process, as well as the rendering capabilities of browsers.
Set a hard maximum for the renderable nodes, deferring to a "show as list" action
in the main CMS tree. For TreeDropdownField, we don't have the list fallback option,
so ask the user to search for the node title instead.

Also makes both the "node_threshold_total" and "node_threshold_leaf" values configurable
2013-04-09 10:24:18 +12:00
..
_images Added docs for composer 2012-11-03 18:00:58 +13:00
changelogs NEW Enforce max node counts to avoid excessive resource usage 2013-04-09 10:24:18 +12:00
howto Fixed extra_requirements docs 2013-04-05 15:35:30 +02:00
installation Update composer.md 2013-04-03 15:16:35 +13:00
misc Contribution guidelines, new bugtracker links 2013-04-02 01:51:40 +02:00
reference NEW Enforce max node counts to avoid excessive resource usage 2013-04-09 10:24:18 +12:00
topics Update controller.md 2013-04-05 22:17:11 +13:00
tutorials API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
index.md Corrected a number of inbound links pointing to the documentation. 2012-10-09 14:53:47 +13:00