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
Investigate whether or not Algolia Search would be better than the current local search. Local search is becoming slow due to many locales and pages. It wasn't really designed for larger documentation. Even the official vitepress documentation (which is very large in itself) uses algolia. Can apply for an open source license (no limits) here: https://docsearch.algolia.com/apply - Update: It seems Exclude translated and versions from search #259 has improved performance for some reason, worth checking to see if the improvements have stayed steady down the road.
I tried on my low-end system, and it didn't help me at all.
However, I personally favor MPA mode for UX, even with full page reloads (the same is happening in the 404 page right now)
Been doing some testing, MPA is significantly faster in-dev, I'll be making a PR to address the rest of the issues, and also @its-miroma that was fixed by updating the versioning plugin to 1.3.0.
This can probably be done during the 1.21.4 updating process.
Version-related components aren't updating immediately in some cases, need to force a re-render when switching versions - https://vitepress.dev/guide/ssr-compat#clientonly potential fix?
Investigate whether or not Algolia Search would be better than the current local search. Local search is becoming slow due to many locales and pages. It wasn't really designed for larger documentation. Even the official vitepress documentation (which is very large in itself) uses algolia. Can apply for an open source license (no limits) here: https://docsearch.algolia.com/apply- Update: It seems Excludetranslated
andversions
from search #259 has improved performance for some reason, worth checking to see if the improvements have stayed steady down the road.Try https://vitepress.dev/guide/mpa-mode, I dont have high hopes that it will work though.
The text was updated successfully, but these errors were encountered: