Total execution time: 1769098921.5409 sec.
Framework 1.50 v6.20
Cpu Usage 18335 sec.
Memory Usage 3.58MB
POST:Array
(
)
GET:
Array
(
)
Array
(
[route] => digishop/checkout
[path] => /digishop/checkout
[segments] => Array
(
[0] => digishop
[1] => checkout
)
[closure] => Array
(
[0] => Wojo\Controller\Front\Module\Digishop\DigishopController
[1] => checkout
)
[template] => view/front/themes/master/mod_index.tpl.php
)
1. select | total: 1. SELECT * FROM `settings` WHERE (`id` = 1) ;
2. SELECT | total: 32. SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, sorting;
3. SELECT | total: 0. SELECT c.totalprice, p.id as pid, p.title_tr as title, p.slug_tr as slug, p.price, p.thumb, COUNT(*) as items FROM `mod_digishop_cart` as c LEFT JOIN `mod_digishop` as p ON p.id = c.product_id WHERE c.user_sid = "6a5fb100b4ae2488303eb9a9eae493c7af068cb5" GROUP BY c.product_id, c.totalprice ORDER BY c.product_id DESC ;
4. SELECT | total: 4. SELECT title_tr as title, slug_tr as slug, thumb, created, id FROM `mod_blog` WHERE active = 1 ORDER BY hits DESC LIMIT 5 ;
2. select | total: 1. SELECT title_tr as title, info_tr, keywords_tr, description_tr FROM `modules` WHERE (`modalias` = "digishop") ;
4. SELECT | total: 0. SELECT order_id, cart_id, SUM(totalprice) as grand, SUM(total) as sub, SUM(totaltax) as tax, COUNT(id) as items FROM `mod_digishop_cart` WHERE user_sid = "6a5fb100b4ae2488303eb9a9eae493c7af068cb5" GROUP BY user_sid, order_id, cart_id ;
5. select | total: 7. SELECT * FROM `gateways` WHERE (`active` = 1) ;
6. SELECT | total: 32. SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, sorting;
7. SELECT | total: 0. SELECT YEAR(created) as year, DATE_FORMAT(created, '%m') as month,COUNT(id) as total FROM `mod_blog` WHERE active = 1 AND created <= DATE_SUB(NOW(), INTERVAL 1 MONTH) GROUP BY year, month ORDER BY year DESC, month DESC ;
8. SELECT | total: 4. SELECT title_tr as title, slug_tr as slug, thumb, created, id FROM `mod_blog` WHERE active = 1 ORDER BY hits DESC LIMIT 5 ;