AdrianM2 Posted February 13, 2019 Share Posted February 13, 2019 Hi. I was debugging my prestashop speed and realized that "ps_configuration" table in database has over 260 000 records. Most recent look like this: Any ideas what is creating these records? Are they used for something? Any ways to clean this up? Link to comment Share on other sites More sharing options...
octb Posted October 10, 2019 Share Posted October 10, 2019 Hi, Did you find a solution for this issue? Thanks. Link to comment Share on other sites More sharing options...
Razi Posted October 10, 2019 Share Posted October 10, 2019 The table configuration contains a list of values which can be accessed from anywhere, including in a module. developers save the values in configuration table at time of installation but sometime not delete at time of uninstall. so thats why table size increase. this table is use for save Globally variables. 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