|
|
|
|
|
by elamje
808 days ago
|
|
I run a bunch of blogs from a single Django app with a CMS, SQLite, and extremely optimized SEO hacks. It’s the perfect use case, light on writes, super heavy on reads. Almost as fast as any caching solution would be, except it’s actually running live SQL queries on the data. I am not sure why more people don’t opt for this to start. |
|