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
The stats page's stats load with javascript. I think that this isn't a good choice because I wanted to see how many new users register in 10 seconds (just randomly :P) and the lazy load moves the elements on reload that I hate.
The website surely has back-end. Don't link the javascript file that fetches daily, monthyl etc data, just from the back-end send the data in a noative form ({data})
Sorry if I didn't explained properly..
Steps to Reproduce
Reload the stats page and see.
Operating System and Browser
Ubuntu 23 Google Chrome
The text was updated successfully, but these errors were encountered:
The stats page's stats load with javascript. I think that this isn't a good choice because I wanted to see how many new users register in 10 seconds (just randomly :P) and the lazy load moves the elements on reload that I hate.
I see, a javascript file fetches data from https://scratch.mit.edu/statistics/data/daily/ but that seems too boring.
Solution/Fix
The website surely has back-end. Don't link the javascript file that fetches daily, monthyl etc data, just from the back-end send the data in a noative form ({data})
Sorry if I didn't explained properly..
Steps to Reproduce
Reload the stats page and see.
Operating System and Browser
Ubuntu 23 Google Chrome
The text was updated successfully, but these errors were encountered: