diff --git a/doc/2_Usage_of_basic_components.markdown b/doc/2_Usage_of_basic_components.markdown index 450499e..f91a5bb 100644 --- a/doc/2_Usage_of_basic_components.markdown +++ b/doc/2_Usage_of_basic_components.markdown @@ -18,7 +18,9 @@ Additionally you may want to set the `xdebug.max_nesting_level` ini option to a ini_set('xdebug.max_nesting_level', 3000); ``` -This ensures that there will be no errors when traversing highly nested node trees. +This ensures that there will be no errors when traversing highly nested node trees. However, it is +preferable to disable XDebug completely, as it can easily make this library more than five times +slower. Parsing -------