Ich hoffe, es kann mir jemand helfen. Ich habe alles mir bekannte ausprobiert (siehe ganz unten), jedoch ohne Erfolg
- Obwohl der Server Lt Servermanager einwandfrei arbeitet und auch sehr schnell ist, läuft der Shop teilweise extrem langsam und ist teilweise gar nicht zu erreichen. Unter Systeminfo im Backend ist alles auf Grün, aber bei Memory werden hier nur 128M angezeigt, obwohl in der PHP.ini 1024M zugewiesen und lt. Hoster auch für SW verfügbar sind.
- Das Production log is voll. Vielleicht kann jemand mit den Fehlermeldungen etwas anfangen, mir sagt das leider nichts. Hier ein Auszug:
[2020-08-14 00:03:17] core.CRITICAL: An exception occurred while executing ‚INSERT INTO s_core_config_values (element_id, shop_id, value) VALUES ( (SELECT id FROM s_core_config_elements WHERE name LIKE ‚trackingUniqueId‘ LIMIT 1), 1, ? )‘ with params [„s:32:„4tdsKLUF76tegceq9IaxBXTlxSgxeIyP“;“]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‚element_id‘ cannot be null {„uid“:„edd3f24“}
[2020-08-14 00:03:17] core.CRITICAL: An exception occurred while executing ‚INSERT INTO s_core_config_values (element_id, shop_id, value) VALUES ( (SELECT id FROM s_core_config_elements WHERE name LIKE ‚trackingUniqueId‘ LIMIT 1), 1, ? )‘ with params [„s:32:„4tdsKLUF76tegceq9IaxBXTlxSgxeIyP“;“]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‚element_id‘ cannot be null {„uid“:„edd3f24“}
[2020-08-14 00:03:17] core.ERROR: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‚element_id‘ cannot be null in /var/www/htdocs/ks37587/html/Shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1006 Stack trace: #0 /var/www/htdocs/ks37587/html/Shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(1006): PDOStatement->execute() #1 /var/www/htdocs/ks37587/html/Shopware/engine/Shopware/Bundle/PluginInstallerBundle/Service/UniqueIdGenerator/UniqueIdGenerator.php(101): Doctrine\DBAL\Connection->executeUpdate(‚INSERT INTO s_c…‘, Array) #2 /var/www/htdocs/ks37587/html/Shopware/engine/Shopware/Bundle/PluginInstallerBundle/Service/UniqueIdGenerator/UniqueIdGenerator.php(62): Shopware\Bundle\PluginInstallerBundle\Service\UniqueIdGenerator\UniqueIdGenerator->storeUniqueIdInDb(‚4tdsKLUF76tegce…‘) #3 /var/www/htdocs/ks37587/html/Shopware/engine/Shopware/Plugins/Default/Backend/SwagUpdate/Controllers/Backend/SwagUpdate.php(493): Shopware\Bundle\PluginInstallerBundle\Service\UniqueIdGenerator\UniqueIdGenerator->getUniqueId() #4 /var/www/htdocs/ks37587/html/Shopware/engine/Shopware/Plugins/Default/Backend/SwagUpdate/Controllers/Backend/SwagUpdate.php(273): Shopware_Controllers_Backend_SwagUpdate->getUnique() #5 /var/www/htdocs/ks37587/html/Shopware/engine/Library/Enlight/Controller/Action.php(193): Shopware_Controllers_Backend_SwagUpdate->popupAction() #6 /var/www/htdocs/ks37587/html/Shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php(549): Enlight_Controller_Action->dispatch(‚popupAction‘) #7 /var/www/htdocs/ks37587/html/Shopware/engine/Library/Enlight/Controller/Front.php(222): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp)) #8 /var/www/htdocs/ks37587/html/Shopware/engine/Shopware/Kernel.php(202): Enlight_Controller_Front->dispatch() #9 /var/www/htdocs/ks37587/html/Shopware/vendor/symfony/http-kernel/HttpCache
Konfiguration:
Shopware 5.56
Server: Als noch alles lief, war der Shop ohne Cache schneller als mit.
MANAGED.SERVER, Intel i7-6800K, 64GB, 500GB RAID1, Sorglos, APCu, PageSpeed, OPcache, memcache, Redis, HHVM, HTTP/2, Elastic
Verwaltungssoftware: ISP.BASE ( nur Kundenportal ) Die Festplatten sind schnelle M.2 Riegel, dedikated server
Folgendes habe ich probiert:
-
Standardtemplate
-
Alle Plugins raus und nach einander wieder rein
-
Produktivmodus
-
sämtlichen cache gelöscht
-
cachewarmer
-
Cacheordner auf Server gelöscht und Neuanlage erzwungen
-
Shop im Bearbeitungsmodus (lief früher schneller als mit cache)
-
SQL-Datenbank repariert (Funktion im Kundencenter auf Server)
-
Apache2-Server neu gestartet
-
PHP-Ini reset
Bin wirklich dankbar, falls Euch dazu etwas einfällt.