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

Optimize quiz page size: do not load all tests at once #181

Open
koorchik opened this issue Nov 18, 2016 · 0 comments
Open

Optimize quiz page size: do not load all tests at once #181

koorchik opened this issue Nov 18, 2016 · 0 comments

Comments

@koorchik
Copy link
Member

koorchik commented Nov 18, 2016

The problem. If you go to https://wall.itsquiz.com/activations/582b4e032e8ee9741a6136cc/test-how-creative-are-you

You'll see this

image

in developers console.

The main issue is that we load all tests by the same author. We should load only first 8 and add rest of the quizzes while a user scrolls down (like on main page).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant