Requests | 0.090299 s | |||
---|---|---|---|---|
593.2422 kB | ||||
Benchmark | Min | Max | Average | Total |
"sermons/sunday/2019/09" (1) |
0.090443 s
|
0.090443 s
|
0.090443 s
|
0.090443 s
|
600.9531 kB
|
600.9531 kB
|
600.9531 kB
|
600.9531 kB
|
Kohana | 0.025952 s | |||
---|---|---|---|---|
27.6328 kB | ||||
Benchmark | Min | Max | Average | Total |
find_file (107) |
0.000000 s
|
0.001109 s
|
0.000243 s
|
0.025952 s
|
0.0547 kB
|
5.6094 kB
|
0.2583 kB
|
27.6328 kB
|
Database (default) | 0.034199 s | |||
---|---|---|---|---|
1,174.1719 kB | ||||
Benchmark | Min | Max | Average | Total |
SHOW FULL COLUMNS FROM `regions` (1) |
0.005819 s
|
0.005819 s
|
0.005819 s
|
0.005819 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.000364 s
|
0.000364 s
|
0.000364 s
|
0.000364 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.000208 s
|
0.000208 s
|
0.000208 s
|
0.000208 s
|
16.2813 kB
|
16.2813 kB
|
16.2813 kB
|
16.2813 kB
|
|
SHOW FULL COLUMNS FROM `sermon_types` (1) |
0.002819 s
|
0.002819 s
|
0.002819 s
|
0.002819 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.000420 s
|
0.000420 s
|
0.000420 s
|
0.000420 s
|
16.1953 kB
|
16.1953 kB
|
16.1953 kB
|
16.1953 kB
|
|
SHOW FULL COLUMNS FROM `sermons` (1) |
0.001857 s
|
0.001857 s
|
0.001857 s
|
0.001857 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.005025 s
|
0.005025 s
|
0.005025 s
|
0.005025 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 '2019-%' GROUP BY `month` ORDER BY `sermon`.`date` DESC (1) |
0.001665 s
|
0.001665 s
|
0.001665 s
|
0.001665 s
|
18.0703 kB
|
18.0703 kB
|
18.0703 kB
|
18.0703 kB
|
|
SHOW FULL COLUMNS FROM `sermon_series` (1) |
0.001394 s
|
0.001394 s
|
0.001394 s
|
0.001394 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`.`region_id` = '4' AND `default_sermon_type_id` = '1' AND `updated_at` IS NULL (1) |
0.000364 s
|
0.000364 s
|
0.000364 s
|
0.000364 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` 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 '2019-09-%' ORDER BY `sermon`.`date` DESC (1) |
0.001465 s
|
0.001465 s
|
0.001465 s
|
0.001465 s
|
16.9609 kB
|
16.9609 kB
|
16.9609 kB
|
16.9609 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` = '899' LIMIT 1 (6) |
0.000175 s
|
0.000232 s
|
0.000193 s
|
0.001157 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` = '902' LIMIT 1 (3) |
0.000173 s
|
0.000214 s
|
0.000187 s
|
0.000561 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.000144 s
|
0.000144 s
|
0.000144 s
|
0.000144 s
|
16.3359 kB
|
16.3359 kB
|
16.3359 kB
|
16.3359 kB
|
|
SHOW FULL COLUMNS FROM `region_cache` (1) |
0.001344 s
|
0.001344 s
|
0.001344 s
|
0.001344 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.002312 s
|
0.002312 s
|
0.002312 s
|
0.002312 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 (2) |
0.000205 s
|
0.000387 s
|
0.000296 s
|
0.000592 s
|
16.2813 kB
|
16.2813 kB
|
16.2813 kB
|
32.5625 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` = '899' ORDER BY `part_number` ASC (2) |
0.000297 s
|
0.000305 s
|
0.000301 s
|
0.000602 s
|
17.5078 kB
|
17.5078 kB
|
17.5078 kB
|
35.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` = '902' ORDER BY `part_number` ASC (2) |
0.000206 s
|
0.000210 s
|
0.000208 s
|
0.000416 s
|
16.3047 kB
|
16.3047 kB
|
16.3047 kB
|
32.6094 kB
|
|
SHOW FULL COLUMNS FROM `region_config` (1) |
0.003507 s
|
0.003507 s
|
0.003507 s
|
0.003507 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` = 'facebook' LIMIT 1 (1) |
0.000638 s
|
0.000638 s
|
0.000638 s
|
0.000638 s
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
16.2109 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` = 'twitter' LIMIT 1 (1) |
0.000429 s
|
0.000429 s
|
0.000429 s
|
0.000429 s
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
16.2109 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` = 'vimeo' LIMIT 1 (1) |
0.000593 s
|
0.000593 s
|
0.000593 s
|
0.000593 s
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
16.2109 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` = 'youtube' LIMIT 1 (1) |
0.000504 s
|
0.000504 s
|
0.000504 s
|
0.000504 s
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
16.2109 kB
|
Lessphp | 0.008645 s | |||
---|---|---|---|---|
347.7109 kB | ||||
Benchmark | Min | Max | Average | Total |
loading css/jakarta.css (1) |
0.005108 s
|
0.005108 s
|
0.005108 s
|
0.005108 s
|
346.4609 kB
|
346.4609 kB
|
346.4609 kB
|
346.4609 kB
|
|
compiling css/style.less (1) |
0.003537 s
|
0.003537 s
|
0.003537 s
|
0.003537 s
|
1.2500 kB
|
1.2500 kB
|
1.2500 kB
|
1.2500 kB
|
Application Execution (672) | 0.033681 s | 8.568544 s | 0.121911 s | 0.122526 s |
---|---|---|---|---|
648.8594 kB | 1,796.6641 kB | 834.4076 kB | 881.0391 kB |