Hi,
My website is some sort of search engine (www.cryptofeesaver.com) and the code runs about 4 to 5 times slower in PythonAnywhere than in my local laptop. A query that takes about 1.5 seconds in my laptop takes about 6 seconds in the server.
All the inputs of the algorithm are stored in a SQLite database (a separate .db file that I set up). I don't take any other input from the Internet or anywhere else, so network issues should not affect performance.
I'm not a professional developer, so I assume the code has a lot of room for improvement, but I would just be happy that it performed as in my local PC.
I've got the Hacker plan, just in case it matters, and I don't have almost any traffic right now.
Thanks in advance!