Jump to content

Cache Hetzner ?


Recommended Posts

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 by Gimbo (see edit history)
Link to comment
Share on other sites

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

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.

post-402975-0-02436600-1384791993_thumb.png

Edited by B.Köring (see edit history)
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...