Sermons

  • Requests 0.175543 s
    946.7578 kB
    Benchmark Min Max Average Total
    "sermons/sunday/2014" (1)
    0.175734 s
    0.175734 s
    0.175734 s
    0.175734 s
    954.4688 kB
    954.4688 kB
    954.4688 kB
    954.4688 kB
    Kohana 0.060385 s
    26.6797 kB
    Benchmark Min Max Average Total
    find_file (89)
    0.000001 s
    0.002576 s
    0.000678 s
    0.060385 s
    0.0547 kB
    5.6250 kB
    0.2998 kB
    26.6797 kB
    Database (default) 0.068517 s
    2,416.3594 kB
    Benchmark Min Max Average Total
    SHOW FULL COLUMNS FROM `regions` (1)
    0.004098 s
    0.004098 s
    0.004098 s
    0.004098 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.000459 s
    0.000459 s
    0.000459 s
    0.000459 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.000229 s
    0.000229 s
    0.000229 s
    0.000229 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    16.2813 kB
    SHOW FULL COLUMNS FROM `sermon_types` (1)
    0.002566 s
    0.002566 s
    0.002566 s
    0.002566 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` = 'sunday' LIMIT 1 (1)
    0.000542 s
    0.000542 s
    0.000542 s
    0.000542 s
    16.1953 kB
    16.1953 kB
    16.1953 kB
    16.1953 kB
    SHOW FULL COLUMNS FROM `sermons` (1)
    0.003132 s
    0.003132 s
    0.003132 s
    0.003132 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` = '1' AND `sermon_series`.`region_id` = '4' GROUP BY `year` ORDER BY `sermon`.`date` DESC (1)
    0.006633 s
    0.006633 s
    0.006633 s
    0.006633 s
    18.0703 kB
    18.0703 kB
    18.0703 kB
    18.0703 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` = '1' AND `sermon_series`.`region_id` = '4' AND `sermon`.`date` LIKE '2014-%' GROUP BY `month` ORDER BY `sermon`.`date` DESC (1)
    0.002950 s
    0.002950 s
    0.002950 s
    0.002950 s
    18.3203 kB
    18.3203 kB
    18.3203 kB
    18.3203 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` = '1' AND `sermon`.`date` LIKE '2014-%' ORDER BY `sermon`.`date` DESC (1)
    0.004107 s
    0.004107 s
    0.004107 s
    0.004107 s
    25.0078 kB
    25.0078 kB
    25.0078 kB
    25.0078 kB
    SHOW FULL COLUMNS FROM `sermon_series` (1)
    0.003506 s
    0.003506 s
    0.003506 s
    0.003506 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` = '348' LIMIT 1 (11)
    0.000212 s
    0.000490 s
    0.000301 s
    0.003312 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    179.3516 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` = '403' LIMIT 1 (6)
    0.000188 s
    0.000384 s
    0.000269 s
    0.001613 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` = '330' LIMIT 1 (6)
    0.000239 s
    0.000968 s
    0.000417 s
    0.002501 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 (15)
    0.000165 s
    0.000290 s
    0.000227 s
    0.003403 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    244.5703 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` = '371' LIMIT 1 (7)
    0.000222 s
    0.000411 s
    0.000294 s
    0.002060 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    114.1328 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` = '359' LIMIT 1 (10)
    0.000177 s
    0.000253 s
    0.000219 s
    0.002186 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    163.0469 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` = '366' LIMIT 1 (3)
    0.000197 s
    0.000245 s
    0.000214 s
    0.000641 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` = '350' LIMIT 1 (10)
    0.000203 s
    0.000253 s
    0.000237 s
    0.002368 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    163.0469 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.000321 s
    0.000321 s
    0.000321 s
    0.000321 s
    16.3359 kB
    16.3359 kB
    16.3359 kB
    16.3359 kB
    SHOW FULL COLUMNS FROM `region_cache` (1)
    0.004108 s
    0.004108 s
    0.004108 s
    0.004108 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.002739 s
    0.002739 s
    0.002739 s
    0.002739 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 (8)
    0.000254 s
    0.000765 s
    0.000393 s
    0.003142 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    130.2500 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` = '348' ORDER BY `part_number` ASC (2)
    0.000540 s
    0.000544 s
    0.000542 s
    0.001084 s
    17.7891 kB
    17.7891 kB
    17.7891 kB
    35.5781 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` = '403' ORDER BY `part_number` ASC (2)
    0.000364 s
    0.000410 s
    0.000387 s
    0.000774 s
    16.8203 kB
    16.8203 kB
    16.8203 kB
    33.6406 kB
    SHOW FULL COLUMNS FROM `region_config` (1)
    0.003554 s
    0.003554 s
    0.003554 s
    0.003554 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_sunday' LIMIT 1 (2)
    0.000391 s
    0.000659 s
    0.000525 s
    0.001050 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` = '330' ORDER BY `part_number` ASC (2)
    0.000568 s
    0.000793 s
    0.000681 s
    0.001361 s
    17.5078 kB
    17.5078 kB
    17.5078 kB
    35.0156 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.000620 s
    0.001021 s
    0.000820 s
    0.001641 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` = '371' ORDER BY `part_number` ASC (2)
    0.000321 s
    0.000325 s
    0.000323 s
    0.000646 s
    16.9609 kB
    16.9609 kB
    16.9609 kB
    33.9219 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` = '359' ORDER BY `part_number` ASC (2)
    0.000268 s
    0.000401 s
    0.000334 s
    0.000669 s
    17.5078 kB
    17.5078 kB
    17.5078 kB
    35.0156 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` = '366' ORDER BY `part_number` ASC (2)
    0.000250 s
    0.000260 s
    0.000255 s
    0.000510 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` = '350' ORDER BY `part_number` ASC (2)
    0.000304 s
    0.000308 s
    0.000306 s
    0.000612 s
    17.5078 kB
    17.5078 kB
    17.5078 kB
    35.0156 kB
    Lessphp 0.029638 s
    351.7109 kB
    Benchmark Min Max Average Total
    loading css/jakarta.css (1)
    0.009230 s
    0.009230 s
    0.009230 s
    0.009230 s
    350.4609 kB
    350.4609 kB
    350.4609 kB
    350.4609 kB
    compiling css/style.less (1)
    0.020408 s
    0.020408 s
    0.020408 s
    0.020408 s
    1.2500 kB
    1.2500 kB
    1.2500 kB
    1.2500 kB
    Application Execution (38) 0.060659 s 1.852821 s 0.189400 s 0.237048 s
    808.9063 kB 1,319.1953 kB 1,014.6750 kB 1,248.4063 kB