1
Tips and Tricks / Re: Database Performance for a lot of Products
« on: June 02, 2025, 05:07:25 PM »
With over 6,000 products, it’s not surprising the admin side gets heavy sometimes. One thing I’ve seen help is optimizing your database indexes and making sure you’re not loading too much data at once when editing products. Also, caching some queries or using a separate database server could really ease the load.