Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load questions faster #206

Open
KingSupernova31 opened this issue Sep 13, 2024 · 0 comments
Open

Load questions faster #206

KingSupernova31 opened this issue Sep 13, 2024 · 0 comments
Labels
enhancement New feature or request medium priority

Comments

@KingSupernova31
Copy link
Owner

Right now the client has to load the page, then send the question number to the server, and wait for a response. This doubles loading times.

We cannot solve this by simply having the server include any questions that are in the url, because it could be affected by the user's settings. Solution: Have JS mirror the user's settings into a cookie, so the first request to the server will include those settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium priority
Projects
None yet
Development

No branches or pull requests

1 participant