http://opendata.kedirikab.go.id/dataset/3815/xlsx/download_excel?p=dataset%2F3815%2Fxlsx%2Fdownload_excel

Query Metrics

11 Database Queries
10 Different statements
18.50 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 2.43 ms
SELECT t0.id AS id_1, t0.judul AS judul_2, t0.sumber AS sumber_3, t0.satuan AS satuan_4, t0.tahun AS tahun_5, t0.deskripsi AS deskripsi_6, t0.kode AS kode_7, t0.dimensi AS dimensi_8, t0.keyword AS keyword_9, t0.konsep AS konsep_10, t0.rumus AS rumus_11, t0.kegunaan AS kegunaan_12, t0.intepretasi AS intepretasi_13, t0.metodologi AS metodologi_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.view AS view_17, t0.reff_id AS reff_id_18, t0.tipe AS tipe_19, t0.jenis AS jenis_20, t0.jumlah_download AS jumlah_download_21, t0.periode_id AS periode_id_22, t0.status_id AS status_id_23, t0.wilayah_id AS wilayah_id_24, t0.div_id AS div_id_25, t0.urusan_id AS urusan_id_26, t0.sektor_id AS sektor_id_27, t28.id AS id_29, t28.judul AS judul_30, t28.tipe AS tipe_31, t28.axis_x AS axis_x_32, t28.axis_y AS axis_y_33, t28.created_at AS created_at_34, t28.updated_at AS updated_at_35, t28.is_show AS is_show_36, t28.axis_y_ids AS axis_y_ids_37, t28.pub_id AS pub_id_38 FROM t_publikasi t0 LEFT JOIN t_grafik t28 ON t28.pub_id = t0.id WHERE t0.id = ?
Parameters:
[
  "3815"
]
2 0.21 ms
"START TRANSACTION"
Parameters:
[]
3 0.48 ms
UPDATE t_publikasi SET jumlah_download = ? WHERE id = ?
Parameters:
[
  289
  3815
]
4 5.68 ms
"COMMIT"
Parameters:
[]
5 0.99 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:
[
  "3815"
  1
]
6 0.22 ms
CREATE EXTENSION IF NOT EXISTS tablefunc;
Parameters:
[]
7 0.30 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:
[
  "3815"
  1
]
8 0.50 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 = 3815 and b.is_tampil is true  order by 1, 2')
                AS ct (row_id int, periode_update text, no text, indikator text, satuan text, 2020 text, 2021 text, 2022 text) where 1=1
Parameters:
[]
9 6.72 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:
[]
10 0.79 ms
SELECT nspname FROM pg_namespace WHERE nspname !~ '^pg_.*' AND nspname != 'information_schema'
Parameters:
[]
11 0.17 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\TPublikasi No errors.
App\Entity\TVariabel No errors.
App\Entity\MPeriode No errors.
App\Entity\MStatus No errors.
App\Entity\MWilayah No errors.
App\Entity\TDiv 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\MSektor No errors.
App\Entity\TGrafik No errors.
App\Entity\TData No errors.
App\Entity\TFile No errors.
App\Entity\MBidang No errors.
App\Entity\TPermohonan No errors.
App\Entity\TInfografik No errors.
App\Entity\MSektorDetail No errors.
App\Entity\TCkan No errors.
App\Entity\TUrl No errors.
App\Entity\MUser No errors.
App\Entity\MUrusanDetail
  • The mappings App\Entity\MUrusanDetail#urusan and App\Entity\MUrusan#mUrusanDetails are inconsistent with each other.