Note that XDebug impacts performance
parent
4b014154ac
commit
5a8d64c18c
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue