Skip to content

feat: Improve performance of running quiz #16

@p-runge

Description

@p-runge

Describe the feature you'd like to request

Problem

When answering a question in a quiz it takes a few hundreds of ms for the next question to show. When the question contains an image, that takes even longer to load.

Goal

When answering a question, the next one should be rendered immediately, containing an image or not.

Describe the solution you'd like to see

Solution

To do so some kind of pre-rendering would be helpful. It would be optimal if the next question would not be leaked to the client yet, but it would probably be enough to pre-render the upcoming question and just hide it using CSS.

ToDos

  •  Try to find a way to pre-render the next question statically without leaking it to the client
  • Use CSS otherwise

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions