Sermons

  • Good Friday Service

    • Good Friday Service
  • Requests 0.125315 s
    850.6563 kB
    Benchmark Min Max Average Total
    "sermons/special/2012" (1)
    0.125462 s
    0.125462 s
    0.125462 s
    0.125462 s
    858.3672 kB
    858.3672 kB
    858.3672 kB
    858.3672 kB
    Kohana 0.028400 s
    22.3828 kB
    Benchmark Min Max Average Total
    find_file (86)
    0.000001 s
    0.001163 s
    0.000330 s
    0.028400 s
    0.0547 kB
    5.6094 kB
    0.2603 kB
    22.3828 kB
    Database (default) 0.032515 s
    1,220.6094 kB
    Benchmark Min Max Average Total
    SHOW FULL COLUMNS FROM `regions` (1)
    0.003442 s
    0.003442 s
    0.003442 s
    0.003442 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.000692 s
    0.000692 s
    0.000692 s
    0.000692 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.000282 s
    0.000282 s
    0.000282 s
    0.000282 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    16.2813 kB
    SHOW FULL COLUMNS FROM `sermon_types` (1)
    0.003036 s
    0.003036 s
    0.003036 s
    0.003036 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.000398 s
    0.000398 s
    0.000398 s
    0.000398 s
    16.1953 kB
    16.1953 kB
    16.1953 kB
    16.1953 kB
    SHOW FULL COLUMNS FROM `sermons` (1)
    0.001762 s
    0.001762 s
    0.001762 s
    0.001762 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.003151 s
    0.003151 s
    0.003151 s
    0.003151 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 '2012-%' GROUP BY `month` ORDER BY `sermon`.`date` DESC (1)
    0.002063 s
    0.002063 s
    0.002063 s
    0.002063 s
    16.6797 kB
    16.6797 kB
    16.6797 kB
    16.6797 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 '2012-%' ORDER BY `sermon`.`date` DESC (1)
    0.002881 s
    0.002881 s
    0.002881 s
    0.002881 s
    17.1016 kB
    17.1016 kB
    17.1016 kB
    17.1016 kB
    SHOW FULL COLUMNS FROM `sermon_series` (1)
    0.002743 s
    0.002743 s
    0.002743 s
    0.002743 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` = '269' LIMIT 1 (3)
    0.000199 s
    0.000319 s
    0.000266 s
    0.000798 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` = '262' LIMIT 1 (3)
    0.000195 s
    0.000250 s
    0.000221 s
    0.000663 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` = '243' LIMIT 1 (6)
    0.000196 s
    0.000783 s
    0.000320 s
    0.001917 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    97.8281 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.000166 s
    0.000166 s
    0.000166 s
    0.000166 s
    16.3359 kB
    16.3359 kB
    16.3359 kB
    16.3359 kB
    SHOW FULL COLUMNS FROM `region_cache` (1)
    0.002025 s
    0.002025 s
    0.002025 s
    0.002025 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.001790 s
    0.001790 s
    0.001790 s
    0.001790 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.000183 s
    0.000284 s
    0.000244 s
    0.000731 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    48.8438 kB
    SHOW FULL COLUMNS FROM `region_config` (1)
    0.001741 s
    0.001741 s
    0.001741 s
    0.001741 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.000301 s
    0.000394 s
    0.000348 s
    0.000695 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` = '269' ORDER BY `part_number` ASC (2)
    0.000201 s
    0.000299 s
    0.000250 s
    0.000500 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` = '262' ORDER BY `part_number` ASC (2)
    0.000230 s
    0.000319 s
    0.000274 s
    0.000549 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` = '243' ORDER BY `part_number` ASC (2)
    0.000236 s
    0.000254 s
    0.000245 s
    0.000490 s
    16.8203 kB
    16.8203 kB
    16.8203 kB
    33.6406 kB
    Lessphp 0.024167 s
    412.0078 kB
    Benchmark Min Max Average Total
    loading css/jakarta.css (1)
    0.015259 s
    0.015259 s
    0.015259 s
    0.015259 s
    410.7578 kB
    410.7578 kB
    410.7578 kB
    410.7578 kB
    compiling css/style.less (1)
    0.008908 s
    0.008908 s
    0.008908 s
    0.008908 s
    1.2500 kB
    1.2500 kB
    1.2500 kB
    1.2500 kB
    Application Execution (1) 0.436202 s 0.436202 s 0.436202 s 0.436202 s
    1,217.1719 kB 1,217.1719 kB 1,217.1719 kB 1,217.1719 kB