http://opendata.kedirikab.go.id/dataset/3775/dataset_table?p=dataset%2F3775%2Fdataset_table

Query Metrics

6 Database Queries
4 Different statements
12.15 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.30 ms
CREATE EXTENSION IF NOT EXISTS tablefunc;
Parameters:
[]
2 1.35 ms
SELECT t0.id AS id_1, t0.nama AS nama_2, t0.is_tampil AS is_tampil_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.reff_id AS reff_id_6, t0.pub_id AS pub_id_7 FROM t_variabel t0 WHERE t0.pub_id = ? AND t0.is_tampil = ? ORDER BY t0.id ASC
Parameters:
[
  "3775"
  1
]
3 5.63 ms
SELECT * FROM crosstab('select a.row_id, b.id, a.isi 
                from t_data a 
                join t_variabel b 
                on a.variabel_id = b.id 
                where a.pub_id = 3775 and b.is_tampil is true  order by 1, 2')
                AS ct (row_id int, periode_update text, kecamatan text, desa text, tahun text, semester text, laki text, perempuan text) where 1=1 LIMIT 10
Parameters:
[]
4 0.14 ms
CREATE EXTENSION IF NOT EXISTS tablefunc;
Parameters:
[]
5 0.25 ms
SELECT t0.id AS id_1, t0.nama AS nama_2, t0.is_tampil AS is_tampil_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.reff_id AS reff_id_6, t0.pub_id AS pub_id_7 FROM t_variabel t0 WHERE t0.pub_id = ? AND t0.is_tampil = ? ORDER BY t0.id ASC
Parameters:
[
  "3775"
  1
]
6 4.49 ms
SELECT * FROM crosstab('select a.row_id, b.id, a.isi 
                from t_data a 
                join t_variabel b 
                on a.variabel_id = b.id 
                where a.pub_id = 3775 and b.is_tampil is true  order by 1, 2')
                AS ct (row_id int, periode_update text, kecamatan text, desa text, tahun text, semester text, laki text, perempuan text) where 1=1
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\TVariabel No errors.
App\Entity\TPublikasi No errors.
App\Entity\TData No errors.