Skip to content

Poor embed load performance (loaded serially, should be in parallel) #525

Closed
@jhildenbiddle

Description

@jhildenbiddle

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.

screen shot 2018-06-06 at 9 48 12 pm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions