我正在使用APP(Shopware),似乎在几乎每一页(当我没有登录时)它试图开始一个会话 - 它需要1s,3s,5s或9s - 这是不正常的。因为通常它只需要ms,并且它并不总是相同的值(并且恰好是秒)。
来自潮流的堆栈显示了这一点:
#1 session_start
#2 Zend_Session::start
#3 Shopware\Components\DependencyInjection\Bridge\Session::createSession
#4 ShopwareProduction057457c96467d4f1d33bee870a96ef43d2ed5e07ProjectContainer::getSessionService
#5 Symfony\Component\DependencyInjection\Container::get
#6 Shopware\Components\DependencyInjection\Container::doLoad
#7 Shopware\Components\DependencyInjection\Container::get
#8 Shopware\Models\Shop\Shop::registerResources
#9 Shopware_Plugins_Core_Router_Bootstrap::onRouteStartup
#10 Enlight_Event_Handler_Plugin::execute
Parent Spans
PARENT HttpCache::forward()
我知道它很少,但我认为有人可能知道它可能是什么。我对php会话不太熟悉。
我们正在使用memcached btw