Sermons

  • Hope

  • All Yours

  • If My People Pray

    • Prayer of Persistence
    • Prayers of Dependence
    • Prayers of Repentance
  • Requests 0.102456 s
    935.4922 kB
    Benchmark Min Max Average Total
    "sermons/sunday/2012" (1)
    0.102672 s
    0.102672 s
    0.102672 s
    0.102672 s
    943.2031 kB
    943.2031 kB
    943.2031 kB
    943.2031 kB
    Kohana 0.016458 s
    25.7266 kB
    Benchmark Min Max Average Total
    find_file (90)
    0.000001 s
    0.000719 s
    0.000183 s
    0.016458 s
    0.0547 kB
    5.6250 kB
    0.2859 kB
    25.7266 kB
    Database (default) 0.063426 s
    2,807.7422 kB
    Benchmark Min Max Average Total
    SHOW FULL COLUMNS FROM `regions` (1)
    0.002350 s
    0.002350 s
    0.002350 s
    0.002350 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.000518 s
    0.000518 s
    0.000518 s
    0.000518 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.000202 s
    0.000202 s
    0.000202 s
    0.000202 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    16.2813 kB
    SHOW FULL COLUMNS FROM `sermon_types` (1)
    0.004071 s
    0.004071 s
    0.004071 s
    0.004071 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.000398 s
    0.000398 s
    0.000398 s
    0.000398 s
    16.1953 kB
    16.1953 kB
    16.1953 kB
    16.1953 kB
    SHOW FULL COLUMNS FROM `sermons` (1)
    0.004403 s
    0.004403 s
    0.004403 s
    0.004403 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.008116 s
    0.008116 s
    0.008116 s
    0.008116 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 '2012-%' GROUP BY `month` ORDER BY `sermon`.`date` DESC (1)
    0.003104 s
    0.003104 s
    0.003104 s
    0.003104 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 '2012-%' ORDER BY `sermon`.`date` DESC (1)
    0.002775 s
    0.002775 s
    0.002775 s
    0.002775 s
    25.0078 kB
    25.0078 kB
    25.0078 kB
    25.0078 kB
    SHOW FULL COLUMNS FROM `sermon_series` (1)
    0.004155 s
    0.004155 s
    0.004155 s
    0.004155 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` = '278' LIMIT 1 (3)
    0.000195 s
    0.000367 s
    0.000271 s
    0.000814 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` = '277' LIMIT 1 (5)
    0.000162 s
    0.000250 s
    0.000200 s
    0.001002 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    81.5234 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` = '275' LIMIT 1 (6)
    0.000166 s
    0.000327 s
    0.000217 s
    0.001300 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` = '272' LIMIT 1 (6)
    0.000133 s
    0.000511 s
    0.000217 s
    0.001301 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` = '265' LIMIT 1 (17)
    0.000133 s
    0.000296 s
    0.000193 s
    0.003283 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` = '270' LIMIT 1 (5)
    0.000157 s
    0.000211 s
    0.000178 s
    0.000889 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    81.5234 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` = '263' LIMIT 1 (6)
    0.000164 s
    0.000218 s
    0.000191 s
    0.001147 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` = '256' LIMIT 1 (16)
    0.000168 s
    0.000271 s
    0.000198 s
    0.003170 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    260.8750 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` = '261' LIMIT 1 (5)
    0.000142 s
    0.000191 s
    0.000162 s
    0.000810 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    81.5234 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` = '259' LIMIT 1 (3)
    0.000171 s
    0.000210 s
    0.000187 s
    0.000561 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` = '253' LIMIT 1 (9)
    0.000162 s
    0.000261 s
    0.000188 s
    0.001691 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    146.7422 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` = '254' LIMIT 1 (3)
    0.000187 s
    0.000295 s
    0.000233 s
    0.000699 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.000176 s
    0.000176 s
    0.000176 s
    0.000176 s
    16.3359 kB
    16.3359 kB
    16.3359 kB
    16.3359 kB
    SHOW FULL COLUMNS FROM `region_cache` (1)
    0.005500 s
    0.005500 s
    0.005500 s
    0.005500 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.001447 s
    0.001447 s
    0.001447 s
    0.001447 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 (12)
    0.000180 s
    0.000439 s
    0.000250 s
    0.003003 s
    16.2813 kB
    16.2813 kB
    16.2813 kB
    195.3750 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` = '278' ORDER BY `part_number` ASC (2)
    0.000230 s
    0.000334 s
    0.000282 s
    0.000564 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` = '277' ORDER BY `part_number` ASC (2)
    0.000338 s
    0.000449 s
    0.000394 s
    0.000787 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` = '275' ORDER BY `part_number` ASC (2)
    0.000237 s
    0.000266 s
    0.000252 s
    0.000503 s
    16.8203 kB
    16.8203 kB
    16.8203 kB
    33.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` = '272' ORDER BY `part_number` ASC (2)
    0.000205 s
    0.000232 s
    0.000218 s
    0.000437 s
    16.8203 kB
    16.8203 kB
    16.8203 kB
    33.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` = '265' ORDER BY `part_number` ASC (2)
    0.000306 s
    0.000379 s
    0.000342 s
    0.000685 s
    18.8828 kB
    18.8828 kB
    18.8828 kB
    37.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` = '270' ORDER BY `part_number` ASC (2)
    0.000214 s
    0.000259 s
    0.000237 s
    0.000473 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` = '263' ORDER BY `part_number` ASC (2)
    0.000247 s
    0.000341 s
    0.000294 s
    0.000588 s
    16.8203 kB
    16.8203 kB
    16.8203 kB
    33.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` = '256' ORDER BY `part_number` ASC (2)
    0.000266 s
    0.000346 s
    0.000306 s
    0.000612 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` = '261' ORDER BY `part_number` ASC (2)
    0.000205 s
    0.000212 s
    0.000208 s
    0.000417 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` = '259' ORDER BY `part_number` ASC (2)
    0.000232 s
    0.000246 s
    0.000239 s
    0.000478 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` = '253' ORDER BY `part_number` ASC (2)
    0.000215 s
    0.000229 s
    0.000222 s
    0.000444 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` = '254' ORDER BY `part_number` ASC (2)
    0.000275 s
    0.000279 s
    0.000277 s
    0.000554 s
    16.3047 kB
    16.3047 kB
    16.3047 kB
    32.6094 kB
    Lessphp 0.012716 s
    351.7109 kB
    Benchmark Min Max Average Total
    loading css/jakarta.css (1)
    0.008315 s
    0.008315 s
    0.008315 s
    0.008315 s
    350.4609 kB
    350.4609 kB
    350.4609 kB
    350.4609 kB
    compiling css/style.less (1)
    0.004401 s
    0.004401 s
    0.004401 s
    0.004401 s
    1.2500 kB
    1.2500 kB
    1.2500 kB
    1.2500 kB
    Application Execution (666) 0.033681 s 8.568544 s 0.121949 s 0.118505 s
    648.8594 kB 1,796.6641 kB 832.9893 kB 1,249.0625 kB