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.
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?
NewRelic shows a big lag in response from XF\Http\ResponseStream: output, where it took 36,400 ms for this function to respond.
Category | Slowest components | Count | Duration | % |
---|---|---|---|---|
Custom | XF\Http\ResponseStream: output | 1 | 36,400 ms | 100% |
External | webapp.eu-central-1.linodeobjects.com | 3 | 77 ms | 0% |
Custom | GuzzleHttp\Handler\CurlMultiHandler::tick | 5 | 62 ms | 0% |
Custom | GuzzleHttp\Handler\CurlMultiHandler::execute | 3 | 17 ms | 0% |
Custom | XF\Mvc\Entity\Manager::find | 2 | 4 ms | 0% |
Custom | Aws\ClientResolver::resolve | 1 | 4 ms | 0% |
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?