http://opendata.kedirikab.go.id/publikasii?p=publikasii

Query Metrics

7 Database Queries
7 Different statements
14.07 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 2.00 ms
SELECT count(DISTINCT t0_.id) AS sclr_0 FROM t_infografik t0_ WHERE t0_.is_arsip = false AND LOWER(t0_.judul) LIKE LOWER('%%')
Parameters:
[]
2 7.41 ms
SELECT DISTINCT t0_.id AS id_0, t0_.release_date AS release_date_1 FROM t_infografik t0_ WHERE t0_.is_arsip = false AND LOWER(t0_.judul) LIKE LOWER('%%') ORDER BY t0_.release_date DESC LIMIT 10
Parameters:
[]
3 1.35 ms
SELECT t0_.id AS id_0, t0_.judul AS judul_1, t0_.deskripsi AS deskripsi_2, t0_.view AS view_3, t0_.created_at AS created_at_4, t0_.updated_at AS updated_at_5, t0_.sumber AS sumber_6, t0_.is_arsip AS is_arsip_7, t0_.release_date AS release_date_8, t0_.div_id AS div_id_9 FROM t_infografik t0_ WHERE t0_.is_arsip = false AND LOWER(t0_.judul) LIKE LOWER('%%') AND t0_.id IN (?) ORDER BY t0_.release_date DESC
Parameters:
[
  [
    19
    33
    27
    22
    21
    24
    31
    29
  ]
]
4 0.80 ms
SELECT t0_.id AS id_0, t0_.nama AS nama_1, t0_.path AS path_2, t0_.deskripsi AS deskripsi_3, t0_.reff_id AS reff_id_4, t0_.created_at AS created_at_5, t0_.updated_at AS updated_at_6, t0_.reff_name AS reff_name_7, t0_.file_type AS file_type_8 FROM t_dokumen t0_ WHERE t0_.reff_id = ? AND t0_.reff_name = ? AND t0_.file_type <> ?
Parameters:
[
  19
  "INFOGRAFIK"
  "pdf"
]
5 2.06 ms
SELECT quote_ident(table_name) AS table_name,
                       table_schema AS schema_name
                FROM   information_schema.tables
                WHERE  table_schema NOT LIKE 'pg\_%'
                AND    table_schema != 'information_schema'
                AND    table_name != 'geometry_columns'
                AND    table_name != 'spatial_ref_sys'
                AND    table_type != 'VIEW'
Parameters:
[]
6 0.36 ms
SELECT nspname FROM pg_namespace WHERE nspname !~ '^pg_.*' AND nspname != 'information_schema'
Parameters:
[]
7 0.09 ms
SHOW search_path
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
Kematjaya\UserBundle\Entity\KmjUser No errors.
Kematjaya\UserBundle\Entity\DefaultUser No errors.
App\Entity\TDokumen No errors.
App\Entity\MKategoriDetail No errors.
App\Entity\MUrusanDetail
  • The mappings App\Entity\MUrusanDetail#urusan and App\Entity\MUrusan#mUrusanDetails are inconsistent with each other.
App\Entity\TInfografik No errors.
App\Entity\TDiv No errors.
App\Entity\MKategori No errors.
App\Entity\MUrusan
  • The association App\Entity\MUrusan#mUrusanDetails refers to the owning side field App\Entity\MUrusanDetail#urusan_id which does not exist.
App\Entity\MBidang No errors.
App\Entity\TPermohonan No errors.
App\Entity\TPublikasi No errors.
App\Entity\MSektorDetail No errors.
App\Entity\TCkan No errors.
App\Entity\TUrl No errors.
App\Entity\MUser No errors.