php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77268 xdebug performence
Submitted: 2018-12-08 18:54 UTC Modified: 2020-01-20 17:15 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: micieli at laposte dot net Assigned:
Status: Wont fix Package: Xdebug
PHP Version: 7.3.0 OS: Arch linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
20 + 10 = ?
Subscribe to this entry?

 
 [2018-12-08 18:54 UTC] micieli at laposte dot net
Description:
------------
I seed the databases before run all tests of my application.

I've a seed time,  before the update php to at 2 seconds for 200 records, now the time is between 6 at 7 seconds, and phpunit is running more slowly.  I thinks it's the same for all library who use php. 

Test script:
---------------
git clone git://git.fumseck.eu/library/imperium

cd imperium

git checkout develop

composer install && php artisan seed

The script require mysql,  postgresql and sqlite installed and running.



Expected result:
----------------
Recover the performance of before or have better.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-12-08 19:01 UTC] micieli at laposte dot net
run make seed before php artisan seed
 [2019-01-12 18:33 UTC] micieli at laposte dot net
-Summary: performance +Summary: xdebug performence -Package: Performance problem +Package: Xdebug -Operating System: Gnu/Linux +Operating System: Arch linux
 [2019-01-12 18:33 UTC] micieli at laposte dot net
I've found the problem origin, it's xdebug !
 [2020-01-20 17:15 UTC] derick@php.net
-Status: Open +Status: Wont fix
 [2020-01-20 17:15 UTC] derick@php.net
If this is Xdebug related, please file a bug report at https://bugs.xdebug.org
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 18:01:34 2024 UTC