QueryPerfAnalyzer is a web-based tool that analyzes SQL queries for common performance anti-patterns and provides actionable optimization suggestions. All analysis is performed locally using regex and ...
HealthyFit/ ├── app.py # Main Flask application & all routes ├── config.py # Environment variable bindings ├── forms.py # WTForms form definitions ├── models.py # SQLAlchemy database models ├── ...