Forums

Sqlite Optimizations

Hello. I'm using API in Flask with Sqlite. And it has been very good and useful for what I need. I would like to know how I can increase the performance to render template when loading data from the database.

What should I increase in my plan?

CPU Used or Workers?

I have 4.000 CPU and 10 Workers

None of those will really help the speed of sqlite. It is just generally slow on PythonAnywhere because of how sqlite and PythonAnywhere work.