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
193 KiB

1 year ago
{"url":"https:\/\/localhost\/enginen\/Kanwil","method":"POST","isAJAX":false,"startTime":1709563492.209803,"totalTime":414.9,"totalMemory":"5.854","segmentDuration":60,"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":1709563492.215699,"duration":0.010127067565917969},{"name":"Routing","component":"Timer","start":1709563492.225827,"duration":0.0003330707550048828},{"name":"Before Filters","component":"Timer","start":1709563492.226793,"duration":1.1920928955078125e-5},{"name":"Controller","component":"Timer","start":1709563492.226807,"duration":0.3979189395904541},{"name":"Controller Constructor","component":"Timer","start":1709563492.226808,"duration":0.00048089027404785156},{"name":"After Filters","component":"Timer","start":1709563492.624748,"duration":0.0002899169921875}]},{"title":"Database","titleSafe":"database","titleDetails":"(12 total Queries, 12 of them unique across 1 Connection)","display":{"queries":[{"hover":"","class":"","duration":"17.05 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:37","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":"2fd843102c811c112f4c7b7450782652"},{"hover":"","class":"","duration":"24.18 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;2024&#039; <strong>AND<\/strong> B.KODE = &#039;260&#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;03&#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:38","function":"\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0App\\Models\\MKanwil->getPenn()","index":"\u00a0\u00a02\u00a0\u00a0\u00a0\u00a0"},{"file":"SYSTEMPATH\\CodeIgniter.php