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
I'm not sure if it's specific to iOS or specifically >20MB, but I've noticed that the stork.register call freezes the page when the search index is large, even when the script is loaded async. When I call stork.register, the page freezes for a couple seconds until the search index is downloaded and ready to use. Is there a way to load a search index truly asynchronously?
I also have it gzipped down to 1MB, but it still loads slow and freezes the page (can't scroll or interact). So maybe it's not the initial download, but something Stork is doing synchronously during initialization.
Let me know if you want a copy of the search index, or even access to the website's source code itself (it's a static site).
Due to this, I had to temporarily disable Stork on Keygen while I determine a fix.
The text was updated successfully, but these errors were encountered:
I'm not sure if it's specific to iOS or specifically >20MB, but I've noticed that the
stork.register
call freezes the page when the search index is large, even when the script is loadedasync
. When I callstork.register
, the page freezes for a couple seconds until the search index is downloaded and ready to use. Is there a way to load a search index truly asynchronously?I also have it gzipped down to 1MB, but it still loads slow and freezes the page (can't scroll or interact). So maybe it's not the initial download, but something Stork is doing synchronously during initialization.
Let me know if you want a copy of the search index, or even access to the website's source code itself (it's a static site).
Due to this, I had to temporarily disable Stork on Keygen while I determine a fix.
The text was updated successfully, but these errors were encountered: