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
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.
The text was updated successfully, but these errors were encountered:
Since the editor is just an
iframe
, every time it's opened it makes a network request tohttps://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.The text was updated successfully, but these errors were encountered: