Make docsearch async #1242
Mister-Hope
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can we use dynamic import for docsearch to ensure the package is not included in
app.js
?@docsearch/js
package size is 107.7 KiB. I think loading it async in onMounted lifecyle could be better than bundling it in entry file. Making application responsive asap should be the primary goal.cc @meteorlxy
Beta Was this translation helpful? Give feedback.
All reactions