Performance Dashboard
Real-time SMS statistics with partition-optimized queries
Last updated: 02:29:26
Auto-refresh: 30s
Current Month
December 2025
0
messages sent
Query time:
16.22ms
Previous Month
November 2025
7,881,000
messages sent
Query time:
4963.32ms
Month-over-Month Comparison
Partition Optimization Active
Queries are using whereMonth() and
whereYear()
to enable MySQL partition pruning. Only the relevant partition is scanned, resulting in sub-millisecond query times
even with millions of records.