Magento Performance Tips
yoast gibt einige Performance Tips für Magento
- move the the rules in the .htaccess files from the directories to virtualhost configuration directives
- install Xcache or APC PHP cache accelerator
- clean up your template and layout
- make sure Apache KeepAlives is enabled
- use a memory-based file system for Magento’s var/cache/ and var/sessions/ directory
Desweiteren gibt es das Magento Compiler this module:
This module compiles all files of a Magento installation and creates a single include path to increase performance Compiler module is still in Beta and should NOT be used in a production environment for now. From our early tests this module gave between 25% to 50% better performance depending on the page requested.

