Gimbo Posted November 17, 2013 Share Posted November 17, 2013 (edited) Hallo, beim einstellen vom 2! Produkt ist der Shop langsamer geworden Presta 1.5.6.0 Server Hetzner Level 4 Informationen auf Ihrem Server Informationen auf Ihrem Server: Linux #1 SMP Debian 3.2.46-1+deb7u1 x86_64 Version der Server-Software: Apache PHP-Version: 5.3.27 Speichergrenze: 96M max_execution_time: 30 Datenbank-Informationen MySQL-Version: 5.5.31-0+wheezy1 MySQL-Engine: InnoDB Tabellen-Präfix: ps_ Was müsste ich wo einstellen, damit der Shop wieder schneller wird ? Edited November 17, 2013 by Gimbo (see edit history) Link to comment Share on other sites More sharing options...
prestamax Posted November 17, 2013 Share Posted November 17, 2013 Ein Memory Limit von 96MB ist ziemlich wenig, auch die Standard max_execution_time würde ich für prestashop erhöhen. Falls es dir möglich ist, würde ich das Memory Limit auf 256 hochsetzen und die max_execution_time auf mindestens 60s besser noch 90s. Link to comment Share on other sites More sharing options...
newcommer Posted November 17, 2013 Share Posted November 17, 2013 Füge das deine htaccess hinzu <IfModule mod_php5.c> php_value max_input_vars 50000 php_value upload_max_filesize "300M" php_value post_max_size "300M" php_value max_input_time 1200 php_value memory_limit 256M php_value max_execution_time 300M </IfModule> Link to comment Share on other sites More sharing options...
BoKr Posted November 18, 2013 Share Posted November 18, 2013 Abgesehen davon, dass gestern (sonntag) ein Rechenzentrum von Hetzner ausfiel, gibt es eine Bestätigung dafür, dass bei einem shared host Vertrag obiges <IfModule mod_php5.c> php_value max_input_vars 50000 php_value upload_max_filesize "300M" php_value post_max_size "300M" php_value max_input_time 1200 php_value memory_limit 256M php_value max_execution_time 300M </IfModule> eine Auswirkung hat? Kann ich mir kaum Vorstellen, dass die das erlauben würden. Link to comment Share on other sites More sharing options...
newcommer Posted November 18, 2013 Share Posted November 18, 2013 (edited) ;-) Edited November 18, 2013 by newcommer (see edit history) 1 Link to comment Share on other sites More sharing options...
BoKr Posted November 18, 2013 Share Posted November 18, 2013 (edited) Ich vermute, wir müssen mehr Geld in die Hand nehmen bei Hetzner oder aber ich muss ganz schnell einen neuen Hoster finden. Ich hoffe, im Forum gute Tipps dazu zu finden. Allerdings wundert mich, dass ich via httaccess die Parameter nicht ändern kann bei uns, obwohl wir ebenfalls lvl4 fahren, aber halt das Webhosting Paket haben. Da ist es so, dass die Werte meines Screenshots die maximalen Werte darstellen und nicht beeinflussbar sind. Lasse mich gern korrigieren und würde mich auch drüber freuen, aber ich vermute, dass Hetzner Webhosting (shared host) lvl ungünstig ist für den Prestashop und vielleicht dann auch andere Da ich diese Woche SSL erneuern muss, wäre es toll, einen guten neuen Host empfohlen zu bekommen. Siehe Anhang: PS: Die obigen Tipps habe ich ganz unten in der Datei eingefügt. Edited November 18, 2013 by B.Köring (see edit history) Link to comment Share on other sites More sharing options...
Gimbo Posted November 18, 2013 Author Share Posted November 18, 2013 Füge das deine htaccess hinzu <IfModule mod_php5.c> php_value max_input_vars 50000 php_value upload_max_filesize "300M" php_value post_max_size "300M" php_value max_input_time 1200 php_value memory_limit 256M php_value max_execution_time 300M </IfModule> Ich weiß nicht wie du das geschafft hast ? Bei mit tut sich da rein gar nichts : # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums <IfModule mod_php5.c> php_value max_input_vars 50000 php_value upload_max_filesize "300M" php_value post_max_size "300M" php_value max_input_time 1200 php_value memory_limit 256M php_value max_execution_time 300M </IfModule> <IfModule mod_rewrite.c> SetEnv HTTP_MOD_REWRITE On RewriteEngine on RewriteCond %{HTTP_HOST} ^xxxxxx.de$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # AlphaImageLoader for IE and fancybox RewriteCond %{HTTP_HOST} ^www.xxxxxxxx.de$ RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /index.php?controller=404 # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now