Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Reduced performance for large collection of snippets. #47

Open
bantya opened this issue Feb 22, 2019 · 0 comments
Open

Reduced performance for large collection of snippets. #47

bantya opened this issue Feb 22, 2019 · 0 comments
Labels
Discussion Improvement User requests for improvement

Comments

@bantya
Copy link
Contributor

bantya commented Feb 22, 2019

Current Behavior

As the snippets collection grows, it seriously hampers the performance of the app! Simple usage of app feels sluggish.

Expected Behavior

The app should run relatively with same speed/performance no matter how many snippets are loaded.

Suggestions

According to the reason mentioned in #13, as the large number of CodeMirror instances make the app less performant.

For just previewing all the snippets, the lightweight solutions like Prism, HighlightJs should be used.

The HighlightJs looks promising. It supports multiple languages (185 as of now), it also renders the view in multiple themes (89 as of now).

The CodeMirror instance should be created only for editing the snippet. If the snippet is saved/edit cancelled/focus is lost, the instance should be destroyed.

System Info

image

References

#13

@ZeroX-DG ZeroX-DG added Improvement User requests for improvement Discussion labels Feb 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Discussion Improvement User requests for improvement
Projects
None yet
Development

No branches or pull requests

2 participants