JM Posted April 29 Share Posted April 29 (edited) error multiple posts. delete. Edited April 29 by JM (see edit history) Link to comment Share on other sites More sharing options...
hoodiecoloss Posted May 15 Share Posted May 15 You must match them layer by layer, but there is no prescribed sequence; you may match any layer at your discretion. It facilitates the process, allowing for the puzzle to be completed swiftly. Link to comment Share on other sites More sharing options...
leahpowell Posted October 5 Share Posted October 5 Got it, that makes sense. Matching them layer by layer without a fixed order definitely gives more flexibility and speeds things up. Thanks for clarifying the approach—it sounds like a practical way to handle the puzzle. Link to comment Share on other sites More sharing options...
cooper662 Posted October 29 Share Posted October 29 eah, that’s actually a common issue in Prestashop 8.2.1. The database size often grows quickly because of the ps_connections, ps_connections_source, and ps_guest tables — they store visit and analytics data. Over time, these tables can become huge, especially if your site gets regular traffic. You can safely clean them up by truncating or deleting old records (after making a backup first). Also, consider disabling “Save page views” or “Save statistics” in the Back Office if you don’t really need that data. A good routine cleanup with a cron job or module that manages database optimization can also help keep the size under control. 1 Link to comment Share on other sites More sharing options...
El Patron Posted October 30 Share Posted October 30 I build basic blog on how to clean up common large tables but pretty much what @cooper662 suggested https://prestaheroes.com/blogs/mysql-optimization/which-large-prestashop-tables-can-be-dropped-or-emptied-safely Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now