Demo : https://addons.prestashop.com/en/we...rformance-clean-and-accelerates-db.html?ab=1&
- Module Versiyon: 1.3.1
- v1.7.4.4 Compatible
Attachments
Last edited:
tested on v1.7.4.4, don't work very well for me. Don't save settings and delete only some rows from the DB
tested on v1.7.4.4, don't work very well for me. Don't save settings and delete only some rows from the DB
so in the end does it worth it? i mean is it a plus for PS 1.7.5? ThanksOn 1.7.5.1 & 1.6.1.23 to.
Optimize DDBB but no save settings.
Grettings.
if (version_compare(_PS_VERSION_, '1.7', '>=')) {
foreach (new RecursiveIteratorIterator(new RecursiveDirectoryIterator('../app/cache')) as $file) {
$cachesize += $file->getSize();
if (version_compare(_PS_VERSION_, '1.7', '>=')) {
foreach (new RecursiveIteratorIterator(new RecursiveDirectoryIterator('../var/cache')) as $file) {
$cachesize += $file->getSize();
still no modification.... anyway thanks for taking time to check this...maybe is a conflict with my cache module - i will try to set it as dynamic module under "Page Cache Ultimate"
After I searched a bit about this module on Prestashop Add-On, I noticed this:
So yes, the version 1.3.1, which is available on the first post, is the latest version compatible with PS v1.4.1.0 - v1.7.4.4.
- Version 1.3.3 (04/12/2018)
- Compatibility v1.4.1.0 - v1.7.4.4
- Changelog:
- v.1.3.1 - Update Prestashop 1.7, new features to increase the performance of prestashop, browser cache, gzip compression and prestashop cache erasure.
- v.1.3.2 - Removed option to clear cache (so yes, it's a downgrade, NOT a upgrade )
- v.1.3.3 - Add Prestastrust (seriously, they make a upgrade for that? )
Below, you can find the Version 1.3.1 "Custom" (11/03/2019), which is compatible with PS v1.7.5.0 - v1.7.5.1
Note 1: Before released this "custom" version on the forum, I make a lot of test with a Prestashop 1.7.5.1 with Transformer theme and his child theme (heavily modified), and ONLY the Prestashop cache fully activated, and all was working fine.
Of course, if you use another cache module, it's not impossible that the two modules are in conflict...
Note2: If Gzip is already activated on your hosting, you cannot actived it a second time with the module, and it's the reason why you cannot save your settings.
To check if Gzip is already activated (or not), you can use this link: https://www.whatsmyip.org/http-compression-test/
Download Optimizeps for PrestaShop 1.7.5.x:
[Hidden content]