GET http://nazranatimes.com/myadmin/api/stats.json

Query Metrics

4 Database Queries
4 Different statements
18.60 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.78 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM admin t0 WHERE t0.id = ?
Parameters:
[
  2
]
2 8.39 ms
SELECT COUNT(id) as total, MONTH(start_date) as month FROM advertisement GROUP BY MONTH(start_date) ORDER BY MONTH(start_date) DESC LIMIT 6
Parameters:
[]
3 8.29 ms
SELECT COUNT(id) as total, MONTH(publish_date) as month FROM news GROUP BY MONTH(publish_date) ORDER BY MONTH(publish_date) DESC LIMIT 6
Parameters:
[]
4 1.12 ms
SELECT COUNT(id) as total, MONTH(date) as month FROM epaper GROUP BY MONTH(date) ORDER BY MONTH(date) DESC LIMIT 6
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

Class Mapping errors
App\Entity\Admin No errors.