1
0
Fork 0

Note that XDebug impacts performance

pull/166/head
Felix Becker 2016-11-18 14:57:24 +01:00
parent 4b014154ac
commit 5a8d64c18c
1 changed files with 2 additions and 0 deletions

View File

@ -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. 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. 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 ## Versioning
This project follows [semver](http://semver.org/) for the protocol communication and command line parameters, This project follows [semver](http://semver.org/) for the protocol communication and command line parameters,