PgHero
No long running queries
Connections healthy 6
Vacuuming healthy
No columns near integer overflow
No invalid indexes or constraints
No duplicate indexes
Query stats must be enabled for slow queries

Query Stats

Make them available by adding the following lines to postgresql.conf:

shared_preload_libraries = 'pg_stat_statements'
pg_stat_statements.track = all

Restart the server for the changes to take effect.