Es geht auch günstig, ich habe einen Strato 10 € Virtuellen Server (1 kern, 512 MB RAM) und Magento 1.4 läuft schnell (Antwortzeiten von 0,5 - 1,5 Sekunden).
Habe vorher mehrere Monate nach einer Lösung für das Performance Problem gesucht, unzähliche Anleitungen gefolgt aber alles brachte keinen spürbaren Erfolg.
chown -R wwwrun:www magento oder chown -R zend:zend shop
chmod -R 777 app/ media/ var/
/etc/my.cnf anpassen -------------------------------------------------------------------------------------------------- #skip-innodb # Uncomment the following if you are using InnoDB tables innodb_data_home_dir = /var/lib/mysql/ innodb_data_file_path = ibdata1:10M:autoextend innodb_log_group_home_dir = /var/lib/mysql/ innodb_log_arch_dir = /var/lib/mysql/ # You can set .._buffer_pool_size up to 50 - 80 % # of RAM but beware of setting memory usage too high innodb_buffer_pool_size = 16M innodb_additional_mem_pool_size = 2M # Set .._log_file_size to 25 % of buffer pool size innodb_log_file_size = 5M innodb_log_buffer_size = 8M innodb_flush_log_at_trx_commit = 1 innodb_lock_wait_timeout = 50
Congratulations! Your server meets the requirements for Magento.
* You have PHP 5.2.0 (or greater) * Safe Mode is off * You have MySQL 4.1.20 (or greater) * You have the curl extension * You have the dom extension * You have the gd extension * You have the hash extension * You have the iconv extension * You have the mcrypt extension * You have the pcre extension * You have the pdo extension * You have the pdo_mysql extension * You have the simplexml extension
Wir verwenden Cookies, um Ihre Erfahrung auf dieser Website zu optimieren und Ihnen Dienstleistungen und Kommunikation anzubieten, die auf Ihre Interessen zugeschnitten sind. Durch die weitere Nutzung unserer Website oder mit dem Klick auf “Akzeptieren” stimmen Sie der Verwendung dieser Cookies zu. Detaillierte Informationen und wie Sie der Verwendung von Cookies jederzeit widersprechen können, finden Sie in unserer Datenschutzerklärung.