Requests | 0.122566 s | |||
---|---|---|---|---|
605.5547 kB | ||||
Benchmark | Min | Max | Average | Total |
"sermons/access/2012" (1) |
0.122735 s
|
0.122735 s
|
0.122735 s
|
0.122735 s
|
613.2656 kB
|
613.2656 kB
|
613.2656 kB
|
613.2656 kB
|
Kohana | 0.044418 s | |||
---|---|---|---|---|
27.7266 kB | ||||
Benchmark | Min | Max | Average | Total |
find_file (108) |
0.000000 s
|
0.001924 s
|
0.000411 s
|
0.044418 s
|
0.0547 kB
|
5.6094 kB
|
0.2567 kB
|
27.7266 kB
|
Database (default) | 0.032979 s | |||
---|---|---|---|---|
1,367.6328 kB | ||||
Benchmark | Min | Max | Average | Total |
SHOW FULL COLUMNS FROM `regions` (1) |
0.003022 s
|
0.003022 s
|
0.003022 s
|
0.003022 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.000385 s
|
0.000385 s
|
0.000385 s
|
0.000385 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.000312 s
|
0.000312 s
|
0.000312 s
|
0.000312 s
|
16.2813 kB
|
16.2813 kB
|
16.2813 kB
|
16.2813 kB
|
|
SHOW FULL COLUMNS FROM `sermon_types` (1) |
0.002227 s
|
0.002227 s
|
0.002227 s
|
0.002227 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.000469 s
|
0.000469 s
|
0.000469 s
|
0.000469 s
|
16.1953 kB
|
16.1953 kB
|
16.1953 kB
|
16.1953 kB
|
|
SHOW FULL COLUMNS FROM `sermons` (1) |
0.002096 s
|
0.002096 s
|
0.002096 s
|
0.002096 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.002826 s
|
0.002826 s
|
0.002826 s
|
0.002826 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 '2012-%' GROUP BY `month` ORDER BY `sermon`.`date` DESC (1) |
0.001613 s
|
0.001613 s
|
0.001613 s
|
0.001613 s
|
17.5078 kB
|
17.5078 kB
|
17.5078 kB
|
17.5078 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 '2012-%' ORDER BY `sermon`.`date` DESC (1) |
0.001490 s
|
0.001490 s
|
0.001490 s
|
0.001490 s
|
17.2578 kB
|
17.2578 kB
|
17.2578 kB
|
17.2578 kB
|
|
SHOW FULL COLUMNS FROM `sermon_series` (1) |
0.002255 s
|
0.002255 s
|
0.002255 s
|
0.002255 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`.`id` = '274' LIMIT 1 (4) |
0.000203 s
|
0.000300 s
|
0.000253 s
|
0.001014 s
|
16.3047 kB
|
16.3047 kB
|
16.3047 kB
|
65.2188 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` = '271' LIMIT 1 (6) |
0.000201 s
|
0.000275 s
|
0.000217 s
|
0.001302 s
|
16.3047 kB
|
16.3047 kB
|
16.3047 kB
|
97.8281 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` = '255' LIMIT 1 (9) |
0.000189 s
|
0.000384 s
|
0.000225 s
|
0.002025 s
|
16.3047 kB
|
16.3047 kB
|
16.3047 kB
|
146.7422 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.000200 s
|
0.000200 s
|
0.000200 s
|
0.000200 s
|
16.3359 kB
|
16.3359 kB
|
16.3359 kB
|
16.3359 kB
|
|
SHOW FULL COLUMNS FROM `region_cache` (1) |
0.001353 s
|
0.001353 s
|
0.001353 s
|
0.001353 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.001895 s
|
0.001895 s
|
0.001895 s
|
0.001895 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 (3) |
0.000230 s
|
0.000434 s
|
0.000306 s
|
0.000918 s
|
16.2813 kB
|
16.2813 kB
|
16.2813 kB
|
48.8438 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` = '274' ORDER BY `part_number` ASC (2) |
0.000291 s
|
0.000359 s
|
0.000325 s
|
0.000650 s
|
16.4766 kB
|
16.4766 kB
|
16.4766 kB
|
32.9531 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` = '271' ORDER BY `part_number` ASC (2) |
0.000259 s
|
0.000278 s
|
0.000269 s
|
0.000537 s
|
16.4766 kB
|
16.4766 kB
|
16.4766 kB
|
32.9531 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` = '255' ORDER BY `part_number` ASC (2) |
0.000239 s
|
0.000425 s
|
0.000332 s
|
0.000664 s
|
16.6172 kB
|
16.6172 kB
|
16.6172 kB
|
33.2344 kB
|
|
SHOW FULL COLUMNS FROM `region_config` (1) |
0.003615 s
|
0.003615 s
|
0.003615 s
|
0.003615 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.000917 s
|
0.000917 s
|
0.000917 s
|
0.000917 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.000409 s
|
0.000409 s
|
0.000409 s
|
0.000409 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.000391 s
|
0.000391 s
|
0.000391 s
|
0.000391 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.000395 s
|
0.000395 s
|
0.000395 s
|
0.000395 s
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
Lessphp | 0.018748 s | |||
---|---|---|---|---|
347.7109 kB | ||||
Benchmark | Min | Max | Average | Total |
loading css/jakarta.css (1) |
0.005977 s
|
0.005977 s
|
0.005977 s
|
0.005977 s
|
346.4609 kB
|
346.4609 kB
|
346.4609 kB
|
346.4609 kB
|
|
compiling css/style.less (1) |
0.012771 s
|
0.012771 s
|
0.012771 s
|
0.012771 s
|
1.2500 kB
|
1.2500 kB
|
1.2500 kB
|
1.2500 kB
|
Application Execution (245) | 0.039251 s | 2.395601 s | 0.260075 s | 0.177022 s |
---|---|---|---|---|
646.5313 kB | 1,874.0156 kB | 985.6168 kB | 908.6016 kB |