|
Written on: 14. 09. 2010 [14:55]
|
|
bluespuke
Thorsten Schmitz
registered since: 08.06.2010
Posts: 1
|
Hallo,
Ich erleide gerade heftige Performance-Probleme mit Typogento.
Die Magento-Installation ist soweit optimiert und läutf sehr flüssig. Auch TYPO3 hat Parsezeiten von < 250ms. Auf Seiten mit dem fb_magento-Plugin muss ich aber leider enorme Wartezeiten in Kauf nehmen, teilweise bis zu 7 Sekunden.
Aus dem Admn-Panel entnahm ich folgendes:
php 321 6197 +1 =6198
php/Include libraries 321 1 Files for inclusion: "typo3conf/ext/fb_magento/pi1/class.tx_fbmagento_pi1.php
Daraufhin habe ich mir mal das Plugin angeschaut und mir ist aufgefallen, dass es als USER_INT deklariert wird.
Ich wollte nur mal so zum Test das Plugin als USER definieren und schon bekam ich einige Fehlermeldungen, der Autoload von Magento versucht die TYPO3-Klassen zu laden:
Warning: include(T3lib/FlashMessage.php) [function.include]: failed to open stream: No such file or directory in /html/magento/lib/Varien/Autoload.php on line 93
Warning: include() [function.include]: Failed opening 'T3lib/FlashMessage.php' for inclusion (include_path='/html/magento/app/code/local:/html/magento/app/code/community:/html/magento/app/code/core:/html/magento/lib:.:/usr/local/php/lib/php:/usr/local/php/lib/php/PEAR') in /html/magento/lib/Varien/Autoload.php on line 93
Warning: include(T3lib/FlashMessage.php) [function.include]: failed to open stream: No such file or directory in /html/magento/lib/Varien/Autoload.php on line 93
Warning: include() [function.include]: Failed opening 'T3lib/FlashMessage.php' for inclusion (include_path='/html/magento/app/code/local:/html/magento/app/code/community:/html/magento/app/code/core:/html/magento/lib:.:/usr/local/php/lib/php:/usr/local/php/lib/php/PEAR') in /html/magento/lib/Varien/Autoload.php on line 93
Warning: include(T3lib/FlashMessage.php) [function.include]: failed to open stream: No such file or directory in /html/magento/lib/Varien/Autoload.php on line 93
Warning: include() [function.include]: Failed opening 'T3lib/FlashMessage.php' for inclusion (include_path='/html/magento/app/code/local:/html/magento/app/code/community:/html/magento/app/code/core:/html/magento/lib:.:/usr/local/php/lib/php:/usr/local/php/lib/php/PEAR') in /html/magento/lib/Varien/Autoload.php on line 93
Warning: include(T3lib/FlashMessage.php) [function.include]: failed to open stream: No such file or directory in /html/magento/lib/Varien/Autoload.php on line 93
Warning: include() [function.include]: Failed opening 'T3lib/FlashMessage.php' for inclusion (include_path='/html/magento/app/code/local:/html/magento/app/code/community:/html/magento/app/code/core:/html/magento/lib:.:/usr/local/php/lib/php:/usr/local/php/lib/php/PEAR') in /html/magento/lib/Varien/Autoload.php on line 93
Fatal error: Class 't3lib_utility_Client' not found in /html/typo3/typo3_src-4.4.2/t3lib/error/class.t3lib_error_debugexceptionhandler.php on line 137
Gibt es eine Möglichkeit um das Plugin zu cachen bzw. meine Ladezeiten enorm zu optimieren? So ist die momentane Lösung auf jeden Fall unakzeptabel :'(
Gruß,
Bluespuke
|