You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2023. It is now read-only.
The app does not run on my phone. It displays okay, but is 100% unresponsive after load. Firefox mobile shows unresponsive script warning after 10+ seconds.
I suspect this is due to inefficient database records retrieval.
Here's the plan to make it work
Only include necessary gameStats functions on the client side
Implement suggestions from the Audit tab in Opera/Chrome
The app does not run on my phone. It displays okay, but is 100% unresponsive after load. Firefox mobile shows unresponsive script warning after 10+ seconds.
I suspect this is due to inefficient database records retrieval.
Here's the plan to make it work