

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.
![]() |
![]() |
![]() |
![]() |
ED's Office of English Language Acquisition (OELA) and Office for Civil Rights (OCR) are hosting a virtual convening on Thursday, June 22, and Friday, June 23, 2023. The event will focus on statutes, regulations, and case law relevant to th...
The U.S. Department of Education's Office of English Language Acquisition (OELA) and Office for Civil Rights (OCR) are hosting a virtual convening on Thursday, June 22 and Friday, June 23, 2023. The event will focus on statutes, regulations...
Dear Colleague,
Below please find information about the U.S. Department of Education’s Spring 2023 Teach to Lead Summit, titled “Raising the Bar: In Pursuit of Equitable Opportunities Through Expanded Student Experiences and the Diversi...
|
||
|
||
|
||
|
October 7, 2021
Dear Colleagues,
I wanted to let you know about some upcoming activities related to bullying prevention later this month. Please feel free to share with your colleagues and networks.
On Monday, August 10, 2020, from 2:00 p.m. to 3:30 p.m. ET, the U.S. Department of Education (the Department), Office of Safe and Supportive Schools (OSSS) and its Readiness and Emergency Management for Schools (REMS) Technical Assistance (...
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.3713s Memory usage: 2.068MB
13
Console |
380.937 ms
Load Time |
33 Queries
Database |
2.58 MB
Memory Used |
179 Files
Included |
496 Config
items loaded |
2 Session
vars loaded |
0 GET
vars loaded |
0 POST
vars loaded |
0Logs |
0 Errors |
0 Memory |
13 Speed |
speed | 1.703 msFuel\Core\Profiler::init Start |
speed | 8.593 msFuel\Core\Fuel::init End |
speed | 8.738 msFuel\Core\Uri::__construct Start |
speed | 8.744 msFuel\Core\Uri::__construct End |
speed | 9.234 msFuel\Core\Request::__construct Start route lookup |
speed | 9.818 msFuel\Core\Request::__construct End route lookup |
speed | 10.006 msFuel\Core\Uri::__construct Start |
speed | 10.011 msFuel\Core\Uri::__construct End |
speed | 10.018 msFuel\Core\Request::__construct Start route lookup |
speed | 10.166 msFuel\Core\Request::__construct End route lookup |
speed | 10.173 msFuel\Core\Request::execute: Start of blogs/tag/event |
speed | 371.259 msFuel\Core\Request::execute: End of blogs/tag/event |
speed | 371.476 msEnd of Fuel Execution |
380.937 msLoad Time |
30 s Max Execution Time |
1.703 msFuel\Core\Profiler::init Start |
8.593 msFuel\Core\Fuel::init End |
8.738 msFuel\Core\Uri::__construct Start |
8.744 msFuel\Core\Uri::__construct End |
9.234 msFuel\Core\Request::__construct Start route lookup |
9.818 msFuel\Core\Request::__construct End route lookup |
10.006 msFuel\Core\Uri::__construct Start |
10.011 msFuel\Core\Uri::__construct End |
10.018 msFuel\Core\Request::__construct Start route lookup |
10.166 msFuel\Core\Request::__construct End route lookup |
10.173 msFuel\Core\Request::execute: Start of blogs/tag/event |
371.259 msFuel\Core\Request::execute: End of blogs/tag/event |
371.476 msEnd of Fuel Execution |
33Total Queries |
320.665 ms Total Time |
5 Duplicates |
SELECT `group`, `data` FROM `config` WHERE `group` LIKE 'Global::%'Connection name: default Speed: 0.258 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 `blog_posts`.* FROM `blog_posts` JOIN `blog_blogs` ON (`blog_posts`.`blog_id` = `blog_blogs`.`id`) WHERE `tags` LIKE '%event%' AND `blog_blogs`.`group_id` IS null ORDER BY `blog_posts`.`created_at` DESCConnection name: default Speed: 2.759 ms Query analysis: · Query: SIMPLE on blog_blogs · Possible keys: PRIMARY,fk_blog_blogs_group · Key Used: fk_blog_blogs_group · Type: ref · Rows: 9 (Using where; Using index; Using temporary; Using filesort) · Query: SIMPLE on blog_posts · Possible keys: fk_blog_posts_blog · Key Used: fk_blog_posts_blog · Type: ref · Rows: 23 (Using where) Call trace for this query:File: APPPATH/classes/controller/blogs.php, line 615File: COREPATH/classes/request.php, line 476File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `posts`.*, SUM(`combinedStats`.`count`) AS `hits`
FROM `blog_posts` AS `posts`
JOIN (
SELECT `count`, `foreign_key`
FROM `stats`
WHERE
`stats`.`type` = 'page_hit' AND
`stats`.`linked_to` = 'blog_post' AND
`stats`.`date` >= '2025-06-23'
) AS `combinedStats`
ON (
`combinedStats`.`foreign_key` = `posts`.`id` AND
`posts`.`published` = 'yes'
)
GROUP BY `foreign_key`
ORDER BY `hits` DESC
LIMIT 10Connection name: default Speed: 46.810 ms Query analysis: · Query: SIMPLE on stats · Possible keys: PRIMARY,Auto ID · Key Used: PRIMARY · Type: range · Rows: 1038 (Using where; Using temporary; Using filesort) · Query: SIMPLE on posts · Possible keys: PRIMARY · Key Used: PRIMARY · Type: eq_ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/repository/blog/post.php, line 39File: APPPATH/classes/controller/blogs.php, line 617File: 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.255 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/views/templates/blog.php, line 126File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: 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` = 49 LIMIT 1Connection name: default Speed: 0.227 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/views/templates/blog.php, line 126File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: 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` = 48 LIMIT 1Connection name: default Speed: 0.199 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/views/templates/blog.php, line 126File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: 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` = 47 LIMIT 1Connection name: default Speed: 0.191 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/views/templates/blog.php, line 126File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: 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` = 60 LIMIT 1Connection name: default Speed: 0.192 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/views/templates/blog.php, line 126File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: 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` = 62 LIMIT 1Connection name: default Speed: 1.896 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/views/templates/blog.php, line 126File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: 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` = 46 LIMIT 1Connection name: default Speed: 0.215 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/views/templates/blog.php, line 126File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: 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` = 1 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/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/views/templates/blog.php, line 129File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`id` AS `t0_c0`, `t0`.`name` AS `t0_c1`, `t0`.`description` AS `t0_c2`, `t0`.`slug` AS `t0_c3`, `t0`.`group_id` AS `t0_c4`, `t0`.`menu_id` AS `t0_c5`, `t0`.`rulegroup_id` AS `t0_c6`, `t0`.`created_at` AS `t0_c7`, `t0`.`updated_at` AS `t0_c8` FROM `blog_blogs` AS `t0` WHERE `t0`.`id` = '6' LIMIT 1Connection name: default Speed: 0.208 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/views/blog/tag.php, line 506File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` = '1071'Connection name: default Speed: 39.661 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/tag.php, line 511File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`id` AS `t0_c0`, `t0`.`name` AS `t0_c1`, `t0`.`description` AS `t0_c2`, `t0`.`slug` AS `t0_c3`, `t0`.`group_id` AS `t0_c4`, `t0`.`menu_id` AS `t0_c5`, `t0`.`rulegroup_id` AS `t0_c6`, `t0`.`created_at` AS `t0_c7`, `t0`.`updated_at` AS `t0_c8` FROM `blog_blogs` AS `t0` WHERE `t0`.`id` = '6' LIMIT 1Connection name: default Speed: 0.385 ms · DUPLICATE 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/views/blog/tag.php, line 506File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` = '1069'Connection name: default Speed: 31.980 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/tag.php, line 511File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`id` AS `t0_c0`, `t0`.`name` AS `t0_c1`, `t0`.`description` AS `t0_c2`, `t0`.`slug` AS `t0_c3`, `t0`.`group_id` AS `t0_c4`, `t0`.`menu_id` AS `t0_c5`, `t0`.`rulegroup_id` AS `t0_c6`, `t0`.`created_at` AS `t0_c7`, `t0`.`updated_at` AS `t0_c8` FROM `blog_blogs` AS `t0` WHERE `t0`.`id` = '6' LIMIT 1Connection name: default Speed: 1.068 ms · DUPLICATE 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/views/blog/tag.php, line 506File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` = '1057'Connection name: default Speed: 31.731 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/tag.php, line 511File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`id` AS `t0_c0`, `t0`.`name` AS `t0_c1`, `t0`.`description` AS `t0_c2`, `t0`.`slug` AS `t0_c3`, `t0`.`group_id` AS `t0_c4`, `t0`.`menu_id` AS `t0_c5`, `t0`.`rulegroup_id` AS `t0_c6`, `t0`.`created_at` AS `t0_c7`, `t0`.`updated_at` AS `t0_c8` FROM `blog_blogs` AS `t0` WHERE `t0`.`id` = '6' LIMIT 1Connection name: default Speed: 0.327 ms · DUPLICATE 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/views/blog/tag.php, line 506File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` = '1050'Connection name: default Speed: 32.734 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/tag.php, line 511File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`id` AS `t0_c0`, `t0`.`name` AS `t0_c1`, `t0`.`description` AS `t0_c2`, `t0`.`slug` AS `t0_c3`, `t0`.`group_id` AS `t0_c4`, `t0`.`menu_id` AS `t0_c5`, `t0`.`rulegroup_id` AS `t0_c6`, `t0`.`created_at` AS `t0_c7`, `t0`.`updated_at` AS `t0_c8` FROM `blog_blogs` AS `t0` WHERE `t0`.`id` = '6' LIMIT 1Connection name: default Speed: 0.305 ms · DUPLICATE 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/views/blog/tag.php, line 506File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` = '998'Connection name: default Speed: 31.957 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/tag.php, line 511File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`id` AS `t0_c0`, `t0`.`name` AS `t0_c1`, `t0`.`description` AS `t0_c2`, `t0`.`slug` AS `t0_c3`, `t0`.`group_id` AS `t0_c4`, `t0`.`menu_id` AS `t0_c5`, `t0`.`rulegroup_id` AS `t0_c6`, `t0`.`created_at` AS `t0_c7`, `t0`.`updated_at` AS `t0_c8` FROM `blog_blogs` AS `t0` WHERE `t0`.`id` = '5' LIMIT 1Connection name: default Speed: 0.417 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/views/blog/tag.php, line 506File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` = '968'Connection name: default Speed: 32.020 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/tag.php, line 511File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`id` AS `t0_c0`, `t0`.`name` AS `t0_c1`, `t0`.`description` AS `t0_c2`, `t0`.`slug` AS `t0_c3`, `t0`.`group_id` AS `t0_c4`, `t0`.`menu_id` AS `t0_c5`, `t0`.`rulegroup_id` AS `t0_c6`, `t0`.`created_at` AS `t0_c7`, `t0`.`updated_at` AS `t0_c8` FROM `blog_blogs` AS `t0` WHERE `t0`.`id` = '6' LIMIT 1Connection name: default Speed: 0.341 ms · DUPLICATE 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/views/blog/tag.php, line 506File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` = '831'Connection name: default Speed: 31.411 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/tag.php, line 511File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT * FROM `blog_blogs` WHERE `id` = '6' LIMIT 1Connection name: default Speed: 0.320 ms Query analysis: · Query: SIMPLE on blog_blogs · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: APPPATH/classes/model/base.php, line 412File: APPPATH/views/blog/tag.php, line 571File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` IS nullConnection name: default Speed: 31.265 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/tag.php, line 572File: 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/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
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.342 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/views/templates/blog.php, line 134File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
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.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 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/views/templates/blog.php, line 134File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
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.196 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/views/templates/blog.php, line 134File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
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.193 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/views/templates/blog.php, line 134File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
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.191 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/views/templates/blog.php, line 134File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
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.193 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/views/templates/blog.php, line 134File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
5Finder Paths |
179Total Files |
1.58 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 |
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 |
19.44 kB APPPATH/classes/controller/blogs.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 |
3.61 kB VENDORPATH/phpseclib/phpseclib/phpseclib/Crypt/AES.php |
40.80 kB VENDORPATH/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php |
105.19 kB VENDORPATH/phpseclib/phpseclib/phpseclib/Crypt/Base.php |
28.62 kB VENDORPATH/phpseclib/phpseclib/phpseclib/Crypt/Hash.php |
27.65 kB VENDORPATH/paragonie/sodium_compat/src/Core/Util.php |
53.53 kB VENDORPATH/paragonie/sodium_compat/src/Crypto.php |
23.62 kB VENDORPATH/paragonie/sodium_compat/src/Core/BLAKE2b.php |
1.34 kB VENDORPATH/paragonie/sodium_compat/src/Core/XSalsa20.php |
3.59 kB VENDORPATH/paragonie/sodium_compat/src/Core/HSalsa20.php |
8.04 kB VENDORPATH/paragonie/sodium_compat/src/Core/Salsa20.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 |
19.63 kB APPPATH/modules/cms/classes/cms.php |
4.90 kB COREPATH/classes/database/query/builder/join.php |
1.23 kB APPPATH/classes/repository/blog/post.php |
6.31 kB APPPATH/classes/model/blog/post.php |
23.54 kB APPPATH/classes/model/base.php |
58.36 kB PKGPATH/orm/classes/model.php |
697 bytes PKGPATH/orm/classes/observer/self.php |
8.94 kB COREPATH/classes/response.php |
2.93 kB APPPATH/views/templates/blog.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 |
1.42 kB APPPATH/classes/query.php |
41.23 kB PKGPATH/orm/classes/query.php |
17.14 kB PKGPATH/orm/classes/observer/typing.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 |
14.74 kB APPPATH/views/blog/tag.php |
3.84 kB APPPATH/classes/model/blog/blog.php |
6.41 kB APPPATH/classes/model/image.php |
1.31 kB COREPATH/config/date.php |
1.02 kB APPPATH/config/date.php |
6.70 kB PKGPATH/orm/classes/belongsto.php |
4.15 kB PKGPATH/orm/classes/relation.php |
18.24 kB APPPATH/classes/model/user.php |
8.18 kB PKGPATH/orm/classes/hasmany.php |
931 bytes APPPATH/classes/model/blog/comment.php |
1.82 kB APPPATH/views/templates/master/footer.php |
4.74 kB APPPATH/modules/cms/classes/model/post.php |
6.16 kB APPPATH/classes/model/user/rulegroup.php |
496 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 |
date |
› patterns |
%c› › local |
%Y-%m-%d %H:%M:%S› › mysql |
%Y-%m-%d› › mysql_date |
%m/%d/%Y› › us |
%m/%d› › us_short |
%B %d %Y› › us_named |
%l:%M %p, %B %d %Y› › us_full |
%d/%m/%Y› › eu |
%d/%m› › eu_short |
%d %B %Y› › eu_named |
%H:%M, %d %B %Y› › eu_full |
%H:%M› › 24h |
%I:%M %p› › 12h |
%m/%d/%Y %I:%M %p› › us_w_time |
%I:%M %p› › time |
%I:%M %p› › time_simple |
2 Session variables |
https://eseanetwork.openwebportal.com/blogs/tag/eventcurrent_page |
https://eseanetwork.openwebportal.com/blogs/tag/Studentsprev_page |
Based on PHP Quick Profiler | Close Height Bottom |