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

Delay in opening, makes a network request #31

Open
slikts opened this issue Apr 10, 2020 · 1 comment
Open

Delay in opening, makes a network request #31

slikts opened this issue Apr 10, 2020 · 1 comment

Comments

@slikts
Copy link

slikts commented Apr 10, 2020

Since the editor is just an iframe, every time it's opened it makes a network request to https://stackedit.io/app, and there's a noticeable delay. The request returns a 304 status, but it takes time anyway and makes for a poor user experience. Ideally the editor should be served locally or at least from service worker cache.

@slikts
Copy link
Author

slikts commented Apr 10, 2020

It also requests https://stackedit.io/conf, and in total this seems to delay opening the editor by at least 400ms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant