You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: optimize admin reports SQL queries for performance
Replace YEAR(time) with date range in userStats() to allow index usage,
switch history table from MyISAM to InnoDB for row-level locking,
add composite index on (time, action), fix GROUP BY to use PK.
0 commit comments