Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/firegento/magento-performance-tweaks
- Owner: firegento
- License: gpl-3.0
- Created: 2013-11-07T16:12:11.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2020-06-28T09:02:34.000Z (over 4 years ago)
- Last Synced: 2024-08-07T18:12:18.446Z (3 months ago)
- Language: PHP
- Size: 146 KB
- Stars: 150
- Watchers: 33
- Forks: 40
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)