Sermons

  • Requests 0.103087 s
    572.8047 kB
    Benchmark Min Max Average Total
    "sermons/sunday/2016/09" (1)
    0.103342 s
    0.103342 s
    0.103342 s
    0.103342 s
    580.5156 kB
    580.5156 kB
    580.5156 kB
    580.5156 kB
    Kohana 0.026303 s
    22.1875 kB
    Benchmark Min Max Average Total
    find_file (84)
    0.000001 s
    0.001062 s
    0.000313 s
    0.026303 s
    0.0547 kB
    5.6250 kB
    0.2641 kB
    22.1875 kB
    Database (default) 0.064856 s
    1,175.8203 kB
    Benchmark Min Max Average Total
    SHOW FULL COLUMNS FROM `regions` (1)
    0.003379 s
    0.003379 s
    0.003379 s
    0.003379 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.000568 s
    0.000568 s
    0.000568 s
    0.000568 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.000240 s
    0.000240 s
    0.000240 s
    0.000240 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    16.2813 kB
    SHOW FULL COLUMNS FROM `sermon_types` (1)
    0.003949 s
    0.003949 s
    0.003949 s
    0.003949 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.000411 s
    0.000411 s
    0.000411 s
    0.000411 s
    16.1953 kB
    16.1953 kB
    16.1953 kB
    16.1953 kB
    SHOW FULL COLUMNS FROM `sermons` (1)
    0.002789 s
    0.002789 s
    0.002789 s
    0.002789 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.013695 s
    0.013695 s
    0.013695 s
    0.013695 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.009036 s
    0.009036 s
    0.009036 s
    0.009036 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-09-%' ORDER BY `sermon`.`date` DESC (1)
    0.008177 s
    0.008177 s
    0.008177 s
    0.008177 s
    16.8203 kB
    16.8203 kB
    16.8203 kB
    16.8203 kB
    SHOW FULL COLUMNS FROM `sermon_series` (1)
    0.004597 s
    0.004597 s
    0.004597 s
    0.004597 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` = '582' LIMIT 1 (3)
    0.000219 s
    0.000513 s
    0.000324 s
    0.000973 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` = '573' LIMIT 1 (4)
    0.000218 s
    0.000289 s
    0.000263 s
    0.001052 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` = '567' LIMIT 1 (3)
    0.000273 s
    0.000415 s
    0.000343 s
    0.001028 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.000261 s
    0.000261 s
    0.000261 s
    0.000261 s
    16.3359 kB
    16.3359 kB
    16.3359 kB
    16.3359 kB
    SHOW FULL COLUMNS FROM `region_cache` (1)
    0.004483 s
    0.004483 s
    0.004483 s
    0.004483 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.001367 s
    0.001367 s
    0.001367 s
    0.001367 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.000247 s
    0.000328 s
    0.000286 s
    0.000859 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    48.8438 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` = '582' ORDER BY `part_number` ASC (2)
    0.000356 s
    0.000461 s
    0.000408 s
    0.000817 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` = '573' ORDER BY `part_number` ASC (2)
    0.000323 s
    0.000500 s
    0.000412 s
    0.000823 s
    16.6172 kB
    16.6172 kB
    16.6172 kB
    33.2344 kB
    SHOW FULL COLUMNS FROM `region_config` (1)
    0.005168 s
    0.005168 s
    0.005168 s
    0.005168 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 (1)
    0.000552 s
    0.000552 s
    0.000552 s
    0.000552 s
    16.1328 kB
    16.1328 kB
    16.1328 kB
    16.1328 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` = '567' ORDER BY `part_number` ASC (2)
    0.000289 s
    0.000343 s
    0.000316 s
    0.000632 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    32.6094 kB
    Lessphp 0.010732 s
    347.7188 kB
    Benchmark Min Max Average Total
    loading css/jakarta.css (1)
    0.007840 s
    0.007840 s
    0.007840 s
    0.007840 s
    346.4688 kB
    346.4688 kB
    346.4688 kB
    346.4688 kB
    compiling css/style.less (1)
    0.002892 s
    0.002892 s
    0.002892 s
    0.002892 s
    1.2500 kB
    1.2500 kB
    1.2500 kB
    1.2500 kB
    Application Execution (579) 0.030145 s 5.150459 s 0.213878 s 0.123887 s
    656.4375 kB 1,816.2891 kB 1,002.8928 kB 864.0547 kB