php-debugbar icon indicating copy to clipboard operation
php-debugbar copied to clipboard

Upgrade PDOCollector and queries widget

Open erikn69 opened this issue 2 years ago • 0 comments

Bring all the PDOCollector/SQLQueriesWidget fixes and features from barryvdh/laravel-debugbar to maximebf/php-debugbar All these functionalities have been tested for a long time and have not presented any problems.

  • https://github.com/barryvdh/laravel-debugbar/commit/eb61c2f6c5b61a969e66bc1df36ef5568ecad9a0 Show duration as a progressbar on a background
  • https://github.com/barryvdh/laravel-debugbar/commit/70b89754913fd89fef16d0170a91dbc2a5cd633a Option to toggle query background progressbar on/off
  • https://github.com/barryvdh/laravel-debugbar/commit/5d4ee5c21ede2a3f7ae092937aa2cff828fc1daf Show only duplicated queries button on debugbar tab
  • https://github.com/barryvdh/laravel-debugbar/commit/99abc7fc49e7440346f7b6eee54e397f62a4c981 Queries on different databases aren't duplicates
  • https://github.com/barryvdh/laravel-debugbar/commit/0d552cfdd703fc72c7b1a70c6f4d172794e5c48d HTML rendering of query extra metadata
  • xdebug_link support

image

erikn69 avatar Oct 12 '23 22:10 erikn69