Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Database Dashboard

38 sites Security covered Drupal 9–11
View on drupal.org

This module provides an overview of large tables and cache table information in your Drupal database, serving as a basic monitoring tool.

This module provide an overview of the larger tables (in term of size an rows) of your drupal database.

It provides also information about the cache tables.

It can be be used for a basic monitoring of your database.

Installation

Like any other module : composer require drupal/database_dashboard

Post-Installation

Add to your settings.php or settings.local.php the following lines:

$databases['schema']['default'] = [
  'host' => 'mariadb', // To Adapt
  'database' => 'information_schema',
  'username' => 'drupal', // To Adapt
  'password' => 'drupal', // To Adapt
  'prefix' => '',
  'port' => '3306',
  'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
  'driver' => 'mysql',
];

Now head to /admin/reports/database (or Reports / Database Dashboard) and relax.

Depends on

Dependencies of the latest stable release

  • mysql Drupal core

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Oct 2025
Latest release
10 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Slowing

Releases

Version Type Core Release date
1.0.2 Stable 9–11 Oct 15, 2025