You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
PDO calls made with the Elastic APM PHP Agent extension installed are much slower than when it is not installed. In my tests, it was about three times slower with the Elastic APM PHP Agent installed.
To Reproduce
Steps to reproduce the behavior:
Create a new directory.
Save the following code to test.php inside the new directory:
Describe the bug
PDO calls made with the Elastic APM PHP Agent extension installed are much slower than when it is not installed. In my tests, it was about three times slower with the Elastic APM PHP Agent installed.
To Reproduce
Steps to reproduce the behavior:
test.php
inside the new directory:Dockerfile
inside the directory:docker-compose.yml
inside the directory:Dockerfile
:Expected behavior
The Elastic APM PHP Agent should not have such a huge performance impact.
The text was updated successfully, but these errors were encountered: