From 5a8d64c18cb2ef6e92cc78b07e9be8f928c37d69 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Fri, 18 Nov 2016 14:57:24 +0100 Subject: [PATCH] Note that XDebug impacts performance --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11393d6..ea3c4a6 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ and consume 76 MB on a Surface Pro 3. The language server is fully operational while indexing and can respond to requests with the definitions already indexed. Follow-up requests will be almost instant because the index is kept in memory. +Having XDebug enabled heavily impacts performance and can even crash the server if the `max_nesting_level` setting is too low. + ## Versioning This project follows [semver](http://semver.org/) for the protocol communication and command line parameters,