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":1709701013.584526,"totalTime":120.7,"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":1709701013.600922,"duration":0.02590489387512207},{"name":"Routing","component":"Timer","start":1709701013.626829,"duration":0.0008361339569091797},{"name":"Before Filters","component":"Timer","start":1709701013.629623,"duration":2.4080276489257812e-5},{"name":"Controller","component":"Timer","start":1709701013.62965,"duration":0.07551383972167969},{"name":"Controller Constructor","component":"Timer","start":1709701013.629651,"duration":0.0012009143829345703},{"name":"After Filters","component":"Timer","start":1709701013.705207,"duration":0.0005660057067871094}]},{"title":"Database","titleSafe":"database","titleDetails":"(13 total Queries, 13 of them unique across 1 Connection)","display":{"queries":[{"hover":"","class":"","duration":"0.51 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":"6f8f5c60bbbb7560d22800c67b9b9ef3"},{"hover":"","class":"","duration":"0.85 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