Skip to content

Progress bar is not representative of progress or queue #527

Closed
@jhildenbiddle

Description

@jhildenbiddle

On a page with multiple embeds, the progress bar completes immediately after the first response is received. This means the progress bar reaches 100% and then disappears well before all embeds have loaded and page content is displayed. In this scenario, I would expect the page to be parsed, a queue to be created, and the progress bar to advance some percentage based on the total number of requests in the queue.

Take the Customization page of the docsify-themeable site as an example. The page loads ten separate embeds, leaving the user waiting for a long time with no indication that the page is loading (see #525 for performance related details). Ideally, the progress bar would increase 10% each time one of the ten total requests is complete.

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