News

All Aboard the Rocky Mountaineer

All Aboard the Rocky Mountaineer

From the iconic to the unexpected, the city of San Francisco never ceases to surprise. Kick-start your effortlessly delivered Northern California holiday in the cosmopolitan hills of The City . Join your Travel Director and fellow[...]
Read More
City Spotlight: Philadelphia

City Spotlight: Philadelphia

From the iconic to the unexpected, the city of San Francisco never ceases to surprise. Kick-start your effortlessly delivered Northern California holiday in the cosmopolitan hills of The City . Join your Travel Director and fellow[...]
Read More
Tiptoe through the Tulips of Washington

Tiptoe through the Tulips of Washington

From the iconic to the unexpected, the city of San Francisco never ceases to surprise. Kick-start your effortlessly delivered Northern California holiday in the cosmopolitan hills of The City . Join your Travel Director and fellow[...]
Read More
America  National Parks with Denver

America National Parks with Denver

From the iconic to the unexpected, the city of San Francisco never ceases to surprise. Kick-start your effortlessly delivered Northern California holiday in the cosmopolitan hills of The City . Join your Travel Director and fellow[...]
Read More
Morning in the Northern sea

Morning in the Northern sea

From the iconic to the unexpected, the city of San Francisco never ceases to surprise. Kick-start your effortlessly delivered Northern California holiday in the cosmopolitan hills of The City . Join your Travel Director and fellow[...]
Read More

Showing 1 - 5 of 5 posts
Request history8.2.27PHP Version315msRequest Duration37MBMemory UsageGET en/news/category/{slug}RouteAuth status
  • warninglog[14:37:17] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (199ms)time
  • Application (115ms)time
  • 1 x Booting (63.36%)
    199ms
    1 x Application (36.64%)
    115ms
    28 templates were rendered
    • 1x News::frontend.indexindex.blade.php#?blade
    • 1x News::frontend.layouts.details.news-breadcrumbnews-breadcrumb.blade.php#?blade
    • 1x News::frontend.layouts.details.news-loopnews-loop.blade.php#?blade
    • 1x pagination::tailwindtailwind.blade.php#?blade
    • 1x vendor.pagination.defaultdefault.blade.php#?blade
    • 1x News::frontend.layouts.details.news-sidebarnews-sidebar.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.search_formsearch_form.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.content_textcontent_text.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.recent_newsrecent_news.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.categorycategory.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.tagtag.blade.php#?blade
    • 1x layouts.appapp.blade.php#?blade
    • 1x Layout::appapp.blade.php#?blade
    • 1x Layout::parts.faviconfavicon.blade.php#?blade
    • 1x Layout::parts.seo-metaseo-meta.blade.php#?blade
    • 1x Layout::parts.global-scriptglobal-script.blade.php#?blade
    • 1x Layout::parts.topbartopbar.blade.php#?blade
    • 2x Core::frontend.currency-switchercurrency-switcher.blade.php#?blade
    • 2x Language::frontend.switcherswitcher.blade.php#?blade
    • 1x Layout::parts.headerheader.blade.php#?blade
    • 1x Layout::parts.footerfooter.blade.php#?blade
    • 1x Layout::parts.login-register-modallogin-register-modal.blade.php#?blade
    • 1x Layout::auth.login-formlogin-form.blade.php#?blade
    • 1x Layout::auth.register-formregister-form.blade.php#?blade
    • 1x Popup::frontend.popuppopup.blade.php#?blade
    • 1x demo_scriptdemo_script.blade.php#?blade
    uri
    GET en/news/category/{slug}
    middleware
    web
    controller
    Modules\News\Controllers\CategoryNewsController@index
    namespace
    Modules\News\Controllers
    prefix
    en/news
    where
    as
    news.category.index
    file
    modules/News/Controllers/CategoryNewsController.php:18-58
    29 statements were executed, 10 of which were duplicates, 19 unique. Show only duplicated9.98ms
    • select * from `core_news_category` where `slug` = 'ecotourism' and `core_news_category`.`deleted_at` is null limit 11.86msj72lq_dardarkCategoryNewsController.php#20
      Bindings
      • 0: ecotourism
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 16. modules/News/Controllers/CategoryNewsController.php:20
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 2 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'en' limit 1280μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 2
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. modules/News/Controllers/CategoryNewsController.php:35
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select count(*) as aggregate from (select `core_news`.* from `core_news` inner join `core_news_category` on `core_news_category`.`id` = `core_news`.`cat_id` and `core_news_category`.`_lft` >= 3 and `core_news_category`.`_rgt` <= 4 where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null group by `core_news`.`id`) as `aggregate_table`410μsj72lq_dardarkCategoryNewsController.php#38
      Bindings
      • 0: 3
      • 1: 4
      • 2: publish
      Backtrace
      • 16. modules/News/Controllers/CategoryNewsController.php:38
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `core_news`.* from `core_news` inner join `core_news_category` on `core_news_category`.`id` = `core_news`.`cat_id` and `core_news_category`.`_lft` >= 3 and `core_news_category`.`_rgt` <= 4 where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null group by `core_news`.`id` limit 5 offset 0280μsj72lq_dardarkCategoryNewsController.php#38
      Bindings
      • 0: 3
      • 1: 4
      • 2: publish
      Hints
      • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 16. modules/News/Controllers/CategoryNewsController.php:38
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `users` where `users`.`id` in (1) and `users`.`deleted_at` is null340μsj72lq_dardarkCategoryNewsController.php#38
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. modules/News/Controllers/CategoryNewsController.php:38
      • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `core_news_category` where `core_news_category`.`id` in (2) and `core_news_category`.`deleted_at` is null260μsj72lq_dardarkCategoryNewsController.php#38
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. modules/News/Controllers/CategoryNewsController.php:38
      • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `bravo_seo` where `object_id` = 2 and `object_model` = 'news_cat_translation_en' limit 1230μsj72lq_dardarkBaseModel.php#199
      Bindings
      • 0: 2
      • 1: news_cat_translation_en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 16. app/BaseModel.php:199
      • 17. app/BaseModel.php:214
      • 18. modules/News/Controllers/CategoryNewsController.php:53
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `core_news_translations` where `core_news_translations`.`origin_id` = 3 and `core_news_translations`.`origin_id` is not null and `locale` = 'en' limit 1300μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 3
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.details.news-loop:3
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 2 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'en' limit 1220μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 2
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.details.news-loop:16
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `user_meta` where (`user_id` is null and `name` = 'social_meta_avatar') limit 1240μsj72lq_dardarkUser.php#100
      Bindings
      • 0: social_meta_avatar
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 14. app/User.php:100
      • 15. app/User.php:199
      • 16. view::News::frontend.layouts.details.news-loop:36
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_news_translations` where `core_news_translations`.`origin_id` = 4 and `core_news_translations`.`origin_id` is not null and `locale` = 'en' limit 1240μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 4
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.details.news-loop:3
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `user_meta` where (`user_id` is null and `name` = 'social_meta_avatar') limit 1230μsj72lq_dardarkUser.php#100
      Bindings
      • 0: social_meta_avatar
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 14. app/User.php:100
      • 15. app/User.php:199
      • 16. view::News::frontend.layouts.details.news-loop:36
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_news_translations` where `core_news_translations`.`origin_id` = 5 and `core_news_translations`.`origin_id` is not null and `locale` = 'en' limit 1220μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 5
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.details.news-loop:3
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `user_meta` where (`user_id` is null and `name` = 'social_meta_avatar') limit 1300μsj72lq_dardarkUser.php#100
      Bindings
      • 0: social_meta_avatar
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 14. app/User.php:100
      • 15. app/User.php:199
      • 16. view::News::frontend.layouts.details.news-loop:36
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_news_translations` where `core_news_translations`.`origin_id` = 7 and `core_news_translations`.`origin_id` is not null and `locale` = 'en' limit 1210μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 7
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.details.news-loop:3
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `user_meta` where (`user_id` is null and `name` = 'social_meta_avatar') limit 1200μsj72lq_dardarkUser.php#100
      Bindings
      • 0: social_meta_avatar
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 14. app/User.php:100
      • 15. app/User.php:199
      • 16. view::News::frontend.layouts.details.news-loop:36
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_news_translations` where `core_news_translations`.`origin_id` = 8 and `core_news_translations`.`origin_id` is not null and `locale` = 'en' limit 1210μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 8
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.details.news-loop:3
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `user_meta` where (`user_id` is null and `name` = 'social_meta_avatar') limit 1220μsj72lq_dardarkUser.php#100
      Bindings
      • 0: social_meta_avatar
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 14. app/User.php:100
      • 15. app/User.php:199
      • 16. view::News::frontend.layouts.details.news-loop:36
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select count(*) as aggregate from `core_news` where `status` = 'publish' and `core_news`.`deleted_at` is null270μsj72lq_dardarkrecent_news.blade.php#6
      Bindings
      • 0: publish
      Backtrace
      • 16. view::News::frontend.layouts.sidebars.recent_news:6
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news` where `status` = 'publish' and `core_news`.`deleted_at` is null order by `id` desc limit 5 offset 0240μsj72lq_dardarkrecent_news.blade.php#6
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 16. view::News::frontend.layouts.sidebars.recent_news:6
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news_category` where `core_news_category`.`id` in (2, 3) and `core_news_category`.`deleted_at` is null330μsj72lq_dardarkrecent_news.blade.php#6
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. view::News::frontend.layouts.sidebars.recent_news:6
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news_translations` where `locale` = 'en' and `core_news_translations`.`origin_id` in (4, 5, 6, 7, 8)230μsj72lq_dardarkrecent_news.blade.php#6
      Bindings
      • 0: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. view::News::frontend.layouts.sidebars.recent_news:6
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 2 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'en' limit 1230μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 2
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.sidebars.recent_news:23
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 3 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'en' limit 1290μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 3
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.sidebars.recent_news:23
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_news_category` where `status` = 'publish' and `core_news_category`.`deleted_at` is null290μsj72lq_dardarkcategory.blade.php#2
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. view::News::frontend.layouts.sidebars.category:2
      • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 20. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news_category_translations` where `locale` = 'en' and `core_news_category_translations`.`origin_id` in (1, 2, 3, 4, 5, 6)280μsj72lq_dardarkcategory.blade.php#2
      Bindings
      • 0: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. view::News::frontend.layouts.sidebars.category:2
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `core_tags`.* from `core_tags` inner join `core_news_tag` as `nt` on `nt`.`tag_id` = `core_tags`.`id` where `core_tags`.`deleted_at` is null group by `core_tags`.`id` order by RAND()580μsj72lq_dardarkNewsTag.php#61
      Hints
      • 0: ORDER BY RAND() is slow, try to avoid if you can. You can read this or this
      Backtrace
      • 15. modules/News/Models/NewsTag.php:61
      • 16. view::News::frontend.layouts.sidebars.tag:6
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1540μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. app/Helpers/AppHelper.php:111
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1450μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. app/Helpers/AppHelper.php:111
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    Modules\News\Models\NewsCategory
    10NewsCategory.php#?
    Modules\News\Models\News
    10News.php#?
    Modules\Core\Models\MenuTranslation
    2MenuTranslation.php#?
      web
      null
      sanctum
      null
        _token
        2WURcb5gdG4oWpmcVzBe1SNAUpA7jboCAX9yEzOQ
        _previous
        array:1 [ "url" => "https://dardarek.ma/en/news/category/ecotourism" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /en/news/category/ecotourism
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:16 [ "x-forwarded-proto" => array:1 [ 0 => "https" ] "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "dardarek.ma" ] ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Fri, 11 Apr 2025 13:37:17 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkJqeXdld28vSnZ5NVV0cXRPTkxWeFE9PSIsInZhbHVlIjoiSmFKMGxYOXJxcEcrcGtmanZidEI3TEtNZkVPMlBwbFZFQUExeURUNDl1NHNlc1luTm9rZ0tXQ1p4WXJCWmEyVWtIZmRkeEJWSlQ0b0VqZHJnOWU5TkQvV2VJQ01EWk4wSDdaMi9QZHV2cTI5QXgyMTF3UWxVUHBPbGRFTE1nUWgiLCJtYWMiOiJjNGRmZjBiMzA2MGYwODBjN2I0MDhhOTg4ZDA0MmMyYjgwZjA5ZWE3M2M4YjZkMzI5M2EyZWU5MGUwODc2Y2NjIiwidGFnIjoiIn0%3D; expires=Fri, 11 Apr 2025 15:37:17 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IkJqeXdld28vSnZ5NVV0cXRPTkxWeFE9PSIsInZhbHVlIjoiSmFKMGxYOXJxcEcrcGtmanZidEI3TEtNZkVPMlBwbFZFQUExeURUNDl1NHNlc1luTm9rZ0tXQ1p4WXJCWmEyVWtIZmRke" 1 => "booking_core_session=eyJpdiI6IlI5YTFUVGdVVlRYOVYrRS9YdW9peHc9PSIsInZhbHVlIjoiNnFpdkZELzhlUkxaMFVPRjdjTUJOMkZ0M09tL29mYisrK3B4ZmIvTUY2Tnkxb25GVVMwajYrd3hMUm11S01UT0ZudEM4dHkyRWdOOVhIZG9lQjJCZERDZlJ4KzRHa01rTHUwZGJJY3Z4QTFQMFRFdTRTKzhienBwcDZYQ3p5MysiLCJtYWMiOiIxMzgzYzZjYjA2OTg0NWZkM2FjYzJhYmM3MGU3Y2MwNjRmYzg1Y2JhZTZiYTczYzY1NTQ5MGU1YzA2ZmQ1YTZlIiwidGFnIjoiIn0%3D; expires=Fri, 11 Apr 2025 15:37:17 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6IlI5YTFUVGdVVlRYOVYrRS9YdW9peHc9PSIsInZhbHVlIjoiNnFpdkZELzhlUkxaMFVPRjdjTUJOMkZ0M09tL29mYisrK3B4ZmIvTUY2Tnkxb25GVVMwajYrd3hMUm11S01" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkJqeXdld28vSnZ5NVV0cXRPTkxWeFE9PSIsInZhbHVlIjoiSmFKMGxYOXJxcEcrcGtmanZidEI3TEtNZkVPMlBwbFZFQUExeURUNDl1NHNlc1luTm9rZ0tXQ1p4WXJCWmEyVWtIZmRkeEJWSlQ0b0VqZHJnOWU5TkQvV2VJQ01EWk4wSDdaMi9QZHV2cTI5QXgyMTF3UWxVUHBPbGRFTE1nUWgiLCJtYWMiOiJjNGRmZjBiMzA2MGYwODBjN2I0MDhhOTg4ZDA0MmMyYjgwZjA5ZWE3M2M4YjZkMzI5M2EyZWU5MGUwODc2Y2NjIiwidGFnIjoiIn0%3D; expires=Fri, 11-Apr-2025 15:37:17 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkJqeXdld28vSnZ5NVV0cXRPTkxWeFE9PSIsInZhbHVlIjoiSmFKMGxYOXJxcEcrcGtmanZidEI3TEtNZkVPMlBwbFZFQUExeURUNDl1NHNlc1luTm9rZ0tXQ1p4WXJCWmEyVWtIZmRke" 1 => "booking_core_session=eyJpdiI6IlI5YTFUVGdVVlRYOVYrRS9YdW9peHc9PSIsInZhbHVlIjoiNnFpdkZELzhlUkxaMFVPRjdjTUJOMkZ0M09tL29mYisrK3B4ZmIvTUY2Tnkxb25GVVMwajYrd3hMUm11S01UT0ZudEM4dHkyRWdOOVhIZG9lQjJCZERDZlJ4KzRHa01rTHUwZGJJY3Z4QTFQMFRFdTRTKzhienBwcDZYQ3p5MysiLCJtYWMiOiIxMzgzYzZjYjA2OTg0NWZkM2FjYzJhYmM3MGU3Y2MwNjRmYzg1Y2JhZTZiYTczYzY1NTQ5MGU1YzA2ZmQ1YTZlIiwidGFnIjoiIn0%3D; expires=Fri, 11-Apr-2025 15:37:17 GMT; path=/; httponlybooking_core_session=eyJpdiI6IlI5YTFUVGdVVlRYOVYrRS9YdW9peHc9PSIsInZhbHVlIjoiNnFpdkZELzhlUkxaMFVPRjdjTUJOMkZ0M09tL29mYisrK3B4ZmIvTUY2Tnkxb25GVVMwajYrd3hMUm11S01" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "2WURcb5gdG4oWpmcVzBe1SNAUpA7jboCAX9yEzOQ" "_previous" => array:1 [ "url" => "https://dardarek.ma/en/news/category/ecotourism" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-04-11 14:37:17GET/en/news/category/ecotourism1282922