Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firegento/magento-performance-tweaks

This Magento extension is based on the slides of Ivan Chepurnyi, available at http://de.slideshare.net/ivanchepurnyi/magento-performance.
https://github.com/firegento/magento-performance-tweaks

Last synced: about 12 hours ago
JSON representation

This Magento extension is based on the slides of Ivan Chepurnyi, available at http://de.slideshare.net/ivanchepurnyi/magento-performance.

Awesome Lists containing this project

README

        

FireGento_PerformanceTweaks
===========================

This extension is based on the slides of Ivan Chepurnyi, available at
http://de.slideshare.net/ivanchepurnyi/magento-performance.

Facts
-----

* Version: check [config.xml](https://github.com/firegento/magento-performance-tweaks/blob/master/app/code/community/FireGento/PerformanceTweaks/etc/config.xml)
* Repository: https://github.com/firegento/magento-performance-tweaks/
* Composer name: `firegento/performance-tweaks`

Drawbacks
---------

This extension disables visitor logs and directly impacts **product compare and recently viewed** feature.
Possible symptoms:
- Not logged in users cannot use compare
- Logged in users share the whole compare table

**Layout**

CAUTION: Widgets based on category id and product id handles WILL NOT WORK as Entity_id [layout handles will be removed](https://github.com/firegento/magento-performance-tweaks/blob/master/app/code/community/FireGento/PerformanceTweaks/Model/Observer.php#L28)

SOLUTION: Use "custom layout update xml" attribute on entity level instead!

time differences
--------------------------------

profiles done via [tideways.io](https://tideways.io)

#### time difference on category page

done for 33386f57393ffb41602fd93255de8dae2f852ce5

![category tideways profile diff](res/quafzi_magento-performance-tweaks_category.png)

Support
-------
If you encounter any problems or bugs, please create an issue on
[GitHub](https://github.com/firegento/magento-performance-tweaks/issues).

Contribution
------------
Any contribution is highly welcome. The best possibility to provide any code is to open
a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).

Contributors
------------



Fabian Blechschmidt


Simon Sprankel


Thomas Birke


Toon Van Dooren


LlZARD


Kevin


Sylvain Rayé




Erfan


Daniel Fahlke


Jeroen Vermeulen


Ingo Fabbri


License
-------
[GNU General Public License, version 3 (GPLv3)](http://opensource.org/licenses/gpl-3.0)