devel
- z. B. zum Leeren des Cache via http://fff2.at/drupal/admin/settings/performance (Verwalten > Einstellungen > Leistung)
- http://drupal.org/project/devel
- Performance Logging: memory usage
- Summary logging logs the average and maximum page generation time, average and maximum memory usage, last access time, and number of accesses for each path.
- Summary is logged to APC, if installed, so as to not cause extra load on the database. This is the only mode recommended for live sites.
- http://fff2.at/drupal/admin/reports/performance_logging_details
- Performance logging in Drupal
Einstellungen
http://fff2.at/drupal/admin/settings/devel
- Query log > Display query log = NO ... sonst wird bei run-cron (http://fff2.at/drupal/admin/reports/status/run-cron) ein langer Anhang angezeigt
Versionen
- 6.x-1.10: in Verwendung
- 6.x-1.18: in Verwendung; scheint ok
- 6.x-1.20: !! crasht angeblich !!
- 6.x-1.23: in Verwendung, scheint ok