{"__meta":{"id":"X7519df5c70c54278e6f760bdbe33aadc","datetime":"2024-11-20 18:51:32","utime":1732128692.688985,"method":"GET","uri":"\/blog\/21\/when-kids-ask-tough-questions","ip":"5.255.231.195"},"php":{"version":"8.1.29","interface":"apache2handler"},"messages":{"count":0,"messages":[]},"time":{"start":1732128692.473848,"end":1732128692.688999,"duration":0.2151508331298828,"duration_str":"215ms","measures":[{"label":"Booting","start":1732128692.473848,"relative_start":0,"end":1732128692.496738,"relative_end":1732128692.496738,"duration":0.02288985252380371,"duration_str":"22.89ms","memory":0,"memory_str":"0B","params":[],"collector":null},{"label":"Application","start":1732128692.496747,"relative_start":0.02289891242980957,"end":1732128692.689001,"relative_end":2.1457672119140625e-6,"duration":0.19225406646728516,"duration_str":"192ms","memory":0,"memory_str":"0B","params":[],"collector":null}]},"memory":{"peak_usage":5121208,"peak_usage_str":"5MB"},"exceptions":{"count":0,"exceptions":[]},"views":{"nb_templates":5,"templates":[{"name":"front.blog.view (resources\/views\/front\/blog\/view.blade.php)","param_count":3,"params":["title","blog","relatedBlogs"],"type":"blade"},{"name":"front.layouts.app (resources\/views\/front\/layouts\/app.blade.php)","param_count":12,"params":["__env","app","siteSettings","errors","title","blog","relatedBlogs","__currentLoopData","cat","loop","author","relatedBlog"],"type":"blade"},{"name":"front.includes.popups (resources\/views\/front\/includes\/popups.blade.php)","param_count":32,"params":["__env","app","siteSettings","errors","title","blog","relatedBlogs","__currentLoopData","cat","loop","author","relatedBlog","authUser","liveStreamingEvent","mainMenuCnt","isAuthPage","isAuthPageRoutes","isAuthPageRoute","isLoggedInSection","isLoggedInSectionRoutes","isLoggedInSectionRoute","allMenus","isAttend","searchPage","allMenu","totalChild","menuColumnItemCnt","clsMenuColumn","child","key","clsHideMenu","isMore"],"type":"blade"},{"name":"cookie-consent::index (resources\/views\/vendor\/cookie-consent\/index.blade.php)","param_count":34,"params":["__env","app","siteSettings","errors","title","blog","relatedBlogs","__currentLoopData","cat","loop","author","relatedBlog","authUser","liveStreamingEvent","mainMenuCnt","isAuthPage","isAuthPageRoutes","isAuthPageRoute","isLoggedInSection","isLoggedInSectionRoutes","isLoggedInSectionRoute","allMenus","isAttend","searchPage","allMenu","totalChild","menuColumnItemCnt","clsMenuColumn","child","key","clsHideMenu","isMore","alreadyConsentedWithCookies","cookieConsentConfig"],"type":"blade"},{"name":"cookie-consent::dialogContents (resources\/views\/vendor\/cookie-consent\/dialogContents.blade.php)","param_count":34,"params":["__env","app","siteSettings","errors","title","blog","relatedBlogs","__currentLoopData","cat","loop","author","relatedBlog","authUser","liveStreamingEvent","mainMenuCnt","isAuthPage","isAuthPageRoutes","isAuthPageRoute","isLoggedInSection","isLoggedInSectionRoutes","isLoggedInSectionRoute","allMenus","isAttend","searchPage","allMenu","totalChild","menuColumnItemCnt","clsMenuColumn","child","key","clsHideMenu","isMore","alreadyConsentedWithCookies","cookieConsentConfig"],"type":"blade"}]},"route":{"uri":"GET blog\/{id}\/{slug}","middleware":"web","controller":"App\\Http\\Controllers\\BlogController@view","namespace":"App\\Http\\Controllers","prefix":"","where":[],"as":"blog.view","file":"<a href=\"phpstorm:\/\/open?file=\/var\/www\/html\/mecklenburg-website-laravel\/app\/Http\/Controllers\/BlogController.php&line=52\">app\/Http\/Controllers\/BlogController.php:52-75<\/a>"},"queries":{"nb_statements":34,"nb_failed_statements":0,"accumulated_duration":0.061200000000000004,"accumulated_duration_str":"61.2ms","statements":[{"sql":"select * from `blogs` where `is_active` = 1 and `id` = 21 and `slug` = 'when-kids-ask-tough-questions' and `blogs`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["1","21","when-kids-ask-tough-questions"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\/app\/Helpers\/Function.php","line":225},{"index":17,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Controller.php","line":54},{"index":18,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/ControllerDispatcher.php","line":45},{"index":19,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php","line":262},{"index":20,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php","line":205}],"duration":0.00093,"duration_str":"930\u03bcs","stmt_id":"\/app\/Helpers\/Function.php:225","connection":"mecklenburg","start_percent":0,"width_percent":1.52},{"sql":"select `category_id` from `blog_selected_categories` where `blog_selected_categories`.`blog_id` = 21 and `blog_selected_categories`.`blog_id` is not null and exists (select * from `blog_categories` where `blog_selected_categories`.`category_id` = `blog_categories`.`id` and `blog_categories`.`deleted_at` is null) and `blog_selected_categories`.`deleted_at` is null","type":"query","params":[],"bindings":["21"],"hints":null,"show_copy":false,"backtrace":[{"index":16,"namespace":null,"name":"\/app\/Http\/Controllers\/BlogController.php","line":69},{"index":17,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Controller.php","line":54},{"index":18,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/ControllerDispatcher.php","line":45},{"index":19,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php","line":262},{"index":20,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php","line":205}],"duration":0.00121,"duration_str":"1.21ms","stmt_id":"\/app\/Http\/Controllers\/BlogController.php:69","connection":"mecklenburg","start_percent":1.52,"width_percent":1.977},{"sql":"select `blog_id` from `blog_selected_categories` where `category_id` in (33, 34, 31) and `blog_selected_categories`.`deleted_at` is null","type":"query","params":[],"bindings":["33","34","31"],"hints":null,"show_copy":false,"backtrace":[{"index":13,"namespace":null,"name":"\/app\/Repository\/BlogRepository.php","line":205},{"index":14,"namespace":null,"name":"\/app\/Http\/Controllers\/BlogController.php","line":69},{"index":15,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Controller.php","line":54},{"index":16,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/ControllerDispatcher.php","line":45},{"index":17,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php","line":262}],"duration":0.00111,"duration_str":"1.11ms","stmt_id":"\/app\/Repository\/BlogRepository.php:205","connection":"mecklenburg","start_percent":3.497,"width_percent":1.814},{"sql":"select * from `blogs` where `is_active` = 1 and `id` <> 21 and `id` in (14, 15, 16, 17, 18, 19, 21, 18, 20, 21, 21) and `blogs`.`deleted_at` is null order by RAND() limit 3","type":"query","params":[],"bindings":["1","21","14","15","16","17","18","19","21","18","20","21","21"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":null,"name":"\/app\/Helpers\/Function.php","line":223},{"index":16,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Controller.php","line":54},{"index":17,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/ControllerDispatcher.php","line":45},{"index":18,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php","line":262},{"index":19,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php","line":205}],"duration":0.00235,"duration_str":"2.35ms","stmt_id":"\/app\/Helpers\/Function.php:223","connection":"mecklenburg","start_percent":5.31,"width_percent":3.84},{"sql":"select * from `blog_selected_categories` where `blog_selected_categories`.`blog_id` = 21 and `blog_selected_categories`.`blog_id` is not null and exists (select * from `blog_categories` where `blog_selected_categories`.`category_id` = `blog_categories`.`id` and `blog_categories`.`deleted_at` is null) and `blog_selected_categories`.`deleted_at` is null","type":"query","params":[],"bindings":["21"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":9},{"index":21,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":22,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":23,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61},{"index":24,"namespace":null,"name":"\/vendor\/facade\/ignition\/src\/Views\/Engines\/CompilerEngine.php","line":37}],"duration":0.00108,"duration_str":"1.08ms","stmt_id":"view::fef27ce69a44002db2646e55f7476cb719d9bb21:9","connection":"mecklenburg","start_percent":9.15,"width_percent":1.765},{"sql":"select * from `blog_categories` where `blog_categories`.`id` = 33 and `blog_categories`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["33"],"hints":null,"show_copy":false,"backtrace":[{"index":21,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":10},{"index":23,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":24,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":25,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61},{"index":26,"namespace":null,"name":"\/vendor\/facade\/ignition\/src\/Views\/Engines\/CompilerEngine.php","line":37}],"duration":0.00054,"duration_str":"540\u03bcs","stmt_id":"view::fef27ce69a44002db2646e55f7476cb719d9bb21:10","connection":"mecklenburg","start_percent":10.915,"width_percent":0.882},{"sql":"select * from `blog_categories` where `blog_categories`.`id` = 34 and `blog_categories`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["34"],"hints":null,"show_copy":false,"backtrace":[{"index":21,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":10},{"index":23,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":24,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":25,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61},{"index":26,"namespace":null,"name":"\/vendor\/facade\/ignition\/src\/Views\/Engines\/CompilerEngine.php","line":37}],"duration":0.00046,"duration_str":"460\u03bcs","stmt_id":"view::fef27ce69a44002db2646e55f7476cb719d9bb21:10","connection":"mecklenburg","start_percent":11.797,"width_percent":0.752},{"sql":"select * from `blog_categories` where `blog_categories`.`id` = 31 and `blog_categories`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["31"],"hints":null,"show_copy":false,"backtrace":[{"index":21,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":10},{"index":23,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":24,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":25,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61},{"index":26,"namespace":null,"name":"\/vendor\/facade\/ignition\/src\/Views\/Engines\/CompilerEngine.php","line":37}],"duration":0.00043,"duration_str":"430\u03bcs","stmt_id":"view::fef27ce69a44002db2646e55f7476cb719d9bb21:10","connection":"mecklenburg","start_percent":12.549,"width_percent":0.703},{"sql":"select * from `blog_selected_authors` where `blog_selected_authors`.`blog_id` = 21 and `blog_selected_authors`.`blog_id` is not null and exists (select * from `blog_authors` where `blog_selected_authors`.`author_id` = `blog_authors`.`id` and `blog_authors`.`deleted_at` is null) and `blog_selected_authors`.`deleted_at` is null","type":"query","params":[],"bindings":["21"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":37},{"index":21,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":22,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":23,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61},{"index":24,"namespace":null,"name":"\/vendor\/facade\/ignition\/src\/Views\/Engines\/CompilerEngine.php","line":37}],"duration":0.00064,"duration_str":"640\u03bcs","stmt_id":"view::fef27ce69a44002db2646e55f7476cb719d9bb21:37","connection":"mecklenburg","start_percent":13.252,"width_percent":1.046},{"sql":"select * from `blog_authors` where `blog_authors`.`id` = 32 and `blog_authors`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["32"],"hints":null,"show_copy":false,"backtrace":[{"index":21,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":39},{"index":23,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":24,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":25,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61},{"index":26,"namespace":null,"name":"\/vendor\/facade\/ignition\/src\/Views\/Engines\/CompilerEngine.php","line":37}],"duration":0.00045,"duration_str":"450\u03bcs","stmt_id":"view::fef27ce69a44002db2646e55f7476cb719d9bb21:39","connection":"mecklenburg","start_percent":14.297,"width_percent":0.735},{"sql":"select count(*) as aggregate from `blog_selected_categories` where `blog_selected_categories`.`blog_id` = 18 and `blog_selected_categories`.`blog_id` is not null and exists (select * from `blog_categories` where `blog_selected_categories`.`category_id` = `blog_categories`.`id` and `blog_categories`.`deleted_at` is null) and `blog_selected_categories`.`deleted_at` is null","type":"query","params":[],"bindings":["18"],"hints":null,"show_copy":false,"backtrace":[{"index":18,"namespace":null,"name":"\/app\/Models\/Blog.php","line":43},{"index":25,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":68},{"index":27,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":29,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.0005899999999999999,"duration_str":"590\u03bcs","stmt_id":"\/app\/Models\/Blog.php:43","connection":"mecklenburg","start_percent":15.033,"width_percent":0.964},{"sql":"select * from `blog_selected_categories` where `blog_selected_categories`.`blog_id` = 18 and `blog_selected_categories`.`blog_id` is not null and exists (select * from `blog_categories` where `blog_selected_categories`.`category_id` = `blog_categories`.`id` and `blog_categories`.`deleted_at` is null) and `blog_selected_categories`.`deleted_at` is null","type":"query","params":[],"bindings":["18"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\/app\/Models\/Blog.php","line":45},{"index":26,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":68},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":29,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":30,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00053,"duration_str":"530\u03bcs","stmt_id":"\/app\/Models\/Blog.php:45","connection":"mecklenburg","start_percent":15.997,"width_percent":0.866},{"sql":"select * from `blog_categories` where `blog_categories`.`id` = 33 and `blog_categories`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["33"],"hints":null,"show_copy":false,"backtrace":[{"index":21,"namespace":null,"name":"\/app\/Models\/Blog.php","line":46},{"index":28,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":68},{"index":30,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":31,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":32,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00054,"duration_str":"540\u03bcs","stmt_id":"\/app\/Models\/Blog.php:46","connection":"mecklenburg","start_percent":16.863,"width_percent":0.882},{"sql":"select * from `blog_categories` where `blog_categories`.`id` = 31 and `blog_categories`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["31"],"hints":null,"show_copy":false,"backtrace":[{"index":21,"namespace":null,"name":"\/app\/Models\/Blog.php","line":46},{"index":28,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":68},{"index":30,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":31,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":32,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00041,"duration_str":"410\u03bcs","stmt_id":"\/app\/Models\/Blog.php:46","connection":"mecklenburg","start_percent":17.745,"width_percent":0.67},{"sql":"select count(*) as aggregate from `blog_selected_categories` where `blog_selected_categories`.`blog_id` = 18 and `blog_selected_categories`.`blog_id` is not null and exists (select * from `blog_categories` where `blog_selected_categories`.`category_id` = `blog_categories`.`id` and `blog_categories`.`deleted_at` is null) and `blog_selected_categories`.`deleted_at` is null","type":"query","params":[],"bindings":["18"],"hints":null,"show_copy":false,"backtrace":[{"index":18,"namespace":null,"name":"\/app\/Models\/Blog.php","line":43},{"index":24,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":68},{"index":26,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":27,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.0005899999999999999,"duration_str":"590\u03bcs","stmt_id":"\/app\/Models\/Blog.php:43","connection":"mecklenburg","start_percent":18.415,"width_percent":0.964},{"sql":"select count(*) as aggregate from `blog_selected_authors` where `blog_selected_authors`.`blog_id` = 18 and `blog_selected_authors`.`blog_id` is not null and exists (select * from `blog_authors` where `blog_selected_authors`.`author_id` = `blog_authors`.`id` and `blog_authors`.`deleted_at` is null) and `blog_selected_authors`.`deleted_at` is null","type":"query","params":[],"bindings":["18"],"hints":null,"show_copy":false,"backtrace":[{"index":18,"namespace":null,"name":"\/app\/Models\/Blog.php","line":28},{"index":24,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":76},{"index":26,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":27,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.0005200000000000001,"duration_str":"520\u03bcs","stmt_id":"\/app\/Models\/Blog.php:28","connection":"mecklenburg","start_percent":19.379,"width_percent":0.85},{"sql":"select * from `blog_selected_authors` where `blog_selected_authors`.`blog_id` = 18 and `blog_selected_authors`.`blog_id` is not null and exists (select * from `blog_authors` where `blog_selected_authors`.`author_id` = `blog_authors`.`id` and `blog_authors`.`deleted_at` is null) and `blog_selected_authors`.`deleted_at` is null","type":"query","params":[],"bindings":["18"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\/app\/Models\/Blog.php","line":30},{"index":25,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":76},{"index":27,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":29,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00057,"duration_str":"570\u03bcs","stmt_id":"\/app\/Models\/Blog.php:30","connection":"mecklenburg","start_percent":20.229,"width_percent":0.931},{"sql":"select * from `blog_authors` where `blog_authors`.`id` = 32 and `blog_authors`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["32"],"hints":null,"show_copy":false,"backtrace":[{"index":21,"namespace":null,"name":"\/app\/Models\/Blog.php","line":31},{"index":27,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":76},{"index":29,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":30,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":31,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00044,"duration_str":"440\u03bcs","stmt_id":"\/app\/Models\/Blog.php:31","connection":"mecklenburg","start_percent":21.16,"width_percent":0.719},{"sql":"select count(*) as aggregate from `blog_selected_categories` where `blog_selected_categories`.`blog_id` = 20 and `blog_selected_categories`.`blog_id` is not null and exists (select * from `blog_categories` where `blog_selected_categories`.`category_id` = `blog_categories`.`id` and `blog_categories`.`deleted_at` is null) and `blog_selected_categories`.`deleted_at` is null","type":"query","params":[],"bindings":["20"],"hints":null,"show_copy":false,"backtrace":[{"index":18,"namespace":null,"name":"\/app\/Models\/Blog.php","line":43},{"index":25,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":68},{"index":27,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":29,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00109,"duration_str":"1.09ms","stmt_id":"\/app\/Models\/Blog.php:43","connection":"mecklenburg","start_percent":21.879,"width_percent":1.781},{"sql":"select * from `blog_selected_categories` where `blog_selected_categories`.`blog_id` = 20 and `blog_selected_categories`.`blog_id` is not null and exists (select * from `blog_categories` where `blog_selected_categories`.`category_id` = `blog_categories`.`id` and `blog_categories`.`deleted_at` is null) and `blog_selected_categories`.`deleted_at` is null","type":"query","params":[],"bindings":["20"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\/app\/Models\/Blog.php","line":45},{"index":26,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":68},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":29,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":30,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00262,"duration_str":"2.62ms","stmt_id":"\/app\/Models\/Blog.php:45","connection":"mecklenburg","start_percent":23.66,"width_percent":4.281},{"sql":"select * from `blog_categories` where `blog_categories`.`id` = 33 and `blog_categories`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["33"],"hints":null,"show_copy":false,"backtrace":[{"index":21,"namespace":null,"name":"\/app\/Models\/Blog.php","line":46},{"index":28,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":68},{"index":30,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":31,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":32,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00064,"duration_str":"640\u03bcs","stmt_id":"\/app\/Models\/Blog.php:46","connection":"mecklenburg","start_percent":27.941,"width_percent":1.046},{"sql":"select count(*) as aggregate from `blog_selected_categories` where `blog_selected_categories`.`blog_id` = 20 and `blog_selected_categories`.`blog_id` is not null and exists (select * from `blog_categories` where `blog_selected_categories`.`category_id` = `blog_categories`.`id` and `blog_categories`.`deleted_at` is null) and `blog_selected_categories`.`deleted_at` is null","type":"query","params":[],"bindings":["20"],"hints":null,"show_copy":false,"backtrace":[{"index":18,"namespace":null,"name":"\/app\/Models\/Blog.php","line":43},{"index":24,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":68},{"index":26,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":27,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00204,"duration_str":"2.04ms","stmt_id":"\/app\/Models\/Blog.php:43","connection":"mecklenburg","start_percent":28.987,"width_percent":3.333},{"sql":"select count(*) as aggregate from `blog_selected_authors` where `blog_selected_authors`.`blog_id` = 20 and `blog_selected_authors`.`blog_id` is not null and exists (select * from `blog_authors` where `blog_selected_authors`.`author_id` = `blog_authors`.`id` and `blog_authors`.`deleted_at` is null) and `blog_selected_authors`.`deleted_at` is null","type":"query","params":[],"bindings":["20"],"hints":null,"show_copy":false,"backtrace":[{"index":18,"namespace":null,"name":"\/app\/Models\/Blog.php","line":28},{"index":24,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":76},{"index":26,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":27,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00135,"duration_str":"1.35ms","stmt_id":"\/app\/Models\/Blog.php:28","connection":"mecklenburg","start_percent":32.32,"width_percent":2.206},{"sql":"select * from `blog_selected_authors` where `blog_selected_authors`.`blog_id` = 20 and `blog_selected_authors`.`blog_id` is not null and exists (select * from `blog_authors` where `blog_selected_authors`.`author_id` = `blog_authors`.`id` and `blog_authors`.`deleted_at` is null) and `blog_selected_authors`.`deleted_at` is null","type":"query","params":[],"bindings":["20"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\/app\/Models\/Blog.php","line":30},{"index":25,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":76},{"index":27,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":29,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00057,"duration_str":"570\u03bcs","stmt_id":"\/app\/Models\/Blog.php:30","connection":"mecklenburg","start_percent":34.526,"width_percent":0.931},{"sql":"select * from `blog_authors` where `blog_authors`.`id` = 32 and `blog_authors`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["32"],"hints":null,"show_copy":false,"backtrace":[{"index":21,"namespace":null,"name":"\/app\/Models\/Blog.php","line":31},{"index":27,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":76},{"index":29,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":30,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":31,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00068,"duration_str":"680\u03bcs","stmt_id":"\/app\/Models\/Blog.php:31","connection":"mecklenburg","start_percent":35.458,"width_percent":1.111},{"sql":"select count(*) as aggregate from `blog_selected_categories` where `blog_selected_categories`.`blog_id` = 16 and `blog_selected_categories`.`blog_id` is not null and exists (select * from `blog_categories` where `blog_selected_categories`.`category_id` = `blog_categories`.`id` and `blog_categories`.`deleted_at` is null) and `blog_selected_categories`.`deleted_at` is null","type":"query","params":[],"bindings":["16"],"hints":null,"show_copy":false,"backtrace":[{"index":18,"namespace":null,"name":"\/app\/Models\/Blog.php","line":43},{"index":25,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":68},{"index":27,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":29,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00087,"duration_str":"870\u03bcs","stmt_id":"\/app\/Models\/Blog.php:43","connection":"mecklenburg","start_percent":36.569,"width_percent":1.422},{"sql":"select * from `blog_selected_categories` where `blog_selected_categories`.`blog_id` = 16 and `blog_selected_categories`.`blog_id` is not null and exists (select * from `blog_categories` where `blog_selected_categories`.`category_id` = `blog_categories`.`id` and `blog_categories`.`deleted_at` is null) and `blog_selected_categories`.`deleted_at` is null","type":"query","params":[],"bindings":["16"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\/app\/Models\/Blog.php","line":45},{"index":26,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":68},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":29,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":30,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.0005899999999999999,"duration_str":"590\u03bcs","stmt_id":"\/app\/Models\/Blog.php:45","connection":"mecklenburg","start_percent":37.99,"width_percent":0.964},{"sql":"select * from `blog_categories` where `blog_categories`.`id` = 32 and `blog_categories`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["32"],"hints":null,"show_copy":false,"backtrace":[{"index":21,"namespace":null,"name":"\/app\/Models\/Blog.php","line":46},{"index":28,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":68},{"index":30,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":31,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":32,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.0005,"duration_str":"500\u03bcs","stmt_id":"\/app\/Models\/Blog.php:46","connection":"mecklenburg","start_percent":38.954,"width_percent":0.817},{"sql":"select * from `blog_categories` where `blog_categories`.`id` = 31 and `blog_categories`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["31"],"hints":null,"show_copy":false,"backtrace":[{"index":21,"namespace":null,"name":"\/app\/Models\/Blog.php","line":46},{"index":28,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":68},{"index":30,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":31,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":32,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00074,"duration_str":"740\u03bcs","stmt_id":"\/app\/Models\/Blog.php:46","connection":"mecklenburg","start_percent":39.771,"width_percent":1.209},{"sql":"select count(*) as aggregate from `blog_selected_categories` where `blog_selected_categories`.`blog_id` = 16 and `blog_selected_categories`.`blog_id` is not null and exists (select * from `blog_categories` where `blog_selected_categories`.`category_id` = `blog_categories`.`id` and `blog_categories`.`deleted_at` is null) and `blog_selected_categories`.`deleted_at` is null","type":"query","params":[],"bindings":["16"],"hints":null,"show_copy":false,"backtrace":[{"index":18,"namespace":null,"name":"\/app\/Models\/Blog.php","line":43},{"index":24,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":68},{"index":26,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":27,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.0011200000000000001,"duration_str":"1.12ms","stmt_id":"\/app\/Models\/Blog.php:43","connection":"mecklenburg","start_percent":40.98,"width_percent":1.83},{"sql":"select count(*) as aggregate from `blog_selected_authors` where `blog_selected_authors`.`blog_id` = 16 and `blog_selected_authors`.`blog_id` is not null and exists (select * from `blog_authors` where `blog_selected_authors`.`author_id` = `blog_authors`.`id` and `blog_authors`.`deleted_at` is null) and `blog_selected_authors`.`deleted_at` is null","type":"query","params":[],"bindings":["16"],"hints":null,"show_copy":false,"backtrace":[{"index":18,"namespace":null,"name":"\/app\/Models\/Blog.php","line":28},{"index":24,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":76},{"index":26,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":27,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.0059900000000000005,"duration_str":"5.99ms","stmt_id":"\/app\/Models\/Blog.php:28","connection":"mecklenburg","start_percent":42.81,"width_percent":9.788},{"sql":"select * from `blog_selected_authors` where `blog_selected_authors`.`blog_id` = 16 and `blog_selected_authors`.`blog_id` is not null and exists (select * from `blog_authors` where `blog_selected_authors`.`author_id` = `blog_authors`.`id` and `blog_authors`.`deleted_at` is null) and `blog_selected_authors`.`deleted_at` is null","type":"query","params":[],"bindings":["16"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\/app\/Models\/Blog.php","line":30},{"index":25,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":76},{"index":27,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":28,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":29,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00078,"duration_str":"780\u03bcs","stmt_id":"\/app\/Models\/Blog.php:30","connection":"mecklenburg","start_percent":52.598,"width_percent":1.275},{"sql":"select * from `blog_authors` where `blog_authors`.`id` = 32 and `blog_authors`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["32"],"hints":null,"show_copy":false,"backtrace":[{"index":21,"namespace":null,"name":"\/app\/Models\/Blog.php","line":31},{"index":27,"namespace":"view","name":"fef27ce69a44002db2646e55f7476cb719d9bb21","line":76},{"index":29,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":30,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":31,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61}],"duration":0.00092,"duration_str":"920\u03bcs","stmt_id":"\/app\/Models\/Blog.php:31","connection":"mecklenburg","start_percent":53.873,"width_percent":1.503},{"sql":"select * from `events` where `is_active` = 1 and `type` like '%Online%' and `video_link` is not null and `start_date_time` <= '2024-11-20 18:51:32' and `end_date_time` >= '2024-11-20 18:51:32' and `events`.`deleted_at` is null order by `start_date_time` asc limit 1","type":"query","params":[],"bindings":["1","%Online%","2024-11-20 18:51:32","2024-11-20 18:51:32"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\/app\/Helpers\/Function.php","line":1341},{"index":18,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/Filesystem\/Filesystem.php","line":108},{"index":19,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/PhpEngine.php","line":58},{"index":20,"namespace":null,"name":"\/vendor\/laravel\/framework\/src\/Illuminate\/View\/Engines\/CompilerEngine.php","line":61},{"index":21,"namespace":null,"name":"\/vendor\/facade\/ignition\/src\/Views\/Engines\/CompilerEngine.php","line":37}],"duration":0.027309999999999997,"duration_str":"27.31ms","stmt_id":"\/app\/Helpers\/Function.php:1341","connection":"mecklenburg","start_percent":55.376,"width_percent":44.624}]},"models":{"data":{"App\\Models\\BlogAuthor":4,"App\\Models\\BlogSelectedAuthor":4,"App\\Models\\BlogCategory":8,"App\\Models\\BlogSelectedCategory":8,"App\\Models\\Blog":4},"count":28},"swiftmailer_mails":{"count":0,"mails":[]},"gate":{"count":0,"messages":[]},"session":{"password_allow_events":"[]","password_allow_classes":"[]","password_allow_contents":"[]","password_allow_blogs":"[]","password_allow_content_series":"[]","_token":"LEalHXSlL5h8skRsDBN3LRQywIUjDbNwVOWYLUQx","_previous":"array:1 [\n  \"url\" => \"https:\/\/www.icampus.mecklenburg.org\/blog\/21\/when-kids-ask-tough-questions\"\n]","_flash":"array:2 [\n  \"old\" => []\n  \"new\" => []\n]","PHPDEBUGBAR_STACK_DATA":"[]"},"request":{"path_info":"\/blog\/21\/when-kids-ask-tough-questions","status_code":"<pre class=sf-dump id=sf-dump-36319610 data-indent-pad=\"  \"><span class=sf-dump-num>200<\/span>\n<\/pre><script>Sfdump(\"sf-dump-36319610\", {\"maxDepth\":0})<\/script>\n","status_text":"OK","format":"html","content_type":"text\/html; charset=UTF-8","request_query":"<pre class=sf-dump id=sf-dump-735264715 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-735264715\", {\"maxDepth\":0})<\/script>\n","request_request":"<pre class=sf-dump id=sf-dump-535796171 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-535796171\", {\"maxDepth\":0})<\/script>\n","request_headers":"<pre class=sf-dump id=sf-dump-2048679167 data-indent-pad=\"  \"><span class=sf-dump-note>array:6<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>host<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"27 characters\">www.icampus.mecklenburg.org<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept-encoding<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"12 characters\">gzip,deflate<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>user-agent<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"64 characters\">Mozilla\/5.0 (compatible; YandexBot\/3.0; +http:\/\/yandex.com\/bots)<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>from<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"24 characters\">support@search.yandex.ru<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"63 characters\">text\/html,application\/xhtml+xml,application\/xml;q=0.9,*\/*;q=0.8<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>connection<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"10 characters\">keep-alive<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-2048679167\", {\"maxDepth\":0})<\/script>\n","request_server":"<pre class=sf-dump id=sf-dump-1674283519 data-indent-pad=\"  \"><span class=sf-dump-note>array:35<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>REDIRECT_HTTPS<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">on<\/span>\"\n  \"<span class=sf-dump-key>REDIRECT_SSL_TLS_SNI<\/span>\" => \"<span class=sf-dump-str title=\"27 characters\">www.icampus.mecklenburg.org<\/span>\"\n  \"<span class=sf-dump-key>REDIRECT_STATUS<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">200<\/span>\"\n  \"<span class=sf-dump-key>HTTPS<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">on<\/span>\"\n  \"<span class=sf-dump-key>SSL_TLS_SNI<\/span>\" => \"<span class=sf-dump-str title=\"27 characters\">www.icampus.mecklenburg.org<\/span>\"\n  \"<span class=sf-dump-key>HTTP_HOST<\/span>\" => \"<span class=sf-dump-str title=\"27 characters\">www.icampus.mecklenburg.org<\/span>\"\n  \"<span class=sf-dump-key>HTTP_ACCEPT_ENCODING<\/span>\" => \"<span class=sf-dump-str title=\"12 characters\">gzip,deflate<\/span>\"\n  \"<span class=sf-dump-key>HTTP_USER_AGENT<\/span>\" => \"<span class=sf-dump-str title=\"64 characters\">Mozilla\/5.0 (compatible; YandexBot\/3.0; +http:\/\/yandex.com\/bots)<\/span>\"\n  \"<span class=sf-dump-key>HTTP_FROM<\/span>\" => \"<span class=sf-dump-str title=\"24 characters\">support@search.yandex.ru<\/span>\"\n  \"<span class=sf-dump-key>HTTP_ACCEPT<\/span>\" => \"<span class=sf-dump-str title=\"63 characters\">text\/html,application\/xhtml+xml,application\/xml;q=0.9,*\/*;q=0.8<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CONNECTION<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">keep-alive<\/span>\"\n  \"<span class=sf-dump-key>PATH<\/span>\" => \"<span class=sf-dump-str title=\"70 characters\">\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin:\/snap\/bin<\/span>\"\n  \"<span class=sf-dump-key>SERVER_SIGNATURE<\/span>\" => \"<span class=sf-dump-str title=\"89 characters\">&lt;address&gt;Apache\/2.4.41 (Ubuntu) Server at www.icampus.mecklenburg.org Port 443&lt;\/address&gt;<span class=\"sf-dump-default sf-dump-ns\">\\n<\/span><\/span>\"\n  \"<span class=sf-dump-key>SERVER_SOFTWARE<\/span>\" => \"<span class=sf-dump-str title=\"22 characters\">Apache\/2.4.41 (Ubuntu)<\/span>\"\n  \"<span class=sf-dump-key>SERVER_NAME<\/span>\" => \"<span class=sf-dump-str title=\"27 characters\">www.icampus.mecklenburg.org<\/span>\"\n  \"<span class=sf-dump-key>SERVER_ADDR<\/span>\" => \"<span class=sf-dump-str title=\"12 characters\">172.31.10.79<\/span>\"\n  \"<span class=sf-dump-key>SERVER_PORT<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">443<\/span>\"\n  \"<span class=sf-dump-key>REMOTE_ADDR<\/span>\" => \"<span class=sf-dump-str title=\"13 characters\">5.255.231.195<\/span>\"\n  \"<span class=sf-dump-key>DOCUMENT_ROOT<\/span>\" => \"<span class=sf-dump-str title=\"48 characters\">\/var\/www\/html\/mecklenburg-website-laravel\/public<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_SCHEME<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">https<\/span>\"\n  \"<span class=sf-dump-key>CONTEXT_PREFIX<\/span>\" => \"\"\n  \"<span class=sf-dump-key>CONTEXT_DOCUMENT_ROOT<\/span>\" => \"<span class=sf-dump-str title=\"48 characters\">\/var\/www\/html\/mecklenburg-website-laravel\/public<\/span>\"\n  \"<span class=sf-dump-key>SERVER_ADMIN<\/span>\" => \"<span class=sf-dump-str title=\"19 characters\">webmaster@localhost<\/span>\"\n  \"<span class=sf-dump-key>SCRIPT_FILENAME<\/span>\" => \"<span class=sf-dump-str title=\"58 characters\">\/var\/www\/html\/mecklenburg-website-laravel\/public\/index.php<\/span>\"\n  \"<span class=sf-dump-key>REMOTE_PORT<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">56764<\/span>\"\n  \"<span class=sf-dump-key>REDIRECT_URL<\/span>\" => \"<span class=sf-dump-str title=\"38 characters\">\/blog\/21\/when-kids-ask-tough-questions<\/span>\"\n  \"<span class=sf-dump-key>GATEWAY_INTERFACE<\/span>\" => \"<span class=sf-dump-str title=\"7 characters\">CGI\/1.1<\/span>\"\n  \"<span class=sf-dump-key>SERVER_PROTOCOL<\/span>\" => \"<span class=sf-dump-str title=\"8 characters\">HTTP\/1.1<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_METHOD<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">GET<\/span>\"\n  \"<span class=sf-dump-key>QUERY_STRING<\/span>\" => \"\"\n  \"<span class=sf-dump-key>REQUEST_URI<\/span>\" => \"<span class=sf-dump-str title=\"38 characters\">\/blog\/21\/when-kids-ask-tough-questions<\/span>\"\n  \"<span class=sf-dump-key>SCRIPT_NAME<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">\/index.php<\/span>\"\n  \"<span class=sf-dump-key>PHP_SELF<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">\/index.php<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_TIME_FLOAT<\/span>\" => <span class=sf-dump-num>1732128692.4738<\/span>\n  \"<span class=sf-dump-key>REQUEST_TIME<\/span>\" => <span class=sf-dump-num>1732128692<\/span>\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1674283519\", {\"maxDepth\":0})<\/script>\n","request_cookies":"<pre class=sf-dump id=sf-dump-2145440346 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-2145440346\", {\"maxDepth\":0})<\/script>\n","response_headers":"<pre class=sf-dump id=sf-dump-2126282348 data-indent-pad=\"  \"><span class=sf-dump-note>array:5<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>content-type<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"24 characters\">text\/html; charset=UTF-8<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cache-control<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"17 characters\">no-cache, private<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>date<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"29 characters\">Wed, 20 Nov 2024 18:51:32 GMT<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>set-cookie<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"436 characters\">XSRF-TOKEN=eyJpdiI6Im5sTldneEVxdGRKWFBHV2FuSDFHN3c9PSIsInZhbHVlIjoiS2ZCS1JPNGloWXJRMktCYUdXb3EzemVnd1BURnc4WUpUVm5KVVg3amQ5SEFQelpxazhXT3JFUkdTMnNaV2lPMVVUTW5Vd041SFRyQzJIVm54TThQVjZZQjJnYk80SnNHWXQ0MzhzZDNJREpoS3RGNWpXZDhFWVp0c3A1Y2lJVkEiLCJtYWMiOiJjNTE4MzhkODRkNjY4MDY4NTZmYTgzNDM3YmExYzZjMTMwMzc1ZmFkMzJlOTZmZTI4OWQ5MDU5NzAzMmRiYWVkIiwidGFnIjoiIn0%3D; expires=Wed, 20-Nov-2024 20:51:32 GMT; Max-Age=7200; path=\/; secure; samesite=lax<\/span>\"\n    <span class=sf-dump-index>1<\/span> => \"<span class=sf-dump-str title=\"472 characters\">mecklenburg_community_church_session=eyJpdiI6IlhkMDRjSmVPL25PazdSTTRiMVp0Rnc9PSIsInZhbHVlIjoiVUE0S3dzU3dCTFBaaUdtMTFGa0pobEpJMG10TlJuZHo5MFZNcWpBTWVzWXBCbHFPYVZqNGtENmlvODIvQ24zZjNtSndkOFpHSDBFa0RqTjVrU3hCNkdxSmp6VmRNRERqdDRJWEFuVUwveU50TG9Nd05DcE9GWld4ZGo3QmZVdkwiLCJtYWMiOiIzMWFlZDZmYWY3MWUyOGQ3ZTdkZmYyZTVmOTJiMDk0NGI4Y2U4MGY5ZmNjNjRiYWJhZmM4ODkwNDRiODJlNWQ3IiwidGFnIjoiIn0%3D; expires=Wed, 20-Nov-2024 20:51:32 GMT; Max-Age=7200; path=\/; secure; httponly; samesite=lax<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>Set-Cookie<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"408 characters\">XSRF-TOKEN=eyJpdiI6Im5sTldneEVxdGRKWFBHV2FuSDFHN3c9PSIsInZhbHVlIjoiS2ZCS1JPNGloWXJRMktCYUdXb3EzemVnd1BURnc4WUpUVm5KVVg3amQ5SEFQelpxazhXT3JFUkdTMnNaV2lPMVVUTW5Vd041SFRyQzJIVm54TThQVjZZQjJnYk80SnNHWXQ0MzhzZDNJREpoS3RGNWpXZDhFWVp0c3A1Y2lJVkEiLCJtYWMiOiJjNTE4MzhkODRkNjY4MDY4NTZmYTgzNDM3YmExYzZjMTMwMzc1ZmFkMzJlOTZmZTI4OWQ5MDU5NzAzMmRiYWVkIiwidGFnIjoiIn0%3D; expires=Wed, 20-Nov-2024 20:51:32 GMT; path=\/; secure<\/span>\"\n    <span class=sf-dump-index>1<\/span> => \"<span class=sf-dump-str title=\"444 characters\">mecklenburg_community_church_session=eyJpdiI6IlhkMDRjSmVPL25PazdSTTRiMVp0Rnc9PSIsInZhbHVlIjoiVUE0S3dzU3dCTFBaaUdtMTFGa0pobEpJMG10TlJuZHo5MFZNcWpBTWVzWXBCbHFPYVZqNGtENmlvODIvQ24zZjNtSndkOFpHSDBFa0RqTjVrU3hCNkdxSmp6VmRNRERqdDRJWEFuVUwveU50TG9Nd05DcE9GWld4ZGo3QmZVdkwiLCJtYWMiOiIzMWFlZDZmYWY3MWUyOGQ3ZTdkZmYyZTVmOTJiMDk0NGI4Y2U4MGY5ZmNjNjRiYWJhZmM4ODkwNDRiODJlNWQ3IiwidGFnIjoiIn0%3D; expires=Wed, 20-Nov-2024 20:51:32 GMT; path=\/; secure; httponly<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-2126282348\", {\"maxDepth\":0})<\/script>\n","session_attributes":"<pre class=sf-dump id=sf-dump-1486592323 data-indent-pad=\"  \"><span class=sf-dump-note>array:9<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>password_allow_events<\/span>\" => []\n  \"<span class=sf-dump-key>password_allow_classes<\/span>\" => []\n  \"<span class=sf-dump-key>password_allow_contents<\/span>\" => []\n  \"<span class=sf-dump-key>password_allow_blogs<\/span>\" => []\n  \"<span class=sf-dump-key>password_allow_content_series<\/span>\" => []\n  \"<span class=sf-dump-key>_token<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">LEalHXSlL5h8skRsDBN3LRQywIUjDbNwVOWYLUQx<\/span>\"\n  \"<span class=sf-dump-key>_previous<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    \"<span class=sf-dump-key>url<\/span>\" => \"<span class=sf-dump-str title=\"73 characters\">https:\/\/www.icampus.mecklenburg.org\/blog\/21\/when-kids-ask-tough-questions<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>_flash<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    \"<span class=sf-dump-key>old<\/span>\" => []\n    \"<span class=sf-dump-key>new<\/span>\" => []\n  <\/samp>]\n  \"<span class=sf-dump-key>PHPDEBUGBAR_STACK_DATA<\/span>\" => []\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1486592323\", {\"maxDepth\":0})<\/script>\n"}}