Sermons

  • Good Friday Service

  • Requests 0.158362 s
    883.3594 kB
    Benchmark Min Max Average Total
    "sermons/special/2017" (1)
    0.158521 s
    0.158521 s
    0.158521 s
    0.158521 s
    891.0703 kB
    891.0703 kB
    891.0703 kB
    891.0703 kB
    Kohana 0.028543 s
    21.2422 kB
    Benchmark Min Max Average Total
    find_file (85)
    0.000001 s
    0.001204 s
    0.000336 s
    0.028543 s
    0.0547 kB
    5.6094 kB
    0.2499 kB
    21.2422 kB
    Database (default) 0.057092 s
    1,472.0703 kB
    Benchmark Min Max Average Total
    SHOW FULL COLUMNS FROM `regions` (1)
    0.004254 s
    0.004254 s
    0.004254 s
    0.004254 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.000388 s
    0.000388 s
    0.000388 s
    0.000388 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.000222 s
    0.000222 s
    0.000222 s
    0.000222 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    16.2813 kB
    SHOW FULL COLUMNS FROM `sermon_types` (1)
    0.004207 s
    0.004207 s
    0.004207 s
    0.004207 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.000228 s
    0.000228 s
    0.000228 s
    0.000228 s
    16.1953 kB
    16.1953 kB
    16.1953 kB
    16.1953 kB
    SHOW FULL COLUMNS FROM `sermons` (1)
    0.003375 s
    0.003375 s
    0.003375 s
    0.003375 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.009286 s
    0.009286 s
    0.009286 s
    0.009286 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 '2017-%' GROUP BY `month` ORDER BY `sermon`.`date` DESC (1)
    0.006838 s
    0.006838 s
    0.006838 s
    0.006838 s
    16.8203 kB
    16.8203 kB
    16.8203 kB
    16.8203 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 '2017-%' ORDER BY `sermon`.`date` DESC (1)
    0.006907 s
    0.006907 s
    0.006907 s
    0.006907 s
    18.0703 kB
    18.0703 kB
    18.0703 kB
    18.0703 kB
    SHOW FULL COLUMNS FROM `sermon_series` (1)
    0.004069 s
    0.004069 s
    0.004069 s
    0.004069 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` = '640' LIMIT 1 (6)
    0.000191 s
    0.000290 s
    0.000247 s
    0.001481 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` = '634' LIMIT 1 (3)
    0.000208 s
    0.000438 s
    0.000298 s
    0.000893 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` = '570' LIMIT 1 (4)
    0.000214 s
    0.000333 s
    0.000250 s
    0.000999 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` = '625' LIMIT 1 (6)
    0.000210 s
    0.000395 s
    0.000285 s
    0.001713 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` = '616' LIMIT 1 (5)
    0.000198 s
    0.000383 s
    0.000283 s
    0.001416 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.000249 s
    0.000249 s
    0.000249 s
    0.000249 s
    16.3359 kB
    16.3359 kB
    16.3359 kB
    16.3359 kB
    SHOW FULL COLUMNS FROM `region_cache` (1)
    0.004282 s
    0.004282 s
    0.004282 s
    0.004282 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.001225 s
    0.001225 s
    0.001225 s
    0.001225 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 (5)
    0.000212 s
    0.000341 s
    0.000296 s
    0.001482 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    81.4063 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.000306 s
    0.000377 s
    0.000341 s
    0.000683 s
    16.6172 kB
    16.6172 kB
    16.6172 kB
    33.2344 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` = '634' ORDER BY `part_number` ASC (2)
    0.000255 s
    0.000263 s
    0.000259 s
    0.000518 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` = '570' ORDER BY `part_number` ASC (2)
    0.000288 s
    0.000291 s
    0.000289 s
    0.000579 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` = '625' ORDER BY `part_number` ASC (2)
    0.000350 s
    0.000729 s
    0.000540 s
    0.001079 s
    16.8203 kB
    20.8203 kB
    18.8203 kB
    37.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` = '616' ORDER BY `part_number` ASC (2)
    0.000334 s
    0.000385 s
    0.000360 s
    0.000719 s
    16.8203 kB
    16.8203 kB
    16.8203 kB
    33.6406 kB
    Lessphp 0.029990 s
    412.0156 kB
    Benchmark Min Max Average Total
    loading css/jakarta.css (1)
    0.017340 s
    0.017340 s
    0.017340 s
    0.017340 s
    410.7656 kB
    410.7656 kB
    410.7656 kB
    410.7656 kB
    compiling css/style.less (1)
    0.012650 s
    0.012650 s
    0.012650 s
    0.012650 s
    1.2500 kB
    1.2500 kB
    1.2500 kB
    1.2500 kB
    Application Execution (59) 0.074966 s 0.284273 s 0.159790 s 0.219902 s
    649.5156 kB 1,388.7813 kB 891.2599 kB 1,251.5859 kB