Sermons

  • One Mission One Church

    • The Persecution of the Church
  • Make Every Day Count

    • Make Every Day Count
  • Training for Transformation

    • Fasting
  • Requests 0.391335 s
    563.6719 kB
    Benchmark Min Max Average Total
    "sermons/sunday/2010/01" (1)
    0.391660 s
    0.391660 s
    0.391660 s
    0.391660 s
    571.3828 kB
    571.3828 kB
    571.3828 kB
    571.3828 kB
    Kohana 0.256878 s
    24.9766 kB
    Benchmark Min Max Average Total
    find_file (82)
    0.000001 s
    0.067229 s
    0.003133 s
    0.256878 s
    0.0547 kB
    5.6250 kB
    0.3046 kB
    24.9766 kB
    Database (default) 0.047787 s
    1,490.5234 kB
    Benchmark Min Max Average Total
    SHOW FULL COLUMNS FROM `regions` (1)
    0.004157 s
    0.004157 s
    0.004157 s
    0.004157 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.000454 s
    0.000454 s
    0.000454 s
    0.000454 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.000246 s
    0.000246 s
    0.000246 s
    0.000246 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    16.2813 kB
    SHOW FULL COLUMNS FROM `sermon_types` (1)
    0.004697 s
    0.004697 s
    0.004697 s
    0.004697 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.000294 s
    0.000294 s
    0.000294 s
    0.000294 s
    16.1953 kB
    16.1953 kB
    16.1953 kB
    16.1953 kB
    SHOW FULL COLUMNS FROM `sermons` (1)
    0.002868 s
    0.002868 s
    0.002868 s
    0.002868 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.004758 s
    0.004758 s
    0.004758 s
    0.004758 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 '2010-%' GROUP BY `month` ORDER BY `sermon`.`date` DESC (1)
    0.003030 s
    0.003030 s
    0.003030 s
    0.003030 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 '2010-01-%' ORDER BY `sermon`.`date` DESC (1)
    0.003256 s
    0.003256 s
    0.003256 s
    0.003256 s
    16.8203 kB
    16.8203 kB
    16.8203 kB
    16.8203 kB
    SHOW FULL COLUMNS FROM `sermon_series` (1)
    0.004356 s
    0.004356 s
    0.004356 s
    0.004356 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` = '195' LIMIT 1 (17)
    0.000201 s
    0.000836 s
    0.000403 s
    0.006853 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    277.1797 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` = '201' LIMIT 1 (3)
    0.000191 s
    0.000256 s
    0.000222 s
    0.000667 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` = '200' LIMIT 1 (3)
    0.000230 s
    0.000305 s
    0.000269 s
    0.000807 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` = '198' LIMIT 1 (5)
    0.000206 s
    0.000256 s
    0.000231 s
    0.001155 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.000309 s
    0.000309 s
    0.000309 s
    0.000309 s
    16.3359 kB
    16.3359 kB
    16.3359 kB
    16.3359 kB
    SHOW FULL COLUMNS FROM `region_cache` (1)
    0.003284 s
    0.003284 s
    0.003284 s
    0.003284 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.002627 s
    0.002627 s
    0.002627 s
    0.002627 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 (4)
    0.000262 s
    0.000430 s
    0.000340 s
    0.001361 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    65.1250 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` = '195' ORDER BY `part_number` ASC (2)
    0.000384 s
    0.000552 s
    0.000468 s
    0.000936 s
    20.5703 kB
    20.5703 kB
    20.5703 kB
    41.1406 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` = '201' ORDER BY `part_number` ASC (2)
    0.000238 s
    0.000365 s
    0.000301 s
    0.000603 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` = '200' ORDER BY `part_number` ASC (2)
    0.000219 s
    0.000295 s
    0.000257 s
    0.000514 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` = '198' ORDER BY `part_number` ASC (2)
    0.000254 s
    0.000300 s
    0.000277 s
    0.000554 s
    16.4766 kB
    16.4766 kB
    16.4766 kB
    32.9531 kB
    Lessphp 0.085602 s
    347.7109 kB
    Benchmark Min Max Average Total
    loading css/jakarta.css (1)
    0.066554 s
    0.066554 s
    0.066554 s
    0.066554 s
    346.4609 kB
    346.4609 kB
    346.4609 kB
    346.4609 kB
    compiling css/style.less (1)
    0.019048 s
    0.019048 s
    0.019048 s
    0.019048 s
    1.2500 kB
    1.2500 kB
    1.2500 kB
    1.2500 kB
    Application Execution (43) 0.076396 s 1.089023 s 0.455643 s 0.548414 s
    809.3906 kB 1,219.7891 kB 891.2195 kB 853.3750 kB