Sermons

  • Requests 0.167706 s
    574.0938 kB
    Benchmark Min Max Average Total
    "sermons/sunday/2016/03" (1)
    0.167836 s
    0.167836 s
    0.167836 s
    0.167836 s
    581.8047 kB
    581.8047 kB
    581.8047 kB
    581.8047 kB
    Kohana 0.055504 s
    22.2109 kB
    Benchmark Min Max Average Total
    find_file (84)
    0.000003 s
    0.002077 s
    0.000661 s
    0.055504 s
    0.0547 kB
    5.6250 kB
    0.2644 kB
    22.2109 kB
    Database (default) 0.047876 s
    1,198.6406 kB
    Benchmark Min Max Average Total
    SHOW FULL COLUMNS FROM `regions` (1)
    0.004765 s
    0.004765 s
    0.004765 s
    0.004765 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.000799 s
    0.000799 s
    0.000799 s
    0.000799 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.001083 s
    0.001083 s
    0.001083 s
    0.001083 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    16.2813 kB
    SHOW FULL COLUMNS FROM `sermon_types` (1)
    0.003723 s
    0.003723 s
    0.003723 s
    0.003723 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.000311 s
    0.000311 s
    0.000311 s
    0.000311 s
    16.1953 kB
    16.1953 kB
    16.1953 kB
    16.1953 kB
    SHOW FULL COLUMNS FROM `sermons` (1)
    0.003098 s
    0.003098 s
    0.003098 s
    0.003098 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.006847 s
    0.006847 s
    0.006847 s
    0.006847 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 '2016-%' GROUP BY `month` ORDER BY `sermon`.`date` DESC (1)
    0.001860 s
    0.001860 s
    0.001860 s
    0.001860 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 '2016-03-%' ORDER BY `sermon`.`date` DESC (1)
    0.001599 s
    0.001599 s
    0.001599 s
    0.001599 s
    16.8203 kB
    16.8203 kB
    16.8203 kB
    16.8203 kB
    SHOW FULL COLUMNS FROM `sermon_series` (1)
    0.002795 s
    0.002795 s
    0.002795 s
    0.002795 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` = '532' LIMIT 1 (3)
    0.000219 s
    0.000314 s
    0.000278 s
    0.000833 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` = '473' LIMIT 1 (4)
    0.000185 s
    0.000304 s
    0.000223 s
    0.000893 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` = '470' LIMIT 1 (3)
    0.000218 s
    0.000336 s
    0.000275 s
    0.000824 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    48.9141 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.000384 s
    0.000384 s
    0.000384 s
    0.000384 s
    16.3359 kB
    16.3359 kB
    16.3359 kB
    16.3359 kB
    SHOW FULL COLUMNS FROM `region_cache` (1)
    0.003516 s
    0.003516 s
    0.003516 s
    0.003516 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.002091 s
    0.002091 s
    0.002091 s
    0.002091 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.000172 s
    0.000349 s
    0.000262 s
    0.000786 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    48.8438 kB
    SHOW FULL COLUMNS FROM `region_config` (1)
    0.002778 s
    0.002778 s
    0.002778 s
    0.002778 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.000258 s
    0.000915 s
    0.000587 s
    0.001173 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` = '532' ORDER BY `part_number` ASC (2)
    0.000307 s
    0.000406 s
    0.000357 s
    0.000713 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` = '473' ORDER BY `part_number` ASC (2)
    0.000295 s
    0.000367 s
    0.000331 s
    0.000662 s
    19.5078 kB
    19.5078 kB
    19.5078 kB
    39.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` = '470' ORDER BY `part_number` ASC (2)
    0.000412 s
    0.005931 s
    0.003171 s
    0.006343 s
    18.0703 kB
    18.0703 kB
    18.0703 kB
    36.1406 kB
    Lessphp 0.027287 s
    347.7109 kB
    Benchmark Min Max Average Total
    loading css/jakarta.css (1)
    0.008147 s
    0.008147 s
    0.008147 s
    0.008147 s
    346.4609 kB
    346.4609 kB
    346.4609 kB
    346.4609 kB
    compiling css/style.less (1)
    0.019140 s
    0.019140 s
    0.019140 s
    0.019140 s
    1.2500 kB
    1.2500 kB
    1.2500 kB
    1.2500 kB
    Application Execution (242) 0.060659 s 1.852821 s 0.215829 s 0.221005 s
    792.3750 kB 1,328.1563 kB 974.7724 kB 864.7344 kB