lukew3 / todarith

A website that hosts a large amount of math problems and will eventually be able to create problems using machine learning. Name comes from todo and arithmos meaning "all numbers". Uses flask framework
http://todarith.ml
Mozilla Public License 2.0
0 stars 0 forks source link

Browse page loads slow #59

Open lukew3 opened 3 years ago

lukew3 commented 3 years ago

My guess is that it loads the whole database before paginating it and showing the user the first page. Maybe the pages could be cached or something and then pulled from the database?