2017 © Pedro Peláez
 

library watson

Performance analysis tool for doctrine

image

carnage/watson

Performance analysis tool for doctrine

  • Sunday, January 3, 2016
  • by carnage
  • Repository
  • 2 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Has your DB server died in the fire of a dozen Quad core Xeon's maxed out at 100% CPU usage 24/7?, (*1)

Is your ORM misbehaving and issuing horrific queries?, (*2)

If so Watson is the tool for you - it helps you track down the bad queries in your ORM and fix them., (*3)

Still under development, (*4)

Currently, code focuses on methods to hook into doctrine to gather stats for performance measuring. You may still find this useful as it currently will add a -- /full/path/to/file.php:line_no comment to all queries generated by the ORM., (*5)

Future development plans are to log stats against queries (execution time, hydration time, rows/entity ratio) giving you the ability to dig into the worst performing parts of your code and improve them., (*6)

The Versions

03/01 2016

dev-master

9999999-dev

Performance analysis tool for doctrine

  Sources   Download

proprietary

The Requires

 

by Chris Riley