Skip to content

Instantly share code, notes, and snippets.

View oluchilinda's full-sized avatar
🎯
Focusing

oluchi orji oluchilinda

🎯
Focusing
View GitHub Profile

2 critical problems in Flask app performance

  1. CPU usage
  2. Database Optimization queries (overloaded database)

SOLUTIONS

Logging Database Performance and Optimizing queries

Before we can optimize queries , we need to know which is time-consuming