Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown extension: Preview display performance #7066

Closed
kieferrm opened this issue May 31, 2016 · 3 comments
Closed

Markdown extension: Preview display performance #7066

kieferrm opened this issue May 31, 2016 · 3 comments
Assignees
Labels
markdown Markdown support issues
Milestone

Comments

@kieferrm
Copy link
Member

kieferrm commented May 31, 2016

For #6106:

A typical markdown editing flow is to rapidly switch back and forth between source and preview.

Comparing the built-in markdown preview with the extension, the extension has a perceivable lag when displaying the preview. We need to get back to the level of performance of the built-in editor.

@jrieken
Copy link
Member

jrieken commented Jun 13, 2016

Problem is that the update-logic is only triggered on document save events, not on document change events. Also but smallish is an extra fs-read, instead of using the value form the TextDocument.

@jrieken jrieken added this to the June 2016 milestone Jun 13, 2016
@kieferrm
Copy link
Member Author

Summarizing offline discussions:
The issue here is the perceived lag when the webview is created. It takes on average 250ms.

@kieferrm
Copy link
Member Author

No planned activity.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
markdown Markdown support issues
Projects
None yet
Development

No branches or pull requests

2 participants