I am using the latest Drush version.

When I type drush performance-detail or drush performance-summary, it gives me this error:

"The drush command 'performance-summary' could not be found. Run [error]
`drush cache-clear drush` to clear the commandfile cache if you have
installed new extensions."

The module is working ok on the frontend though.

Comments

malc0mn’s picture

What exact version of drush are you using?

Could you do:

$ drush --version && drush | grep perf

from the command line (while in your drupal installation of course) and report the results?

Sinan Erdem’s picture

drush version 5.8

malc0mn’s picture

did you run this in, say, the folder sites/default of your drupal installation? What if you do:

$ drush --version && drush | grep pm

What is the result then?

Sinan Erdem’s picture

$ drush --version && drush | grep pm

Result is:

drush version 5.8
 runserver (rs)        Runs a lightweight built in http server for development. 
Project manager commands: (pm)
 pm-disable (dis)      Disable one or more extensions (modules or themes).                    
 pm-download (dl)      Download projects from drupal.org or other sources.                    
 pm-enable (en)        Enable one or more extensions (modules or themes).                     
 pm-info (pmi)         Show detailed info for one or more extensions (modules or themes).     
 pm-list (pml)         Show a list of available extensions (modules and themes).              
 pm-refresh (rf)       Refresh update status information.                                     
 pm-releasenotes       Print release notes for given projects.                                
 pm-releases (rl)      Print release information for given projects.                          
 pm-uninstall          Uninstall one or more modules.                                         
 pm-update (up)        Update Drupal core and contrib projects and apply any pending database 
                       updates (Same as pm-updatecode + updatedb).                            
 pm-updatecode (upc)   Update Drupal core and contrib projects to latest recommended  
malc0mn’s picture

As expected. Will try some more tests here to see if I can reproduce, thanks for the feedback!

malc0mn’s picture

Does this problem still pop up in the 2.x version?