You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These two files contain one recorded startup of the engine. They were generated using the PR-4110 logging support. To analyze what is happening during the start, download both files, put them next to each other and open the .npss file in VisualVM. (jaroslavtulach - Feb 1, 2023)
1164ms of 17s wasted in `org.enso.languageserver.search.SuggestionsHandler.org$enso$languageserver$search$SuggestionsHandler$$generateDocumentation` (jaroslavtulach - Feb 1, 2023)
`org.enso.compiler.Compiler.runImportsAndExportsResolution` takes 3s - also because of slow `SerializationManager.deserialize`. (jaroslavtulach - Feb 1, 2023)
1.5s initializing the language context including 600ms in initialization of `PackageManager`:
(jaroslavtulach - Feb 1, 2023)
**Jaroslav Tulach** reports a new **STANDUP** for yesterday (2023-02-02):
This task is automatically imported from the old Task Issue Board and it was originally created by jaroslavtulach.
Original issue is here.
The engine startup is extremely slow.
We need to investigate it:
try some experiments, remeasure and schedule a plan of further actions.
Blockers:
#184370589 blocked
Comments:
These two files contain one recorded startup of the engine. They were generated using the PR-4110 logging support. To analyze what is happening during the start, download both files, put them next to each other and open the
.npss
file in VisualVM. (jaroslavtulach - Feb 1, 2023)1164ms of 17s wasted in `org.enso.languageserver.search.SuggestionsHandler.org$enso$languageserver$search$SuggestionsHandler$$generateDocumentation` (jaroslavtulach - Feb 1, 2023)
`org.enso.compiler.Compiler.runImportsAndExportsResolution` takes 3s - also because of slow `SerializationManager.deserialize`. (jaroslavtulach - Feb 1, 2023)
1.5s initializing the language context including 600ms in initialization of `PackageManager`:
(jaroslavtulach - Feb 1, 2023)
**Jaroslav Tulach** reports a new **STANDUP** for yesterday (2023-02-02):
Progress: - measuring suggestions
generateDocumentation
: https://www.pivotaltracker.com/story/show/184117587/comments/235359646filter
vs.filter_by_expression
, https://discord.com/channels/401396655599124480/1068485595984318504/1070667696502476810Next Day: Analyzing performance (Enso Bot - Feb 3, 2023)
**Jaroslav Tulach** reports a new **STANDUP** for yesterday (2023-02-03):
Progress: - caching suggestions
Next Day: Analyzing performance (Enso Bot - Feb 4, 2023)
**Jaroslav Tulach** reports a new **STANDUP** for yesterday (2023-02-04):
Progress: - Pre-compute suggestion db prototype & plan: https://www.pivotaltracker.com/n/projects/2539304/stories/184350816
Next Day: Prepare presentation about analyzing performance (Enso Bot - Feb 5, 2023)
The text was updated successfully, but these errors were encountered: