Thumbnail
Optimize Database Tables

Developed by

Beginner
Beginner
Not Version 9 Ready Yet.

OPTIMIZE TABLE is a MySQL command that reorganizes the physical storage of table data and associated index data, to reduce storage space and improve I/O efficiency when accessing tables.

Features

  • Checks if tables need to be optimized
  • If so, it starts optimizing them one by one
  • It keeps track of how much disk size is gained

When do I need this?

  • When your website is used a lot;
  • If you want to optimize as much as you can;
  • If you want to reduce disk size;
  • If you want to improve performance.

Real life examples

  • On a high traffic website with a database of 180MB (4637 pages), 89MB was gained.
  • On a low traffic website with a database of 20MB (272 pages), 4MB was gained.

Compatibility

  • concrete5 8.0.0+
  • PHP 5.6+

See all add-ons from A3020

Current Version: 1.0.0
Fully Translatable: Yes
Needs External Libraries: No
Compatible 8.0.0+
License: Standard
Support Response: Replies to tickets every few days.
Support Hosted: On marketplace.concretecms.com
Needs extra server permissions: No
Needs Internet: No
Marketplace Tests:
Passed Automated Tests
Passed PRB Review