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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: micieli at laposte dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Mon Oct 14 12:01:27 2024 UTC