XF 2.1 Slow response from XF\Http\ResponseStream::output

megabosx

Active member
We're troubleshooting some slow site transactions on our site. We've see requests to index.php that are loading slowly.

NewRelic shows a big lag in response from XF\Http\ResponseStream: output, where it took 36,400 ms for this function to respond.


CategorySlowest componentsCountDuration%
CustomXF\Http\ResponseStream: output136,400 ms100%
Externalwebapp.eu-central-1.linodeobjects.com377 ms0%
CustomGuzzleHttp\Handler\CurlMultiHandler::tick562 ms0%
CustomGuzzleHttp\Handler\CurlMultiHandler::execute317 ms0%
CustomXF\Mvc\Entity\Manager::find24 ms0%
CustomAws\ClientResolver::resolve14 ms0%

I think it might be related to the fetching of attachments from and external object storage service, but the calls to the object service seems to be successful.

Anyone else experience this or something similar?
 
Top Bottom