Requests | 0.219178 s | |||
---|---|---|---|---|
840.1406 kB | ||||
Benchmark | Min | Max | Average | Total |
"sermons/access/2017" (1) |
0.219332 s
|
0.219332 s
|
0.219332 s
|
0.219332 s
|
847.8516 kB
|
847.8516 kB
|
847.8516 kB
|
847.8516 kB
|
Kohana | 0.071074 s | |||
---|---|---|---|---|
23.6328 kB | ||||
Benchmark | Min | Max | Average | Total |
find_file (107) |
0.000000 s
|
0.050586 s
|
0.000664 s
|
0.071074 s
|
0.0547 kB
|
5.6094 kB
|
0.2209 kB
|
23.6328 kB
|
Database (default) | 0.085176 s | |||
---|---|---|---|---|
1,163.3047 kB | ||||
Benchmark | Min | Max | Average | Total |
SHOW FULL COLUMNS FROM `regions` (1) |
0.003723 s
|
0.003723 s
|
0.003723 s
|
0.003723 s
|
17.1016 kB
|
17.1016 kB
|
17.1016 kB
|
17.1016 kB
|
|
SELECT `region`.`id` AS `id`, `region`.`name` AS `name`, `region`.`url` AS `url`, `region`.`timezone` AS `timezone`, `region`.`location` AS `location`, `region`.`image_url` AS `image_url` FROM `regions` AS `region` (1) |
0.000598 s
|
0.000598 s
|
0.000598 s
|
0.000598 s
|
17.0469 kB
|
17.0469 kB
|
17.0469 kB
|
17.0469 kB
|
|
SELECT `region`.`id` AS `id`, `region`.`name` AS `name`, `region`.`url` AS `url`, `region`.`timezone` AS `timezone`, `region`.`location` AS `location`, `region`.`image_url` AS `image_url` FROM `regions` AS `region` WHERE `url` = 'jakarta' LIMIT 1 (1) |
0.000218 s
|
0.000218 s
|
0.000218 s
|
0.000218 s
|
16.2813 kB
|
16.2813 kB
|
16.2813 kB
|
16.2813 kB
|
|
SHOW FULL COLUMNS FROM `sermon_types` (1) |
0.003961 s
|
0.003961 s
|
0.003961 s
|
0.003961 s
|
16.6172 kB
|
16.6172 kB
|
16.6172 kB
|
16.6172 kB
|
|
SELECT `sermon_type`.`id` AS `id`, `sermon_type`.`url` AS `url`, `sermon_type`.`name` AS `name` FROM `sermon_types` AS `sermon_type` WHERE `url` = 'access' LIMIT 1 (1) |
0.000685 s
|
0.000685 s
|
0.000685 s
|
0.000685 s
|
16.1953 kB
|
16.1953 kB
|
16.1953 kB
|
16.1953 kB
|
|
SHOW FULL COLUMNS FROM `sermons` (1) |
0.003430 s
|
0.003430 s
|
0.003430 s
|
0.003430 s
|
17.7891 kB
|
17.7891 kB
|
17.7891 kB
|
17.7891 kB
|
|
SELECT YEAR(sermon.date) AS `year`, `sermon`.`id` AS `id`, `sermon`.`series_id` AS `series_id`, `sermon`.`speaker_id` AS `speaker_id`, `sermon`.`date` AS `date`, `sermon`.`url` AS `url`, `sermon`.`title` AS `title`, `sermon`.`part_number` AS `part_number`, `sermon`.`video_url` AS `video_url`, `sermon`.`summary` AS `summary` FROM `sermons` AS `sermon` JOIN `sermons_sermon_types` ON (`sermons_sermon_types`.`sermon_id` = `sermon`.`id`) JOIN `sermon_series` ON (`sermon`.`series_id` = `sermon_series`.`id`) WHERE `sermons_sermon_types`.`sermon_type_id` = '2' AND `sermon_series`.`region_id` = '4' GROUP BY `year` ORDER BY `sermon`.`date` DESC (1) |
0.003113 s
|
0.003113 s
|
0.003113 s
|
0.003113 s
|
17.0859 kB
|
17.0859 kB
|
17.0859 kB
|
17.0859 kB
|
|
SELECT MONTH(sermon.date) AS `month`, `sermon`.`id` AS `id`, `sermon`.`series_id` AS `series_id`, `sermon`.`speaker_id` AS `speaker_id`, `sermon`.`date` AS `date`, `sermon`.`url` AS `url`, `sermon`.`title` AS `title`, `sermon`.`part_number` AS `part_number`, `sermon`.`video_url` AS `video_url`, `sermon`.`summary` AS `summary` FROM `sermons` AS `sermon` JOIN `sermons_sermon_types` ON (`sermons_sermon_types`.`sermon_id` = `sermon`.`id`) JOIN `sermon_series` ON (`sermon`.`series_id` = `sermon_series`.`id`) WHERE `sermons_sermon_types`.`sermon_type_id` = '2' AND `sermon_series`.`region_id` = '4' AND `sermon`.`date` LIKE '2017-%' GROUP BY `month` ORDER BY `sermon`.`date` DESC (1) |
0.001718 s
|
0.001718 s
|
0.001718 s
|
0.001718 s
|
16.4766 kB
|
16.4766 kB
|
16.4766 kB
|
16.4766 kB
|
|
SHOW FULL COLUMNS FROM `sermon_series` (1) |
0.002575 s
|
0.002575 s
|
0.002575 s
|
0.002575 s
|
17.7891 kB
|
17.7891 kB
|
17.7891 kB
|
17.7891 kB
|
|
SELECT `sermon_series`.`id` AS `id`, `sermon_series`.`region_id` AS `region_id`, `sermon_series`.`default_sermon_type_id` AS `default_sermon_type_id`, `sermon_series`.`url` AS `url`, `sermon_series`.`title` AS `title`, `sermon_series`.`sort_title` AS `sort_title`, `sermon_series`.`summary` AS `summary`, `sermon_series`.`created_at` AS `created_at`, `sermon_series`.`updated_at` AS `updated_at` FROM `sermon_series` AS `sermon_series` WHERE `sermon_series`.`region_id` = '4' AND `default_sermon_type_id` = '2' AND `updated_at` IS NULL (1) |
0.000527 s
|
0.000527 s
|
0.000527 s
|
0.000527 s
|
16.1328 kB
|
16.1328 kB
|
16.1328 kB
|
16.1328 kB
|
|
SELECT `sermon`.`id` AS `id`, `sermon`.`series_id` AS `series_id`, `sermon`.`speaker_id` AS `speaker_id`, `sermon`.`date` AS `date`, `sermon`.`url` AS `url`, `sermon`.`title` AS `title`, `sermon`.`part_number` AS `part_number`, `sermon`.`video_url` AS `video_url`, `sermon`.`summary` AS `summary` FROM `sermons` AS `sermon` LEFT JOIN `sermon_series` ON (`sermon`.`series_id` = `sermon_series`.`id`) JOIN `sermons_sermon_types` ON (`sermons_sermon_types`.`sermon_id` = `sermon`.`id`) WHERE `sermon_series`.`region_id` = '4' AND `sermons_sermon_types`.`sermon_type_id` = '2' AND `sermon`.`date` LIKE '2017-%' ORDER BY `sermon`.`date` DESC (1) |
0.001457 s
|
0.001457 s
|
0.001457 s
|
0.001457 s
|
16.4766 kB
|
16.4766 kB
|
16.4766 kB
|
16.4766 kB
|
|
SELECT `sermon_series`.`id` AS `id`, `sermon_series`.`region_id` AS `region_id`, `sermon_series`.`default_sermon_type_id` AS `default_sermon_type_id`, `sermon_series`.`url` AS `url`, `sermon_series`.`title` AS `title`, `sermon_series`.`sort_title` AS `sort_title`, `sermon_series`.`summary` AS `summary`, `sermon_series`.`created_at` AS `created_at`, `sermon_series`.`updated_at` AS `updated_at` FROM `sermon_series` AS `sermon_series` WHERE `sermon_series`.`id` = '686' LIMIT 1 (3) |
0.000197 s
|
0.000245 s
|
0.000223 s
|
0.000669 s
|
16.3047 kB
|
16.3047 kB
|
16.3047 kB
|
48.9141 kB
|
|
SELECT `sermon_series`.`id` AS `id`, `sermon_series`.`region_id` AS `region_id`, `sermon_series`.`default_sermon_type_id` AS `default_sermon_type_id`, `sermon_series`.`url` AS `url`, `sermon_series`.`title` AS `title`, `sermon_series`.`sort_title` AS `sort_title`, `sermon_series`.`summary` AS `summary`, `sermon_series`.`created_at` AS `created_at`, `sermon_series`.`updated_at` AS `updated_at` FROM `sermon_series` AS `sermon_series` WHERE `sermon_series`.`id` = '640' LIMIT 1 (5) |
0.000161 s
|
0.005496 s
|
0.002265 s
|
0.011327 s
|
16.3047 kB
|
16.3047 kB
|
16.3047 kB
|
81.5234 kB
|
|
SELECT `sermon_type`.`id` AS `id`, `sermon_type`.`url` AS `url`, `sermon_type`.`name` AS `name` FROM `sermon_types` AS `sermon_type` (1) |
0.000252 s
|
0.000252 s
|
0.000252 s
|
0.000252 s
|
16.3359 kB
|
16.3359 kB
|
16.3359 kB
|
16.3359 kB
|
|
SHOW FULL COLUMNS FROM `region_cache` (1) |
0.004153 s
|
0.004153 s
|
0.004153 s
|
0.004153 s
|
16.9609 kB
|
16.9609 kB
|
16.9609 kB
|
16.9609 kB
|
|
SELECT `region_cache`.`id` AS `id`, `region_cache`.`region_id` AS `region_id`, `region_cache`.`expires_at` AS `expires_at`, `region_cache`.`key` AS `key`, `region_cache`.`value` AS `value` FROM `region_cache` AS `region_cache` WHERE `region_cache`.`region_id` = '4' AND `key` = 'css/jakarta.css' LIMIT 1 (1) |
0.001741 s
|
0.001741 s
|
0.001741 s
|
0.001741 s
|
624.2266 kB
|
624.2266 kB
|
624.2266 kB
|
624.2266 kB
|
|
SELECT `region`.`id` AS `id`, `region`.`name` AS `name`, `region`.`url` AS `url`, `region`.`timezone` AS `timezone`, `region`.`location` AS `location`, `region`.`image_url` AS `image_url` FROM `regions` AS `region` WHERE `region`.`id` = '4' LIMIT 1 (2) |
0.000351 s
|
0.035746 s
|
0.018049 s
|
0.036097 s
|
16.2813 kB
|
16.2813 kB
|
16.2813 kB
|
32.5625 kB
|
|
SELECT `sermon`.`id` AS `id`, `sermon`.`series_id` AS `series_id`, `sermon`.`speaker_id` AS `speaker_id`, `sermon`.`date` AS `date`, `sermon`.`url` AS `url`, `sermon`.`title` AS `title`, `sermon`.`part_number` AS `part_number`, `sermon`.`video_url` AS `video_url`, `sermon`.`summary` AS `summary` FROM `sermons` AS `sermon` WHERE `sermon`.`series_id` = '686' ORDER BY `part_number` ASC (2) |
0.000318 s
|
0.000397 s
|
0.000358 s
|
0.000715 s
|
19.4453 kB
|
19.4453 kB
|
19.4453 kB
|
38.8906 kB
|
|
SELECT `sermon`.`id` AS `id`, `sermon`.`series_id` AS `series_id`, `sermon`.`speaker_id` AS `speaker_id`, `sermon`.`date` AS `date`, `sermon`.`url` AS `url`, `sermon`.`title` AS `title`, `sermon`.`part_number` AS `part_number`, `sermon`.`video_url` AS `video_url`, `sermon`.`summary` AS `summary` FROM `sermons` AS `sermon` WHERE `sermon`.`series_id` = '640' ORDER BY `part_number` ASC (2) |
0.000337 s
|
0.002415 s
|
0.001376 s
|
0.002752 s
|
16.6172 kB
|
20.6172 kB
|
18.6172 kB
|
37.2344 kB
|
|
SHOW FULL COLUMNS FROM `region_config` (1) |
0.002827 s
|
0.002827 s
|
0.002827 s
|
0.002827 s
|
16.8203 kB
|
16.8203 kB
|
16.8203 kB
|
16.8203 kB
|
|
SELECT `region_config`.`id` AS `id`, `region_config`.`region_id` AS `region_id`, `region_config`.`key` AS `key`, `region_config`.`value` AS `value` FROM `region_config` AS `region_config` WHERE `region_config`.`region_id` = '4' AND `key` = 'facebook' LIMIT 1 (1) |
0.001296 s
|
0.001296 s
|
0.001296 s
|
0.001296 s
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
|
SELECT `region_config`.`id` AS `id`, `region_config`.`region_id` AS `region_id`, `region_config`.`key` AS `key`, `region_config`.`value` AS `value` FROM `region_config` AS `region_config` WHERE `region_config`.`region_id` = '4' AND `key` = 'twitter' LIMIT 1 (1) |
0.000419 s
|
0.000419 s
|
0.000419 s
|
0.000419 s
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
|
SELECT `region_config`.`id` AS `id`, `region_config`.`region_id` AS `region_id`, `region_config`.`key` AS `key`, `region_config`.`value` AS `value` FROM `region_config` AS `region_config` WHERE `region_config`.`region_id` = '4' AND `key` = 'vimeo' LIMIT 1 (1) |
0.000474 s
|
0.000474 s
|
0.000474 s
|
0.000474 s
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
|
SELECT `region_config`.`id` AS `id`, `region_config`.`region_id` AS `region_id`, `region_config`.`key` AS `key`, `region_config`.`value` AS `value` FROM `region_config` AS `region_config` WHERE `region_config`.`region_id` = '4' AND `key` = 'youtube' LIMIT 1 (1) |
0.000450 s
|
0.000450 s
|
0.000450 s
|
0.000450 s
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
Lessphp | 0.024012 s | |||
---|---|---|---|---|
412.0078 kB | ||||
Benchmark | Min | Max | Average | Total |
loading css/jakarta.css (1) |
0.017385 s
|
0.017385 s
|
0.017385 s
|
0.017385 s
|
410.7578 kB
|
410.7578 kB
|
410.7578 kB
|
410.7578 kB
|
|
compiling css/style.less (1) |
0.006627 s
|
0.006627 s
|
0.006627 s
|
0.006627 s
|
1.2500 kB
|
1.2500 kB
|
1.2500 kB
|
1.2500 kB
|
Application Execution (242) | 0.039251 s | 2.395601 s | 0.260567 s | 0.310540 s |
---|---|---|---|---|
646.5313 kB | 1,874.0156 kB | 983.9619 kB | 1,207.7578 kB |