Closed (fixed)
Project:
Performance Logging and Monitoring (D7)
Version:
7.x-1.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
15 May 2012 at 14:50 UTC
Updated:
19 Jul 2012 at 22:31 UTC
We should add a drush command to view the summary.
Comments
Comment #1
malc0mn commentedYes, we need Drush integration! First implementation done (clone the 7.x-1.x branch to have a peek). Still need to:
- fix these weird errors (don't even seem relevant to what I'm doing!?):
- add detail page
- clean up the code so as not to duplicate the whole page rendering functions if possible. They are almost the same as in the performance.module file.
Comment #2
malc0mn commentedAaah what the heck, finished it off... Clone 7.x-1.x branch to test.
Still need to do cleanup...
Comment #3
malc0mn commentedFinished implementation for D7 and made fully compatible for D6 so only one performance.drush.inc file needs to be maintained.
Available in the next release. Will be a beta to allow ppl to check the drush integration first.