BENCHMARKS  
Loading Time: Base Classes  0.0057
Controller Execution Time ( Main / Index )  0.7405
Total Execution Time  0.7476
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,939,104 bytes
  POST DATA  
No POST data exists
  URI STRING  
tags/-Berkumur
  CLASS/METHOD  
main/index
  DATABASE:  scholaec_new_db_ak (Main:$db)   QUERIES: 25 (0.7020 seconds)  (Hide)
0.0002   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT nama_website FROM identitas ORDER BY id_identitas DESC LIMIT 1 
0.0001   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT meta_deskripsi FROM identitas ORDER BY id_identitas DESC LIMIT 1 
0.0001   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT meta_deskripsi FROM identitas ORDER BY id_identitas DESC LIMIT 1 
0.0001   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT meta_keyword FROM identitas ORDER BY id_identitas DESC LIMIT 1 
0.3676   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT COUNT(*) AS total
         FROM t_content
         WHERE publish_date 
<= NOW()
         AND 
publish 'Y'
         
AND hapus 'N'
         
AND tag LIKE '%%' 
0.3259   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
        
SELECT 
            tc
.id,
            
tc.title,
            
tc.description,
            
tc.body_text,
            
tc.foto,
            
tc.tag,
            
tc.id_kanal,
            
tc.publisher,
            
tc.author,
            
tc.publish_date,
            
tc.url_seo,
            
tc.deck,
            
tc.foto_caption,
            
tc.sumberfoto,
            
tc.publish,
            
tc.headline,
            
tc.hapus,
            
tc.rep,
            
tc.red,
            
tc.sumber_berita,
            
tc.path,
            
tc.file_type,
            
tc.kontributor,
            
tc.id_berita,

            (
SELECT CONCAT(tk.kanal_name'|'tk.surel)
             
FROM t_kanal tk
             WHERE tk
.id tc.id_kanal
             LIMIT 1
) AS kanal,

            (
SELECT CONCAT(ts.site_name'|'ts.url)
             
FROM t_site ts
             WHERE ts
.id_site tc.site_id
             LIMIT 1
) AS main_site

        FROM t_content tc
        WHERE tc
.publish_date <= NOW()
          AND 
tc.publish 'Y'
          
AND tc.hapus 'N'
          
AND tc.site_id 1
          
AND tc.tag LIKE '% Berkumur%'
        
ORDER BY tc.publish_date DESC
        LIMIT 0
10
     
0.0007   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT tc.*, CONCAT(tk.kanal_name'|'tk.surel) AS kanalCONCAT(ts.site_name'|'ts.url) AS main_site
FROM 
`t_content` `tc`
LEFT JOIN `t_kanal` `tkON `tk`.`id` = `tc`.`id_kanal`
LEFT JOIN `t_site` `tsON `ts`.`id_site` = `tc`.`site_id`
WHERE tc.publish_date <= NOW()
AND `
tc`.`publish` = 'Y'
AND `tc`.`hapus` = 'N'
ORDER BY `tc`.`publish_dateDESC
 LIMIT 6 
0.0006   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
        
SELECT 
            tc
.id,
            
tc.title,
            
tc.description,
            
tc.body_text,
            
tc.foto,
            
tc.tag,
            
tc.id_kanal,
            
tc.publisher,
            
tc.author,
            
tc.publish_date,
            
tc.url_seo,
            
tc.deck,
            
tc.foto_caption,
            
tc.sumberfoto,
            
tc.publish,
            
tc.headline,
            
tc.hapus,
            
tc.rep,
            
tc.red,
            
tc.sumber_berita,
            
tc.path,
            
tc.file_type,
            
tc.kontributor,
            
tc.id_berita,

            (
SELECT CONCAT(tk.kanal_name'|'tk.surel)
             
FROM t_kanal tk
             WHERE tk
.id tc.id_kanal
             LIMIT 1
) AS kanal,

            (
SELECT CONCAT(ts.site_name'|'ts.url)
             
FROM t_site ts
             WHERE ts
.id_site tc.site_id
             LIMIT 1
) AS main_site

        FROM t_content tc
        WHERE tc
.publish_date <= NOW()
          AND 
tc.publish 'Y'
          
AND tc.hapus 'N'
          
AND tc.id_kanal 68
          
AND tc.site_id 1
        ORDER BY tc
.publish_date DESC
        LIMIT 0
1
     
0.0005   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
        
SELECT 
            tc
.id,
            
tc.title,
            
tc.description,
            
tc.body_text,
            
tc.foto,
            
tc.tag,
            
tc.id_kanal,
            
tc.publisher,
            
tc.author,
            
tc.publish_date,
            
tc.url_seo,
            
tc.deck,
            
tc.foto_caption,
            
tc.sumberfoto,
            
tc.publish,
            
tc.headline,
            
tc.hapus,
            
tc.rep,
            
tc.red,
            
tc.sumber_berita,
            
tc.path,
            
tc.file_type,
            
tc.kontributor,
            
tc.id_berita,

            (
SELECT CONCAT(tk.kanal_name'|'tk.surel)
             
FROM t_kanal tk
             WHERE tk
.id tc.id_kanal
             LIMIT 1
) AS kanal,

            (
SELECT CONCAT(ts.site_name'|'ts.url)
             
FROM t_site ts
             WHERE ts
.id_site tc.site_id
             LIMIT 1
) AS main_site

        FROM t_content tc
        WHERE tc
.publish_date <= NOW()
          AND 
tc.publish 'Y'
          
AND tc.hapus 'N'
          
AND tc.id_kanal 64
          
AND tc.site_id 1
        ORDER BY tc
.publish_date DESC
        LIMIT 0
6
     
0.0006   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
        
SELECT 
            tc
.id,
            
tc.title,
            
tc.description,
            
tc.body_text,
            
tc.foto,
            
tc.tag,
            
tc.id_kanal,
            
tc.publisher,
            
tc.author,
            
tc.publish_date,
            
tc.url_seo,
            
tc.deck,
            
tc.foto_caption,
            
tc.sumberfoto,
            
tc.publish,
            
tc.headline,
            
tc.hapus,
            
tc.rep,
            
tc.red,
            
tc.sumber_berita,
            
tc.path,
            
tc.file_type,
            
tc.kontributor,
            
tc.id_berita,

            (
SELECT CONCAT(tk.kanal_name'|'tk.surel)
             
FROM t_kanal tk
             WHERE tk
.id tc.id_kanal
             LIMIT 1
) AS kanal,

            (
SELECT CONCAT(ts.site_name'|'ts.url)
             
FROM t_site ts
             WHERE ts
.id_site tc.site_id
             LIMIT 1
) AS main_site

        FROM t_content tc
        WHERE tc
.publish_date <= NOW()
          AND 
tc.publish 'Y'
          
AND tc.hapus 'N'
          
AND tc.id_kanal 66
          
AND tc.site_id 1
        ORDER BY tc
.publish_date DESC
        LIMIT 0
4
     
0.0002   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT FROM video ORDER BY id_video DESC LIMIT 0
0.0018   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT folder FROM templates where aktif='Y' 
0.0012   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT folder FROM templates where aktif='Y' 
0.0002   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT folder FROM templates where aktif='Y' 
0.0003   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT idkanal_namesurel,induk  FROM t_kanal where publish='enable' AND induk='home' AND id_site=1  order by short AS
0.0002   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT idkanal_namesurel,induk  FROM t_kanal where publish='enable' AND induk='64'  AND id_site=1  order by short AS
0.0002   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT idkanal_namesurel,induk  FROM t_kanal where publish='enable' AND induk='65'  AND id_site=1  order by short AS
0.0002   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT idkanal_namesurel,induk  FROM t_kanal where publish='enable' AND induk='68'  AND id_site=1  order by short AS
0.0003   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT idkanal_namesurel,induk  FROM t_kanal where publish='enable' AND induk='297'  AND id_site=1  order by short AS
0.0002   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT idkanal_namesurel,induk  FROM t_kanal where publish='enable' AND induk='home' AND id_site=1  order by short AS
0.0002   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT idkanal_namesurel,induk  FROM t_kanal where publish='enable' AND induk='64'  AND id_site=1  order by short AS
0.0002   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT idkanal_namesurel,induk  FROM t_kanal where publish='enable' AND induk='65'  AND id_site=1  order by short AS
0.0002   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT idkanal_namesurel,induk  FROM t_kanal where publish='enable' AND induk='68'  AND id_site=1  order by short AS
0.0001   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT idkanal_namesurel,induk  FROM t_kanal where publish='enable' AND induk='297'  AND id_site=1  order by short AS
0.0001   <?php
/*
  Authors : initappz (Rahul Jograna)
  Website : https://initappz.com/
  App Name : ionic 5 groceryee app
  Created : 10-Sep-2020
  This App Template Source code is licensed as per the
  terms found in the Website https://initappz.com/license
  Copyright and Good Faith Purchasers © 2020-present initappz.
*/ 
SELECT folder FROM templates where aktif='Y' 
  HTTP HEADERS  (Show)
  CONFIG VARIABLES  (Show)