Participant pages have too much overhead from the JavaScript library.
Loading participant pages create a lot of overhead on the network because the JavaScript library is too big. When a lot of participants enter the quiz simultaneously, this causes the network and the organizer PC to crash.
The best solution would be to split up the organizer JavaScript and CSS from the participant JavaScript and CSS. This can be achieved by having two different Webpack entry points. One for the organizer and one for the participant. This should reduce network load drastically and make Quizzard scale correctly again.
We should discuss this as soon as possible. It is really a problem, especially if everyone enters the quiz at the same time.