Inspiring talks to motivate your team
Topic: Leadership
Topic: Leadership
Filter By Tags:
Sort by:
No talks found
The National Association of ESEA State Program Administrators (formerly the National Title I Association) is dedicated to building the capacity of education professionals to provide disadvantaged children with a high quality education. Their ESEA Network website provides a host of resources to educators at all levels.
![]() |
![]() |
![]() |
![]() |
ESEA Network
No talks found
The National Association of ESEA State Program Administrators (formerly the National Title I Association) is dedicated to building the capacity of education professionals to provide disadvantaged children with a high quality education. Their ESEA Network website provides a host of resources to educators at all levels.
![]() |
![]() |
![]() |
![]() |
admin@eseanetwork.org | 800-256-6452
532 North Franklin Street | Fort Bragg, CA 95437
The National Association of ESEA State Program Administrators (formerly the National Title I Association) is dedicated to building the capacity of education professionals to provide disadvantaged children with a high quality education. Their ESEA Network website provides a host of resources to educators at all levels.
![]() |
![]() |
![]() |
![]() |
admin@eseanetwork.org | 800-256-6452
532 North Franklin Street | Fort Bragg, CA 95437
Exec time: 0.0682s Memory usage: 1.376MB
13
Console |
74.708 ms
Load Time |
19 Queries
Database |
1.87 MB
Memory Used |
170 Files
Included |
498 Config
items loaded |
1 Session
vars loaded |
1 GET
vars loaded |
0 POST
vars loaded |
0Logs |
0 Errors |
0 Memory |
13 Speed |
speed | 5.006 msFuel\Core\Profiler::init Start |
speed | 12.892 msFuel\Core\Fuel::init End |
speed | 14.130 msFuel\Core\Uri::__construct Start |
speed | 14.142 msFuel\Core\Uri::__construct End |
speed | 14.159 msFuel\Core\Request::__construct Start route lookup |
speed | 15.681 msFuel\Core\Request::__construct End route lookup |
speed | 16.304 msFuel\Core\Uri::__construct Start |
speed | 16.312 msFuel\Core\Uri::__construct End |
speed | 16.324 msFuel\Core\Request::__construct Start route lookup |
speed | 16.893 msFuel\Core\Request::__construct End route lookup |
speed | 16.907 msFuel\Core\Request::execute: Start of ondemand/category/leadership |
speed | 59.130 msFuel\Core\Request::execute: End of ondemand/category/leadership |
speed | 68.292 msEnd of Fuel Execution |
74.708 msLoad Time |
30 s Max Execution Time |
5.006 msFuel\Core\Profiler::init Start |
12.892 msFuel\Core\Fuel::init End |
14.130 msFuel\Core\Uri::__construct Start |
14.142 msFuel\Core\Uri::__construct End |
14.159 msFuel\Core\Request::__construct Start route lookup |
15.681 msFuel\Core\Request::__construct End route lookup |
16.304 msFuel\Core\Uri::__construct Start |
16.312 msFuel\Core\Uri::__construct End |
16.324 msFuel\Core\Request::__construct Start route lookup |
16.893 msFuel\Core\Request::__construct End route lookup |
16.907 msFuel\Core\Request::execute: Start of ondemand/category/leadership |
59.130 msFuel\Core\Request::execute: End of ondemand/category/leadership |
68.292 msEnd of Fuel Execution |
19Total Queries |
41.344 ms Total Time |
0 Duplicates |
SELECT `group`, `data` FROM `config` WHERE `group` LIKE 'Global::%'Connection name: default Speed: 0.646 ms Query analysis: · Query: SIMPLE on config · Possible keys: group · Key Used: group · Type: range · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/app.php, line 383File: APPPATH/classes/app.php, line 105File: APPPATH/config/event.php, line 6File: COREPATH/classes/event/instance.php, line 157File: COREPATH/classes/fuel.php, line 222File: APPPATH/bootstrap.php, line 43File: DOCROOT/index.php, line 205 |
SELECT `t0`.`start` AS `t0_c0`, `t0`.`end` AS `t0_c1`, `t0`.`data` AS `t0_c2`, `t0`.`id` AS `t0_c3`, `t0`.`parent_event_id` AS `t0_c4`, `t0`.`custom_id` AS `t0_c5`, `t0`.`venue_id` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`name` AS `t0_c8`, `t0`.`subtitle` AS `t0_c9`, `t0`.`description` AS `t0_c10`, `t0`.`applies_to` AS `t0_c11`, `t0`.`url` AS `t0_c12`, `t0`.`slug` AS `t0_c13`, `t0`.`active` AS `t0_c14`, `t0`.`published` AS `t0_c15`, `t0`.`created_at` AS `t0_c16`, `t0`.`updated_at` AS `t0_c17` FROM `event_events` AS `t0` WHERE `t0`.`id` = 5 LIMIT 1Connection name: default Speed: 0.537 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/model/base.php, line 941File: APPPATH/modules/ondemand/classes/controller/index.php, line 13File: COREPATH/classes/request.php, line 474File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT
`talks`.*,
`presenters`.`id` AS `presenter_id`, `presenters`.`first_name` AS `presenter_first_name`, `presenters`.`last_name` AS `presenter_last_name`,
`images`.`id` AS `image_id`, `images`.`name` AS `image_name`, `images`.`orig_url` AS `image_orig_url`,
`images`.`base_url` AS `image_base_url`, `images`.`rel_paths` AS `image_rel_paths`, `images`.`filename` AS `image_filename`
FROM (
SELECT COALESCE(`views`.`view_count`, 0) AS `view_count`, `talks`.*
FROM `ondemand_talks` AS `talks`
LEFT JOIN (
SELECT `talk_id`, COUNT(`id`) AS `view_count`
FROM `ondemand_views` AS `views`
GROUP BY `talk_id`
) AS `views`
ON (
`views`.`talk_id` = `talks`.`id`
)
WHERE
( tags like '%%') AND `talks`.`category` = 'leadership' AND `talks`.`published` = 'yes' AND
(
`talks`.`start` IS NULL OR
DATE(`talks`.`start`) <= CURDATE()
)
AND
(
`talks`.`end` IS NULL OR
DATE(`talks`.`end`) >= CURDATE()
)
ORDER BY `talks`.`start` DESC
LIMIT 18
OFFSET 0
) AS `talks`
LEFT JOIN `ondemand_presenters_talks` AS `pivot`
ON (
`talks`.`id` = `pivot`.`talk_id`
)
LEFT JOIN `ondemand_presenters` AS `presenters`
ON (
`pivot`.`presenter_id` = `presenters`.`id`
)
LEFT JOIN `images`
ON (
`images`.`foreign_key` = `talks`.`id` AND
`images`.`linked_to` = 'ondemand_talk'
)
ORDER BY `talks`.`start` DESCConnection name: default Speed: 33.982 ms Query analysis: · Query: PRIMARY on <derived2> · Type: ALL · Rows: 18 (Using temporary; Using filesort) · Query: PRIMARY on pivot · Possible keys: fk_ondemand_presenters_talks_talk · Key Used: fk_ondemand_presenters_talks_talk · Type: ref · Rows: 1 · Query: PRIMARY on presenters · Possible keys: PRIMARY · Key Used: PRIMARY · Type: eq_ref · Rows: 1 · Query: PRIMARY on images · Type: ALL · Rows: 28284 (Using where; Using join buffer (hash join)) · Query: DERIVED on talks · Possible keys: category · Key Used: category · Type: ref · Rows: 326 (Using where; Using filesort) · Query: DERIVED on <derived3> · Possible keys: · Query: DERIVED on views · Possible keys: fk_ondemand_views_talk · Key Used: fk_ondemand_views_talk · Type: index · Rows: 2745 (Using index) Call trace for this query:File: APPPATH/modules/ondemand/classes/repository/talk.php, line 281File: APPPATH/modules/ondemand/classes/repository/talk.php, line 200File: APPPATH/modules/ondemand/classes/repository/talk.php, line 223File: APPPATH/modules/ondemand/classes/controller/index.php, line 221File: APPPATH/modules/ondemand/classes/controller/index.php, line 46File: COREPATH/classes/request.php, line 476File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT COUNT(*) AS `theCount`
FROM `ondemand_talks` AS `talks`
WHERE
( tags like '%%') AND `talks`.`category` = 'leadership' AND `talks`.`published` = 'yes' AND
(
`talks`.`start` IS NULL OR
DATE(`talks`.`start`) <= CURDATE()
)
AND
(
`talks`.`end` IS NULL OR
DATE(`talks`.`end`) >= CURDATE()
)Connection name: default Speed: 1.288 ms Query analysis: · Query: SIMPLE on talks · Possible keys: category · Key Used: category · Type: ref · Rows: 326 (Using where) Call trace for this query:File: APPPATH/modules/ondemand/classes/repository/talk.php, line 338File: APPPATH/modules/ondemand/classes/controller/index.php, line 273File: APPPATH/modules/ondemand/classes/controller/index.php, line 46File: COREPATH/classes/request.php, line 476File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
select tags from `ondemand_talks` where `published` = 'yes' AND
(
`start` IS NULL OR
DATE(`start`) <= CURDATE()
)
AND
(
`end` IS NULL OR
DATE(`end`) >= CURDATE()
)Connection name: default Speed: 1.573 ms Call trace for this query:File: APPPATH/modules/ondemand/classes/repository/talk.php, line 400File: APPPATH/modules/ondemand/classes/controller/index.php, line 287File: APPPATH/modules/ondemand/classes/controller/index.php, line 46File: COREPATH/classes/request.php, line 476File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 44 LIMIT 1Connection name: default Speed: 0.271 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/modules/cms/classes/cms.php, line 477File: APPPATH/views/templates/master/mobile-nav.php, line 73File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/modules/ondemand/views/template.php, line 9File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: COREPATH/classes/response.php, line 382File: DOCROOT/index.php, line 250 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 49 LIMIT 1Connection name: default Speed: 0.230 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/modules/cms/classes/cms.php, line 477File: APPPATH/views/templates/master/mobile-nav.php, line 84File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/modules/ondemand/views/template.php, line 9File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: COREPATH/classes/response.php, line 382File: DOCROOT/index.php, line 250 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 48 LIMIT 1Connection name: default Speed: 0.205 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/modules/cms/classes/cms.php, line 477File: APPPATH/views/templates/master/mobile-nav.php, line 95File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/modules/ondemand/views/template.php, line 9File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: COREPATH/classes/response.php, line 382File: DOCROOT/index.php, line 250 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 47 LIMIT 1Connection name: default Speed: 0.201 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/modules/cms/classes/cms.php, line 477File: APPPATH/views/templates/master/mobile-nav.php, line 107File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/modules/ondemand/views/template.php, line 9File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: COREPATH/classes/response.php, line 382File: DOCROOT/index.php, line 250 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 60 LIMIT 1Connection name: default Speed: 0.204 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/modules/cms/classes/cms.php, line 477File: APPPATH/views/templates/master/mobile-nav.php, line 119File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/modules/ondemand/views/template.php, line 9File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: COREPATH/classes/response.php, line 382File: DOCROOT/index.php, line 250 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 62 LIMIT 1Connection name: default Speed: 0.203 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/modules/cms/classes/cms.php, line 477File: APPPATH/views/templates/master/mobile-nav.php, line 130File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/modules/ondemand/views/template.php, line 9File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: COREPATH/classes/response.php, line 382File: DOCROOT/index.php, line 250 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 46 LIMIT 1Connection name: default Speed: 0.441 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/modules/cms/classes/cms.php, line 477File: APPPATH/views/templates/master/mobile-nav.php, line 141File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/modules/ondemand/views/template.php, line 9File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: COREPATH/classes/response.php, line 382File: DOCROOT/index.php, line 250 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 1 LIMIT 1Connection name: default Speed: 0.234 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/views/templates/master/sticky-header.php, line 128File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/modules/ondemand/views/template.php, line 12File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: COREPATH/classes/response.php, line 382File: DOCROOT/index.php, line 250 |
SELECT `t0`.`title` AS `t0_c0`, `t0`.`folder` AS `t0_c1`, `t0`.`show_title` AS `t0_c2`, `t0`.`published` AS `t0_c3`, `t0`.`published_range` AS `t0_c4`, `t0`.`publish_start` AS `t0_c5`, `t0`.`publish_end` AS `t0_c6`, `t0`.`content` AS `t0_c7`, `t0`.`css` AS `t0_c8`, `t0`.`js` AS `t0_c9`, `t0`.`rulegroup_id` AS `t0_c10`, `t0`.`menu` AS `t0_c11`, `t0`.`widget` AS `t0_c12`, `t0`.`widget_type` AS `t0_c13`, `t0`.`created_at` AS `t0_c14`, `t0`.`updated_at` AS `t0_c15`, `t0`.`id` AS `t0_c16` FROM `cms_posts` AS `t0` WHERE `t0`.`id` = 492 LIMIT 1Connection name: default Speed: 0.248 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/model/base.php, line 941File: APPPATH/modules/cms/classes/cms.php, line 194File: APPPATH/views/templates/master/footer.php, line 4File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/modules/ondemand/views/template.php, line 15File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: COREPATH/classes/response.php, line 382File: DOCROOT/index.php, line 250 |
SELECT `t0`.`title` AS `t0_c0`, `t0`.`folder` AS `t0_c1`, `t0`.`show_title` AS `t0_c2`, `t0`.`published` AS `t0_c3`, `t0`.`published_range` AS `t0_c4`, `t0`.`publish_start` AS `t0_c5`, `t0`.`publish_end` AS `t0_c6`, `t0`.`content` AS `t0_c7`, `t0`.`css` AS `t0_c8`, `t0`.`js` AS `t0_c9`, `t0`.`rulegroup_id` AS `t0_c10`, `t0`.`menu` AS `t0_c11`, `t0`.`widget` AS `t0_c12`, `t0`.`widget_type` AS `t0_c13`, `t0`.`created_at` AS `t0_c14`, `t0`.`updated_at` AS `t0_c15`, `t0`.`id` AS `t0_c16` FROM `cms_posts` AS `t0` WHERE `t0`.`id` = 493 LIMIT 1Connection name: default Speed: 0.225 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/model/base.php, line 941File: APPPATH/modules/cms/classes/cms.php, line 194File: APPPATH/views/templates/master/footer.php, line 7File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/modules/ondemand/views/template.php, line 15File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: COREPATH/classes/response.php, line 382File: DOCROOT/index.php, line 250 |
SELECT `t0`.`title` AS `t0_c0`, `t0`.`folder` AS `t0_c1`, `t0`.`show_title` AS `t0_c2`, `t0`.`published` AS `t0_c3`, `t0`.`published_range` AS `t0_c4`, `t0`.`publish_start` AS `t0_c5`, `t0`.`publish_end` AS `t0_c6`, `t0`.`content` AS `t0_c7`, `t0`.`css` AS `t0_c8`, `t0`.`js` AS `t0_c9`, `t0`.`rulegroup_id` AS `t0_c10`, `t0`.`menu` AS `t0_c11`, `t0`.`widget` AS `t0_c12`, `t0`.`widget_type` AS `t0_c13`, `t0`.`created_at` AS `t0_c14`, `t0`.`updated_at` AS `t0_c15`, `t0`.`id` AS `t0_c16` FROM `cms_posts` AS `t0` WHERE `t0`.`id` = 494 LIMIT 1Connection name: default Speed: 0.210 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/model/base.php, line 941File: APPPATH/modules/cms/classes/cms.php, line 194File: APPPATH/views/templates/master/footer.php, line 8File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/modules/ondemand/views/template.php, line 15File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: COREPATH/classes/response.php, line 382File: DOCROOT/index.php, line 250 |
SELECT `t0`.`title` AS `t0_c0`, `t0`.`folder` AS `t0_c1`, `t0`.`show_title` AS `t0_c2`, `t0`.`published` AS `t0_c3`, `t0`.`published_range` AS `t0_c4`, `t0`.`publish_start` AS `t0_c5`, `t0`.`publish_end` AS `t0_c6`, `t0`.`content` AS `t0_c7`, `t0`.`css` AS `t0_c8`, `t0`.`js` AS `t0_c9`, `t0`.`rulegroup_id` AS `t0_c10`, `t0`.`menu` AS `t0_c11`, `t0`.`widget` AS `t0_c12`, `t0`.`widget_type` AS `t0_c13`, `t0`.`created_at` AS `t0_c14`, `t0`.`updated_at` AS `t0_c15`, `t0`.`id` AS `t0_c16` FROM `cms_posts` AS `t0` WHERE `t0`.`id` = 495 LIMIT 1Connection name: default Speed: 0.205 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/model/base.php, line 941File: APPPATH/modules/cms/classes/cms.php, line 194File: APPPATH/views/templates/master/footer.php, line 9File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/modules/ondemand/views/template.php, line 15File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: COREPATH/classes/response.php, line 382File: DOCROOT/index.php, line 250 |
SELECT `t0`.`title` AS `t0_c0`, `t0`.`folder` AS `t0_c1`, `t0`.`show_title` AS `t0_c2`, `t0`.`published` AS `t0_c3`, `t0`.`published_range` AS `t0_c4`, `t0`.`publish_start` AS `t0_c5`, `t0`.`publish_end` AS `t0_c6`, `t0`.`content` AS `t0_c7`, `t0`.`css` AS `t0_c8`, `t0`.`js` AS `t0_c9`, `t0`.`rulegroup_id` AS `t0_c10`, `t0`.`menu` AS `t0_c11`, `t0`.`widget` AS `t0_c12`, `t0`.`widget_type` AS `t0_c13`, `t0`.`created_at` AS `t0_c14`, `t0`.`updated_at` AS `t0_c15`, `t0`.`id` AS `t0_c16` FROM `cms_posts` AS `t0` WHERE `t0`.`id` = 496 LIMIT 1Connection name: default Speed: 0.216 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/model/base.php, line 941File: APPPATH/modules/cms/classes/cms.php, line 194File: APPPATH/views/templates/master/footer.php, line 10File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/modules/ondemand/views/template.php, line 15File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: COREPATH/classes/response.php, line 382File: DOCROOT/index.php, line 250 |
SELECT `t0`.`title` AS `t0_c0`, `t0`.`folder` AS `t0_c1`, `t0`.`show_title` AS `t0_c2`, `t0`.`published` AS `t0_c3`, `t0`.`published_range` AS `t0_c4`, `t0`.`publish_start` AS `t0_c5`, `t0`.`publish_end` AS `t0_c6`, `t0`.`content` AS `t0_c7`, `t0`.`css` AS `t0_c8`, `t0`.`js` AS `t0_c9`, `t0`.`rulegroup_id` AS `t0_c10`, `t0`.`menu` AS `t0_c11`, `t0`.`widget` AS `t0_c12`, `t0`.`widget_type` AS `t0_c13`, `t0`.`created_at` AS `t0_c14`, `t0`.`updated_at` AS `t0_c15`, `t0`.`id` AS `t0_c16` FROM `cms_posts` AS `t0` WHERE `t0`.`id` = 497 LIMIT 1Connection name: default Speed: 0.225 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/model/base.php, line 941File: APPPATH/modules/cms/classes/cms.php, line 194File: APPPATH/views/templates/master/footer.php, line 13File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/modules/ondemand/views/template.php, line 15File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: COREPATH/classes/response.php, line 382File: DOCROOT/index.php, line 250 |
5Finder Paths |
170Total Files |
1.31 MB Total Size |
144.32 kB Largest |
Finder paths: |
APPPATH/ |
APPPATH/../packages/fuellog/ |
APPPATH/../packages/auth/ |
APPPATH/../packages/orm/ |
COREPATH/ |
Loaded files: |
8.48 kB DOCROOT/index.php |
9.89 kB COREPATH/classes/autoloader.php |
5.26 kB APPPATH/classes/core/base.php |
182 bytes APPPATH/classes/core/init.php |
1.88 kB APPPATH/classes/core/Display.php |
1.12 kB APPPATH/bootstrap.php |
17.30 kB COREPATH/bootstrap.php |
13.66 kB COREPATH/base.php |
1.37 kB COREPATH/base56.php |
178 bytes VENDORPATH/autoload.php |
2.57 kB VENDORPATH/composer/autoload_real.php |
925 bytes VENDORPATH/composer/platform_check.php |
15.69 kB VENDORPATH/composer/ClassLoader.php |
2.50 kB VENDORPATH/composer/autoload_static.php |
7.79 kB VENDORPATH/paragonie/random_compat/lib/random.php |
2.67 kB VENDORPATH/paragonie/sodium_compat/autoload.php |
890 bytes VENDORPATH/paragonie/sodium_compat/autoload-php7.php |
144.32 kB VENDORPATH/paragonie/sodium_compat/src/Compat.php |
158 bytes VENDORPATH/paragonie/sodium_compat/src/SodiumException.php |
1.31 kB VENDORPATH/paragonie/sodium_compat/lib/namespaced.php |
23.96 kB VENDORPATH/paragonie/sodium_compat/lib/sodium_compat.php |
4.06 kB VENDORPATH/paragonie/sodium_compat/lib/constants.php |
4.49 kB VENDORPATH/paragonie/sodium_compat/lib/php72compat_const.php |
40.73 kB VENDORPATH/paragonie/sodium_compat/lib/php72compat.php |
1.26 kB VENDORPATH/paragonie/sodium_compat/lib/stream-xchacha20.php |
7.04 kB VENDORPATH/paragonie/sodium_compat/lib/ristretto255.php |
556 bytes VENDORPATH/phpseclib/phpseclib/phpseclib/bootstrap.php |
183 bytes APPPATH/vendor/autoload.php |
1.54 kB APPPATH/vendor/composer/autoload_real.php |
443 bytes APPPATH/vendor/composer/include_paths.php |
668 bytes APPPATH/vendor/composer/autoload_namespaces.php |
763 bytes APPPATH/vendor/composer/autoload_psr4.php |
35.82 kB APPPATH/vendor/composer/autoload_classmap.php |
9.79 kB COREPATH/classes/fuel.php |
7.01 kB COREPATH/classes/config.php |
2.82 kB COREPATH/classes/config/php.php |
5.21 kB COREPATH/classes/config/file.php |
432 bytes COREPATH/classes/config/interface.php |
12.48 kB COREPATH/classes/finder.php |
33.68 kB COREPATH/classes/arr.php |
3.78 kB COREPATH/config/file.php |
1.49 kB APPPATH/config/file.php |
23.30 kB COREPATH/config/config.php |
7.88 kB APPPATH/config/config.php |
49 bytes APPPATH/config/development/config.php |
6.19 kB COREPATH/classes/input.php |
1.97 kB COREPATH/classes/profiler.php |
2.46 kB COREPATH/vendor/phpquickprofiler/console.php |
6.75 kB COREPATH/vendor/phpquickprofiler/phpquickprofiler.php |
9.95 kB APPPATH/config/routes.php |
8.84 kB COREPATH/classes/router.php |
5.59 kB COREPATH/classes/route.php |
1.84 kB COREPATH/classes/event.php |
101 bytes APPPATH/config/event.php |
4.76 kB COREPATH/classes/event/instance.php |
3.40 kB COREPATH/classes/package.php |
2.10 kB PKGPATH/orm/bootstrap.php |
477 bytes PKGPATH/orm/config/orm.php |
2.35 kB PKGPATH/auth/bootstrap.php |
596 bytes PKGPATH/fuellog/bootstrap.php |
4.21 kB COREPATH/classes/module.php |
19.47 kB COREPATH/classes/str.php |
16.15 kB COREPATH/classes/crypt.php |
11.34 kB COREPATH/vendor/paragonie.php |
312 bytes APPPATH/config/crypt.php |
7.40 kB COREPATH/classes/redis/db.php |
11.49 kB COREPATH/classes/security.php |
13.34 kB APPPATH/classes/app.php |
2.70 kB COREPATH/config/db.php |
894 bytes APPPATH/config/db.php |
733 bytes APPPATH/config/development/db.php |
27.32 kB COREPATH/classes/database/connection.php |
13.45 kB COREPATH/classes/database/pdo/connection.php |
17.41 kB COREPATH/classes/database/schema.php |
2.31 kB APPPATH/client/titlei_dev/config/config.php |
522 bytes APPPATH/config/app.php |
11.62 kB COREPATH/classes/db.php |
10.17 kB COREPATH/classes/database/query/builder/select.php |
3.99 kB COREPATH/classes/database/query/builder/where.php |
4.82 kB COREPATH/classes/database/query/builder.php |
7.06 kB COREPATH/classes/database/query.php |
4.13 kB COREPATH/classes/database/pdo/cached.php |
6.25 kB COREPATH/classes/database/result.php |
659 bytes COREPATH/classes/sanitization.php |
7.07 kB COREPATH/classes/asset.php |
4.70 kB COREPATH/config/asset.php |
2.46 kB APPPATH/config/asset.php |
15.16 kB COREPATH/classes/asset/instance.php |
650 bytes APPPATH/classes/aws/s3assetmanager.php |
2.54 kB APPPATH/classes/aws/s3assetinstance.php |
8.90 kB COREPATH/classes/uri.php |
16.06 kB COREPATH/classes/view.php |
934 bytes APPPATH/config/routing.php |
16.66 kB COREPATH/classes/request.php |
13.78 kB COREPATH/classes/input/instance.php |
6.26 kB PKGPATH/fuellog/classes/log.php |
14.95 kB PKGPATH/fuellog/src/Monolog/Logger.php |
2.90 kB PKGPATH/fuellog/Psr/Log/LoggerInterface.php |
2.13 kB PKGPATH/fuellog/src/Monolog/Handler/StreamHandler.php |
1.47 kB PKGPATH/fuellog/src/Monolog/Handler/AbstractProcessingHandler.php |
3.80 kB PKGPATH/fuellog/src/Monolog/Handler/AbstractHandler.php |
2.44 kB PKGPATH/fuellog/src/Monolog/Handler/HandlerInterface.php |
2.33 kB PKGPATH/fuellog/src/Monolog/Formatter/LineFormatter.php |
2.47 kB PKGPATH/fuellog/src/Monolog/Formatter/NormalizerFormatter.php |
787 bytes PKGPATH/fuellog/src/Monolog/Formatter/FormatterInterface.php |
160 bytes APPPATH/modules/ondemand/config/routes.php |
12.44 kB COREPATH/classes/inflector.php |
8.28 kB COREPATH/classes/lang.php |
3.35 kB COREPATH/classes/lang/php.php |
4.70 kB COREPATH/classes/lang/file.php |
443 bytes COREPATH/classes/lang/interface.php |
3.52 kB COREPATH/lang/en/inflector.php |
15.11 kB APPPATH/modules/ondemand/classes/controller/index.php |
5.29 kB APPPATH/classes/controller/base.php |
1.15 kB COREPATH/classes/controller/template.php |
1.59 kB COREPATH/classes/controller.php |
4.52 kB APPPATH/classes/core/auth.php |
9.00 kB COREPATH/classes/session.php |
10.09 kB COREPATH/config/session.php |
3.67 kB APPPATH/config/session.php |
9.08 kB COREPATH/classes/session/file.php |
19.13 kB COREPATH/classes/session/driver.php |
11.78 kB COREPATH/classes/date.php |
3.87 kB COREPATH/classes/cookie.php |
182 bytes APPPATH/config/modules.php |
1.80 kB APPPATH/classes/moduleworks.php |
283 bytes APPPATH/modules/survey/config/config.php |
152 bytes APPPATH/modules/cms/config/config.php |
120 bytes APPPATH/modules/invoice/config/config.php |
451 bytes APPPATH/modules/sched/config/config.php |
26.07 kB APPPATH/modules/sched/classes/sched.php |
10.79 kB APPPATH/classes/modulesingleton.php |
6.80 kB APPPATH/modules/sched/classes/repository/exhibitor.php |
586 bytes APPPATH/classes/repository/base.php |
451 bytes APPPATH/modules/projects/config/config.php |
451 bytes APPPATH/modules/regions/config/config.php |
451 bytes APPPATH/modules/mentor/config/config.php |
2.65 kB APPPATH/modules/event/classes/model/event.php |
23.54 kB APPPATH/classes/model/base.php |
58.36 kB PKGPATH/orm/classes/model.php |
1.42 kB APPPATH/classes/query.php |
41.23 kB PKGPATH/orm/classes/query.php |
17.14 kB PKGPATH/orm/classes/observer/typing.php |
697 bytes PKGPATH/orm/classes/observer/self.php |
6.42 kB APPPATH/modules/invoice/classes/repository/subscription.php |
19.63 kB APPPATH/modules/cms/classes/cms.php |
11.38 kB APPPATH/modules/ondemand/classes/repository/talk.php |
5.35 kB APPPATH/classes/paginate.php |
4.53 kB APPPATH/classes/stringworks.php |
8.94 kB COREPATH/classes/response.php |
495 bytes APPPATH/modules/ondemand/views/template.php |
1.08 kB APPPATH/views/templates/master/head-contents.php |
7.57 kB APPPATH/classes/arrayworks.php |
2.76 kB DOCROOT/assets/js/site/includes.php |
4.22 kB APPPATH/views/templates/master/mobile-nav.php |
2.74 kB APPPATH/modules/cms/classes/model/menu.php |
9.98 kB APPPATH/views/templates/master/sticky-header.php |
691 bytes APPPATH/views/templates/sign-in-out.php |
329 bytes APPPATH/views/templates/master/top-menu.php |
7.49 kB APPPATH/modules/ondemand/views/frontend/category.php |
1.42 kB APPPATH/modules/ondemand/views/frontend/category-filter.php |
8.35 kB COREPATH/classes/form.php |
2.43 kB COREPATH/config/form.php |
23.79 kB COREPATH/classes/fieldset.php |
20.80 kB COREPATH/classes/form/instance.php |
1.82 kB APPPATH/views/templates/master/footer.php |
4.74 kB APPPATH/modules/cms/classes/model/post.php |
6.70 kB PKGPATH/orm/classes/belongsto.php |
4.15 kB PKGPATH/orm/classes/relation.php |
6.16 kB APPPATH/classes/model/user/rulegroup.php |
498 Configuration items |
file |
› base_config |
null› › basedir |
null› › extensions |
null› › url |
null› › use_locks |
› › file_handlers |
› areas |
null› magic_file |
› chmod |
511› › files |
511› › folders |
https://eseanetwork.openwebportal.com/base_url |
url_suffix |
falseindex_file |
trueprofiling |
falselog_profile_data |
profiling_paths |
/var/www/title_i_core/fuel/app/› APPPATH |
/var/www/title_i_core/fuel/core/› COREPATH |
/var/www/title_i_core/fuel/packages/› PKGPATH |
/var/www/title_i_core/fuel/app/cache/cache_dir |
falsecaching |
3600cache_lifetime |
nullob_callback |
errors |
› continue_on |
10› throttle |
true› notices |
false› render_prior |
enlanguage |
enlanguage_fallback |
en_US.UTF-8locale |
UTF-8encoding |
0server_gmt_offset |
America/Los_Angelesdefault_timezone |
300log_threshold |
nulllog_file |
/var/www/title_i_core/fuel/app/logs/log_path |
Y-m-d H:i:slog_date_format |
falsecli_backtrace |
security |
false› csrf_autoload |
› csrf_autoload_methods |
post› › 0 |
put› › 1 |
delete› › 2 |
false› csrf_bad_request_on_fail |
false› csrf_auto_token |
fuel_csrf_token› csrf_token_key |
0› csrf_expiration |
true› csrf_rotate |
put your salt value here to make the token more secure› token_salt |
false› allow_x_headers |
3› htmlentities_flags |
false› htmlentities_double_encode |
true› auto_filter_output |
true› filter_closures |
› whitelisted_classes |
Fuel\Core\Response› › 0 |
Fuel\Core\View› › 1 |
Fuel\Core\ViewModel› › 2 |
Closure› › 3 |
Cms\Cms› › 4 |
Cms\Model_Post› › 5 |
Cms\Model_Page› › 6 |
Paginate› › 7 |
AdvancedSearch› › 8 |
Permissions› › 9 |
FormBuilder› › 10 |
Flot› › 11 |
DateTime› › 12 |
Survey\Survey› › 13 |
Survey\Question› › 14 |
Survey\Answer› › 15 |
Survey\Response› › 16 |
Cms\Cms› › 17 |
false› form-double-urlencoded |
› clean_paths |
› uri_filter |
htmlentities› › 0 |
› › 1 |
› input_filter |
› output_filter |
Security::htmlentities› › 0 |
cookie |
0› expiration |
/› path |
null› domain |
false› secure |
false› http_only |
validation |
true› global_input_fallback |
Controller_controller_prefix |
routing |
true› case_sensitive |
true› strip_extension |
false› module_routes |
response |
true› redirect_with_wildcards |
config |
null› database |
config› table_name |
› memcached |
config› › identifier |
› › servers |
› › › 0 |
127.0.0.1› › › › host |
11211› › › › port |
100› › › › weight |
lang |
null› database |
lang› table_name |
module_paths |
/var/www/title_i_core/fuel/app/modules/› 0 |
package_paths |
/var/www/title_i_core/fuel/app/../packages/› 0 |
always_load |
› packages |
orm› › 0 |
auth› › 1 |
fuellog› › 2 |
› modules |
ds› › 0 |
› classes |
crypt› › 0 |
› config |
› language |
routes |
cms/router/index/home› _root_ |
error/404› _404_ |
contact› contact |
privacy› privacy |
search$1› search(.*) |
groups/$1› groups/(:any) |
blogs/$1› blogs/(:any) |
ondemand/index/index› ondemandESEA |
blogs/index› news |
blogs/index› news-and-resources |
blogs/EditPost› news-and-resources/blogs/edit-post |
blogs/EditPost/$1› news-and-resources/blogs/edit-post/(:any) |
blogs/index› news-and-resources/blogs |
blogs/index/$1› news-and-resources/blogs/(:any) |
webinars$1› webinars1(.*) |
webinars› association/members/webinar(.*) |
calendarsync/ics/$1› association/members/calendarsync/ics/(:any) |
calendarsync/index/$1› association/members/calendarsync/(:any) |
blogs/EditPost› association/blogs/edit-post |
blogs/EditPost/$1› association/blogs/edit-post/(:any) |
blogs/index› association/blogs |
blogs/index/$1› association/blogs/(:any) |
association/T13sAccount› association/t13s-account |
association/affiliates› association/affiliates |
reports/$1› reports/(:any) |
reports/hotelinventory› reports/hotelinventory |
error› error |
error/$1› error/(:any) |
admin/index› admin |
admin/email/module/invoice/send_lists› admin/email/module/invoice/send_list |
› admin/survey(.*) |
› admin/cal(.*) |
› admin/sched(.*) |
› admin/invoice(.*) |
› admin/event(.*) |
› admin/committees(.*) |
› admin/regions(.*) |
› admin/mentor(.*) |
› admin/(.*) |
appapi/$1› api/(:any) |
appapi/$1› appapi/(:any) |
api/$1› regapi/(:any) |
› calendar/(:any) |
event/api/$1› event/api/(.*) |
invoice/api/$1› invoice/api/(.*) |
contact/$1› contact/(:any) |
chat/i/$1› chat/i/(:any) |
chat/$1› chat/(:any) |
loginservice/$1› loginservice/(:any) |
schedservice/$1› schedservice/(:any) |
cacheservice/$1› cacheservice/(:any) |
user/login› login |
user/login/forgotPassword› login/forgot-password |
user/login/passwordReset/$1› login/password-reset/(:any) |
user/login/$1› login/(:any) |
user/signup› signup |
user/login/unsubscribe› unsubscribe |
user/signup/$1› signup/(:any) |
dashboard› dashboard |
conference/attendance_certificate/$1› dashboard/event/(:any)/session-attendance |
conference/shared_contacts/$1› dashboard/event/(:any)/shared-contacts |
dashboard/$1› dashboard/(:any) |
dashboardapi› dashboard_api |
dashboardapi/$1› dashboard_api/(:any) |
user/$1› user/(:any) |
conference/attendance_certificate$1› conference/attendance-certificate(.*) |
conference/account› conference/account |
conference/exhall_map_public› conference/exhibitor/live-map |
conference/2021registration› conference/2021registration |
survey/index/$1› surveys/(:any) |
event/hotel/$1› hotel/(:any) |
sched/proposal/router› present |
sched/proposal/router/$1› present/(.*) |
› resources(.*) |
router/$1› cms/(:any) |
› (:any) |
event |
› fuelphp |
› › app_created |
orm |
true› caching |
2038-01-18 22:14:08› sql_max_timestamp_mysql |
2147483647› sql_max_timestamp_unix |
crypt |
› legacy |
5Gwn3EnZ8peUoBsiBghD03xM› › crypto_key |
SIANT0oq0cIcBJMABs6248LI› › crypto_iv |
PVkwrMbvgpJkhb82kANqoqCE› › crypto_hmac |
› sodium |
24288f27c2a921975f0f3681b384ef72d1c44f5b45470bf6d56f24717f8f08cd› › cipherkey |
db |
default› active |
› default |
pdo› › type |
› › connection |
mysql:host=127.0.0.1:3306;dbname=titlei_dev› › › dsn |
› › › hostname |
root› › › username |
JDsbn77X› › › password |
› › › database |
false› › › persistent |
false› › › compress |
`› › identifier |
› › table_prefix |
utf8› › charset |
false› › collation |
true› › enable_cache |
true› › profiling |
false› › readonly |
› mysqli |
mysqli› › type |
› › connection |
› › › dsn |
› › › hostname |
null› › › username |
null› › › password |
› › › database |
false› › › persistent |
false› › › compress |
`› › identifier |
› › table_prefix |
utf8› › charset |
false› › collation |
false› › enable_cache |
false› › profiling |
false› › readonly |
› redis |
› › default |
127.0.0.1› › › hostname |
6379› › › port |
null› › › timeout |
0› › › database |
› sync |
pdo› › type |
› › connection |
false› › › persistent |
false› › › compress |
mysql:host=127.0.0.1:3306;dbname=title_i_prod› › › dsn |
root› › › username |
JDsbn77X› › › password |
`› › identifier |
› › table_prefix |
utf8› › charset |
true› › enable_cache |
false› › profiling |
› ondemand |
pdo› › type |
› › connection |
false› › › persistent |
false› › › compress |
mysql:host=127.0.0.1:3306;dbname=esea_dev› › › dsn |
root3› › › username |
› › › password |
`› › identifier |
› › table_prefix |
utf8› › charset |
true› › enable_cache |
false› › profiling |
app |
National Title I Association› site_title |
http://dev.eseanetwork.org/› site_url |
› modules |
› › cms |
true› › › on |
true› › › admin_visible |
› › sched |
true› › › on |
true› › › admin_visible |
true› › › proposals |
true› › › proposal_grading |
true› › › contracts |
true› › › reports |
true› › › email |
true› › › admin_plugins |
› › › admin_plugins_available |
Session Introductions› › › › intro-signups |
Session Evaluations› › › › session-evals |
Session Attendance› › › › session-attendance |
› › ondemand |
true› › › on |
true› › › admin_visible |
› › event |
true› › › on |
true› › › admin_visible |
› › survey |
true› › › on |
true› › › admin_visible |
› › cal |
true› › › on |
true› › › admin_visible |
› › hotel |
true› › › on |
true› › › admin_visible |
› › invoice |
true› › › on |
true› › › admin_visible |
› › ds |
true› › › on |
true› › › admin_visible |
› › services |
true› › › on |
true› › › admin_visible |
› features |
› › files |
true› › › on |
true› › › admin_visible |
true› › › on |
true› › › admin_visible |
› › contact |
true› › › on |
true› › › admin_visible |
› › users |
true› › › on |
true› › › admin_visible |
false› › › simple_user |
› › orgs |
true› › › on |
true› › › admin_visible |
› › subscriptions |
true› › › on |
true› › › admin_visible |
› › user_dashboard |
true› › › on |
false› › › admin_visible |
› › event_maps |
true› › › on |
true› › › admin_visible |
› hooks |
› › Sched::session_intro |
true› › › on |
true› › › admin_visible |
› › Sched::session_handouts |
true› › › on |
true› › › admin_visible |
› › Sched::session_evals |
true› › › on |
true› › › admin_visible |
› dashboard_widgets |
recent_users› › 0 |
possible_members› › 1 |
contact_forms› › 2 |
Survey::recent_responses› › 3 |
recent_orgs› › 4 |
Invoice::members_without_on_demand› › 5 |
duplicate_users› › 6 |
› prod |
simplifymy› › s3_bucket |
//simplifymydev.s3.amazonaws.com/› › s3_url |
› staging |
simplifymydev› › s3_bucket |
//simplifymydev.s3.amazonaws.com/› › s3_url |
› dev |
simplifymydev› › s3_bucket |
//simplifymydev.s3.amazonaws.com/› › s3_url |
› test |
simplifymytest› › s3_bucket |
//simplifymydev.s3.amazonaws.com/› › s3_url |
asset |
› paths |
assets/› › 0 |
img/› img_dir |
js/› js_dir |
css/› css_dir |
› folders |
› › css |
› › js |
› › img |
https://eseanetwork.openwebportal.com/› url |
true› add_mtime |
1› indent_level |
› indent_with |
true› auto_render |
false› fail_silently |
false› always_resolve |
session |
true› auto_initialize |
true› auto_start |
file› driver |
false› match_ip |
true› match_ua |
› cookie_domain |
/› cookie_path |
null› cookie_http_only |
true› encrypt_cookie |
false› expire_on_close |
259200› expiration_time |
300› rotation_time |
flash› flash_id |
true› flash_auto_expire |
true› flash_expire_after_get |
› post_cookie_name |
Session-Id› http_header_name |
true› enable_cookie |
false› native_emulation |
› cookie |
fuelcid› › cookie_name |
› file |
fuelfid› › cookie_name |
/tmp› › path |
5› › gc_probability |
› memcached |
fuelmid› › cookie_name |
› › servers |
› › › default |
127.0.0.1› › › › host |
11211› › › › port |
100› › › › weight |
› db |
fueldid› › cookie_name |
null› › database |
sessions› › table |
5› › gc_probability |
› redis |
fuelrid› › cookie_name |
default› › database |
possible_modules |
ds› 0 |
survey› 1 |
event› 2 |
cms› 3 |
cal› 4 |
invoice› 5 |
sched› 6 |
ondemand› 7 |
projects› 8 |
regions› 9 |
mentor› 10 |
dependencies |
› cms |
› › config |
config› › › 0 |
events› › › 1 |
› cal |
› event |
side_load |
› sched |
\Sched\Sched::bootstrapbootstrap |
sched/default/avatar.gifpresenter_default_image |
sched/default/avatar.gifsession_default_image |
sched/default/avatar.gifexhibitor_default_image |
sched/presenter/presenter_base_url |
sched/session/session_base_url |
colors |
› type |
› › 0 |
› › 1 |
› › 2 |
› › 3 |
form |
true› prep_value |
true› auto_id |
form_› auto_id_prefix |
post› form_method |
{open} <table> {fields} </table> {close} › form_template |
<tr><td colspan="2">{open}<table> {fields}</table></td></tr> {close} › fieldset_template |
<tr> <td class="{error_class}">{label}{required}</td> <td class="{error_class}">{field} <span>{description}</span> {error_msg}</td> </tr> › field_template |
<tr> <td class="{error_class}">{group_label}{required}</td> <td class="{error_class}">{fields} {field} {label}<br /> {fields}<span>{description}</span> {error_msg} </td> </tr> › multi_field_template |
<span>{error_msg}</span>› error_template |
<span>{label}</span>› group_label |
*› required_mark |
false› inline_errors |
null› error_class |
null› label_class |
<table>{fields}</table> › tabular_form_template |
{field}› tabular_field_template |
<tr>{fields}</tr> › tabular_row_template |
<td>{label}{required} {field} {error_msg}</td> › tabular_row_field_template |
Delete?› tabular_delete_label |
1 Session variables |
https://eseanetwork.openwebportal.com/ondemand/category/leadershipcurrent_page |
1 GET variables |
0start |
Based on PHP Quick Profiler | Close Height Bottom |