Sermons

  • Requests 0.152611 s
    617.7266 kB
    Benchmark Min Max Average Total
    "sermons/special/2014" (1)
    0.152752 s
    0.152752 s
    0.152752 s
    0.152752 s
    625.4375 kB
    625.4375 kB
    625.4375 kB
    625.4375 kB
    Kohana 0.053966 s
    22.3047 kB
    Benchmark Min Max Average Total
    find_file (85)
    0.000002 s
    0.001881 s
    0.000635 s
    0.053966 s
    0.0547 kB
    5.6250 kB
    0.2624 kB
    22.3047 kB
    Database (default) 0.071653 s
    1,373.8984 kB
    Benchmark Min Max Average Total
    SHOW FULL COLUMNS FROM `regions` (1)
    0.005963 s
    0.005963 s
    0.005963 s
    0.005963 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.001082 s
    0.001082 s
    0.001082 s
    0.001082 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.000390 s
    0.000390 s
    0.000390 s
    0.000390 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    16.2813 kB
    SHOW FULL COLUMNS FROM `sermon_types` (1)
    0.005176 s
    0.005176 s
    0.005176 s
    0.005176 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` = 'special' LIMIT 1 (1)
    0.000480 s
    0.000480 s
    0.000480 s
    0.000480 s
    16.1953 kB
    16.1953 kB
    16.1953 kB
    16.1953 kB
    SHOW FULL COLUMNS FROM `sermons` (1)
    0.004380 s
    0.004380 s
    0.004380 s
    0.004380 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` = '3' AND `sermon_series`.`region_id` = '4' GROUP BY `year` ORDER BY `sermon`.`date` DESC (1)
    0.011047 s
    0.011047 s
    0.011047 s
    0.011047 s
    18.0391 kB
    18.0391 kB
    18.0391 kB
    18.0391 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` = '3' AND `sermon_series`.`region_id` = '4' AND `sermon`.`date` LIKE '2014-%' GROUP BY `month` ORDER BY `sermon`.`date` DESC (1)
    0.007938 s
    0.007938 s
    0.007938 s
    0.007938 s
    17.0859 kB
    17.0859 kB
    17.0859 kB
    17.0859 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` = '3' AND `sermon`.`date` LIKE '2014-%' ORDER BY `sermon`.`date` DESC (1)
    0.007610 s
    0.007610 s
    0.007610 s
    0.007610 s
    17.7891 kB
    17.7891 kB
    17.7891 kB
    17.7891 kB
    SHOW FULL COLUMNS FROM `sermon_series` (1)
    0.004770 s
    0.004770 s
    0.004770 s
    0.004770 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` = '386' LIMIT 1 (6)
    0.000223 s
    0.000446 s
    0.000300 s
    0.001802 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` = '299' LIMIT 1 (3)
    0.000217 s
    0.000266 s
    0.000238 s
    0.000715 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` = '356' LIMIT 1 (3)
    0.000218 s
    0.000515 s
    0.000317 s
    0.000952 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` = '341' LIMIT 1 (5)
    0.000201 s
    0.000443 s
    0.000276 s
    0.001382 s
    16.3047 kB
    20.3047 kB
    17.1047 kB
    85.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.000294 s
    0.000294 s
    0.000294 s
    0.000294 s
    16.3359 kB
    16.3359 kB
    16.3359 kB
    16.3359 kB
    SHOW FULL COLUMNS FROM `region_cache` (1)
    0.005131 s
    0.005131 s
    0.005131 s
    0.005131 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.001711 s
    0.001711 s
    0.001711 s
    0.001711 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 (4)
    0.000235 s
    0.000452 s
    0.000317 s
    0.001269 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    65.1250 kB
    SHOW FULL COLUMNS FROM `region_config` (1)
    0.004020 s
    0.004020 s
    0.004020 s
    0.004020 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` = 'sermon_banner_special' LIMIT 1 (2)
    0.000411 s
    0.000896 s
    0.000654 s
    0.001307 s
    16.1328 kB
    16.1328 kB
    16.1328 kB
    32.2656 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` = '386' ORDER BY `part_number` ASC (2)
    0.000333 s
    0.000456 s
    0.000395 s
    0.000789 s
    16.8203 kB
    16.8203 kB
    16.8203 kB
    33.6406 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` = '299' ORDER BY `part_number` ASC (2)
    0.000891 s
    0.000912 s
    0.000902 s
    0.001803 s
    24.8828 kB
    24.8828 kB
    24.8828 kB
    49.7656 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` = '356' ORDER BY `part_number` ASC (2)
    0.000320 s
    0.000487 s
    0.000404 s
    0.000807 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    32.6094 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` = '341' ORDER BY `part_number` ASC (2)
    0.000378 s
    0.000456 s
    0.000417 s
    0.000834 s
    16.6172 kB
    16.6172 kB
    16.6172 kB
    33.2344 kB
    Lessphp 0.022376 s
    347.7188 kB
    Benchmark Min Max Average Total
    loading css/jakarta.css (1)
    0.008625 s
    0.008625 s
    0.008625 s
    0.008625 s
    346.4688 kB
    346.4688 kB
    346.4688 kB
    346.4688 kB
    compiling css/style.less (1)
    0.013751 s
    0.013751 s
    0.013751 s
    0.013751 s
    1.2500 kB
    1.2500 kB
    1.2500 kB
    1.2500 kB
    Application Execution (658) 0.030270 s 2.123086 s 0.254075 s 0.193104 s
    649.5156 kB 2,139.4297 kB 1,059.8360 kB 908.1719 kB