Performance Dashboard
Real-time SMS statistics with partition-optimized queries
Last updated: 03:22:29
Auto-refresh: 30s
Current Month
December 2025
0
messages sent
Query time:
17ms
Previous Month
November 2025
7,881,000
messages sent
Query time:
4675.95ms
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.