Slow queries? Check your indexes first.Composite indexes only help if you use leading columns.Covering indexes = 🔥 for performance.Too many indexes hurt write performance.