Magento-lts: Magento general speed improvements

Created on 28 Nov 2016  Â·  6Comments  Â·  Source: OpenMage/magento-lts

Magento general speed improvements

Would it make sense to add some or all of the tips mentioned in slide 22+ onwards?

http://www.slideshare.net/ivanchepurnyi/making-magento-flying-like-a-rocket-a-set-of-valuable-tips-for-developers

Some seem a real quick win

enhancement

All 6 comments

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:

  • Install and Configure Varnish Cache
  • Merge JS and CSS
  • Caching Magento
  • Flat Catalog Categories and Products
  • Magento Compilation

Source: Improve Magento Performance

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tmotyl picture tmotyl  Â·  3Comments

colinmollenhour picture colinmollenhour  Â·  8Comments

waynetheisinger picture waynetheisinger  Â·  6Comments

smoqadam picture smoqadam  Â·  5Comments

rjocoleman picture rjocoleman  Â·  6Comments