Total execution time: 0.006445 sec.
Framework 1.20 v5.20
Memory Usage 1.05MB
POST:
Array
(
)
GET:
Array
(
)
Array
(
[before] => Closure Object
(
)
[segment] => Array
(
[0] => index
)
[route] => /
[template] => front/themes/master/index.tpl.php
[Bootstrap::Autoloader[1]] => registered path "autoloaded class "/view/admin/plugins_/poll/
[Bootstrap::Autoloader[2]] => autoload registered
[Bootstrap::Autoloader[3]] => autoloaded class "/view/admin/plugins_/poll/Poll.class.php
)
1. select |
total: 1 SELECT * FROM `settings` WHERE id = 1 ;
2. select |
total: 1 SELECT * FROM `pages` WHERE page_type = "home" AND active = 1 LIMIT 1;
3. select |
total: 16 SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, position;
4. SELECT |
total: 1 SELECT
id,
plugin_id,
jscode,
show_title,
alt_class,
title_pl AS title ,
body_pl AS body
FROM
`plugins`
WHERE id IN (37)
AND active = 1
5. SELECT |
total: 10 SELECT
q.question,
q.id as id,
o.value,
o.id As oid,
IFNULL(COUNT(v.option_id), 0) AS total
FROM
`plug_poll_options` AS o
LEFT JOIN `plug_poll_votes` AS v
ON o.id = v.option_id
JOIN `plug_poll_questions` AS q
ON o.question_id = q.id
WHERE o.question_id = "3"
GROUP BY o.id
ORDER BY o.position;
1. select | total: 1 . SELECT * FROM `settings` WHERE id = 1 ;
2. select | total: 1 . SELECT * FROM `pages` WHERE page_type = "home" AND active = 1 LIMIT 1;
3. select | total: 16 . SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, position;
4. SELECT | total: 1 . SELECT
id,
plugin_id,
jscode,
show_title,
alt_class,
title_pl AS title ,
body_pl AS body
FROM
`plugins`
WHERE id IN (37)
AND active = 1
5. SELECT | total: 10 . SELECT
q.question,
q.id as id,
o.value,
o.id As oid,
IFNULL(COUNT(v.option_id), 0) AS total
FROM
`plug_poll_options` AS o
LEFT JOIN `plug_poll_votes` AS v
ON o.id = v.option_id
JOIN `plug_poll_questions` AS q
ON o.question_id = q.id
WHERE o.question_id = "3"
GROUP BY o.id
ORDER BY o.position;