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
This page loads ten separate embeds for a combined total of roughly 12k. Despite the light payload, the embeds take six seconds to load as a result of loading them serially. Load performance would be dramatically improved if these files were loaded in parallel.
The text was updated successfully, but these errors were encountered:
Docsify embeds are loaded serially instead of in parallel. This has a significant performance impact on pages that have more than one embed.
Take the Customization page of the docsify-themeable site as an example.
This page loads ten separate embeds for a combined total of roughly 12k. Despite the light payload, the embeds take six seconds to load as a result of loading them serially. Load performance would be dramatically improved if these files were loaded in parallel.
The text was updated successfully, but these errors were encountered: