You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
215 KiB

{"url":"https:\/\/dfoso.id:11443\/enginen\/Kanwil","method":"POST","isAJAX":false,"startTime":1709701016.970172,"totalTime":123.2,"totalMemory":"7.642","segmentDuration":20,"segmentCount":7,"CI_VERSION":"4.4.5","collectors":[{"title":"Timers","titleSafe":"timers","titleDetails":"","display":[],"badgeValue":null,"isEmpty":false,"hasTabContent":false,"hasLabel":false,"icon":"","hasTimelineData":true,"timelineData":[{"name":"Bootstrap","component":"Timer","start":1709701016.983177,"duration":0.0266571044921875},{"name":"Routing","component":"Timer","start":1709701017.009836,"duration":0.0008690357208251953},{"name":"Before Filters","component":"Timer","start":1709701017.012636,"duration":2.5987625122070312e-5},{"name":"Controller","component":"Timer","start":1709701017.012665,"duration":0.08062505722045898},{"name":"Controller Constructor","component":"Timer","start":1709701017.012665,"duration":0.001216888427734375},{"name":"After Filters","component":"Timer","start":1709701017.093329,"duration":0.00046515464782714844}]},{"title":"Database","titleSafe":"database","titleDetails":"(13 total Queries, 13 of them unique across 1 Connection)","display":{"queries":[{"hover":"","class":"","duration":"0.76 ms","sql":"<strong>SELECT<\/strong> *\n<strong>FROM<\/strong> &quot;REF_KANWIL&quot;","trace":[{"file":"SYSTEMPATH\\Database\\BaseBuilder.php:1616","function":"\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0CodeIgniter\\Database\\BaseConnection->query()","index":"\u00a0\u00a01\u00a0\u00a0\u00a0\u00a0"},{"file":"APPPATH\\Models\\MKanwil.php:13","function":"\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0CodeIgniter\\Database\\BaseBuilder->get()","index":"\u00a0\u00a02\u00a0\u00a0\u00a0\u00a0"},{"file":"APPPATH\\Controllers\\Kanwil.php:41","function":"\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0App\\Models\\MKanwil->selKwl()","index":"\u00a0\u00a03\u00a0\u00a0\u00a0\u00a0"},{"file":"SYSTEMPATH\\CodeIgniter.php:941","function":"\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0App\\Controllers\\Kanwil->index()","index":"\u00a0\u00a04\u00a0\u00a0\u00a0\u00a0"},{"file":"SYSTEMPATH\\CodeIgniter.php:502","function":"\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0CodeIgniter\\CodeIgniter->runController()","index":"\u00a0\u00a05\u00a0\u00a0\u00a0\u00a0"},{"file":"SYSTEMPATH\\CodeIgniter.php:361","function":"\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0CodeIgniter\\CodeIgniter->handleRequest()","index":"\u00a0\u00a06\u00a0\u00a0\u00a0\u00a0"},{"file":"FCPATH\\index.php:79","function":"\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0CodeIgniter\\CodeIgniter->run()","index":"\u00a0\u00a07\u00a0\u00a0\u00a0\u00a0"}],"trace-file":"APPPATH\\Models\\MKanwil.php:13","qid":"15025e1dd4f4f777a0bbc2472f929ddf"},{"hover":"","class":"","duration":"1.21 ms","sql":"<strong>SELECT<\/strong> NM_KANWIL, TARGET, <strong>SUM<\/strong>(PENERIMAAN_BERJALAN) PENB, <strong>SUM<\/strong>(PENERIMAAN_LALU) PENL,\r\n\t\t\t\t(<strong>SUM<\/strong>(PENERIMAAN_BERJALAN)\/TARGET)*100 PENCAPAIAN, ((<strong>SUM<\/strong>(PENERIMAAN_BERJALAN)-<strong>SUM<\/strong>(PENERIMAAN_LALU))\/<strong>SUM<\/strong>(PENERIMAAN_LALU))*100 PERTUMBUHAN \r\n\t\t\t\t<strong>FROM<\/strong> KINERJA_PENERIMAAN A\r\n <strong>LEFT<\/strong> <strong>JOIN<\/strong> REF_KANWIL B <strong>ON<\/strong> SUBSTR(A.NM_KANWIL,16) = SUBSTR(UPPER(NAMA),8)\r\n\t\t\t\t<strong>WHERE<\/strong> THN_KINERJA = &#039;2023&#039; <strong>AND<\/strong> B.KODE = &#039;150&#039; <strong>AND<\/strong> TO_NUMBER(BLN_KINERJA) \r\n\t\t\t\tBETWEEN TO_NUMBER(&#039;01&#039;) <strong>AND<\/strong> TO_NUMBER(&#039;12&#039;) <strong>GROUP<\/strong> <strong>BY<\/strong> NM_KANWIL, TARGET","trace":[{"file":"APPPATH\\Models\\MKanwil.php:26","function":"\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0CodeIgniter\\Database\\BaseConnection->query()","index":"\u00a0\u00a01\u00a0\u00a0\u00a0\u00a0"},{"file":"APPPATH\\Controllers\\Kanwil.php:42","function":"\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0App\\Models\\MKanwil->getPenn()","index":"\u00a0\u00a02\u00a0\u00a0\u00a0\u00a0"},{"file":"SYSTEMPATH\\CodeIgniter