-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels