Magento general speed improvements
Would it make sense to add some or all of the tips mentioned in slide 22+ onwards?
Some seem a real quick win
we already implemented some of them I think, also some were implemented by magento since then, also lead some of them to removed features.
And then you can also implement most of them as an extension like https://github.com/firegento/magento-performance-tweaks
thx, did not know that solution. Is that not something we could import? (/w
some settings because I see it disables certain logs)
https://github.com/firegento/magento-performance-tweaks
On Wed, Nov 30, 2016 at 12:35 PM, Daniel Fahlke notifications@github.com
wrote:
we already implemented some of them I think, also some were implemented by
magento since then, also lead some of them to removed features.And then you can also implement most of them as an extension like
https://github.com/firegento/magento-performance-tweaks—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/OpenMage/magento-lts/issues/139#issuecomment-263852415,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAn0a-y_J8xACpu3llJKn1vl5YGPwr-aks5rDV-XgaJpZM4K93OZ
.
+1 for the setting to disable certain logs
Compare should really use session data instead of tables, but I suppose this would be considered breaking BC? Google Analytics or similar is much better for reporting so viewed products reports should be removed entirely IMO but that would definitely break BC. :)
Compare is a very interesting piece anyway... I dont know many merchants actually using it...
I personally would accept a BC break on resource/model level.
The log stuff needs a better review, i usual advertise disabling it, but it also kills some of the features magento offers.
Views on products is also nearly never used actively and probably also very inaccurate. But thats all to much for a single Issue to discuss.
These are some steps to boost the Magento speed:
Source: Improve Magento Performance