News

Sorry, but nothing matched your search terms. Please try again with some different keywords.
Request history8.0.30PHP Version1.51sRequest Duration36MBMemory UsageGET egy/news/category/{slug}RouteAuth status
    • Booting (581ms)time
    • Application (925ms)time
    • 1 x Application (61.4%)
      925ms
      1 x Booting (38.6%)
      581ms
      23 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-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.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
      uri
      GET egy/news/category/{slug}
      middleware
      web
      controller
      Modules\News\Controllers\CategoryNewsController@index
      namespace
      Modules\News\Controllers
      prefix
      egy/news
      where
      as
      news.category.index
      file
      modules/News/Controllers/CategoryNewsController.php:18-58
      18 statements were executed (2 duplicates)Show only duplicates21.29ms
      • CategoryNewsController.php#20aarnatours290425_abhi_tNt3.59msselect * from `core_news_category` where `slug` = 'city-trips' and `core_news_category`.`deleted_at` is null limit 1
        Bindings
        • 0: city-trips
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/News/Controllers/CategoryNewsController.php:20
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • HasTranslations.php#51aarnatours290425_abhi_tNt1.06msselect * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 5 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'egy' limit 1
        Bindings
        • 0: 5
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • modules/News/Controllers/CategoryNewsController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CategoryNewsController.php#38aarnatours290425_abhi_tNt3.49msselect 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` >= 9 and `core_news_category`.`_rgt` <= 10 where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null group by `core_news`.`id`) as `aggregate_table`
        Bindings
        • 0: 9
        • 1: 10
        • 2: publish
        Backtrace
        • modules/News/Controllers/CategoryNewsController.php:38
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • BaseModel.php#199aarnatours290425_abhi_tNt930μsselect * from `bravo_seo` where `object_id` = 5 and `object_model` = 'news_cat_translation_egy' limit 1
        Bindings
        • 0: 5
        • 1: news_cat_translation_egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/BaseModel.php:199
        • app/BaseModel.php:214
        • modules/News/Controllers/CategoryNewsController.php:53
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • recent_news.blade.php#6aarnatours290425_abhi_tNt600μsselect count(*) as aggregate from `core_news` where `status` = 'publish' and `core_news`.`deleted_at` is null
        Bindings
        • 0: publish
        Backtrace
        • view::News::frontend.layouts.sidebars.recent_news:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • recent_news.blade.php#6aarnatours290425_abhi_tNt620μsselect * from `core_news` where `status` = 'publish' and `core_news`.`deleted_at` is null order by `id` desc limit 5 offset 0
        Bindings
        • 0: publish
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::News::frontend.layouts.sidebars.recent_news:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • recent_news.blade.php#6aarnatours290425_abhi_tNt700μsselect * from `core_news_category` where `core_news_category`.`id` in (1, 2, 3, 4) and `core_news_category`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::News::frontend.layouts.sidebars.recent_news:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • recent_news.blade.php#6aarnatours290425_abhi_tNt1.14msselect * from `core_news_translations` where `locale` = 'egy' and `core_news_translations`.`origin_id` in (4, 5, 6, 7, 8)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::News::frontend.layouts.sidebars.recent_news:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • HasTranslations.php#51aarnatours290425_abhi_tNt690μsselect * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 1 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'egy' limit 1
        Bindings
        • 0: 1
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • view::News::frontend.layouts.sidebars.recent_news:23
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt760μsselect * 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` = 'egy' limit 1
        Bindings
        • 0: 3
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • view::News::frontend.layouts.sidebars.recent_news:23
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt680μsselect * 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` = 'egy' limit 1
        Bindings
        • 0: 2
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • view::News::frontend.layouts.sidebars.recent_news:23
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt700μsselect * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 4 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'egy' limit 1
        Bindings
        • 0: 4
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • view::News::frontend.layouts.sidebars.recent_news:23
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • category.blade.php#2aarnatours290425_abhi_tNt1.09msselect * from `core_news_category` where `status` = 'publish' and `core_news_category`.`deleted_at` is null
        Bindings
        • 0: publish
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::News::frontend.layouts.sidebars.category:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • category.blade.php#2aarnatours290425_abhi_tNt770μsselect * from `core_news_category_translations` where `locale` = 'egy' and `core_news_category_translations`.`origin_id` in (1, 2, 3, 4, 5, 6)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::News::frontend.layouts.sidebars.category:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • NewsTag.php#61aarnatours290425_abhi_tNt1.78msselect `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()
        Hints
        • ORDER BY RAND() is slow, try to avoid if you can. You can read this or this
        Backtrace
        • modules/News/Models/NewsTag.php:61
        • view::News::frontend.layouts.sidebars.tag:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt840μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'egy' limit 1
        Bindings
        • 0: 1
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • app/Helpers/AppHelper.php:111
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt960μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'egy' limit 1
        Bindings
        • 0: 1
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • app/Helpers/AppHelper.php:111
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • AppHelper.php#627aarnatours290425_abhi_tNt890μsselect * from `core_pages` where `core_pages`.`id` = '' and `core_pages`.`deleted_at` is null limit 1
        Bindings
        • 0: 
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Helpers/AppHelper.php:627
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      Modules\News\Models\NewsCategory
      11NewsCategory.php#?
      Modules\News\Models\News
      5News.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
        web
        null
        sanctum
        null
          _token
          KizVArcrt2qFq4Q6s94mbK3JLw9xNaDYWrX2ptsP
          _previous
          array:1 [ "url" => "http://aarnatours.com/public/egy/news/category/city-trips" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /egy/news/category/city-trips
          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:11 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate" ] "connection" => array:1 [ 0 => "keep-alive" ] "content-length" => array:1 [ 0 => "0" ] "host" => array:1 [ 0 => "aarnatours.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "10.1.217.250" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-sb9pv (squid/6.10)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
          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, 04 Jul 2025 20:43:11 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkRMK0xGcWZSYmt6TWVCOG42Q2xMUHc9PSIsInZhbHVlIjoiZGVwOU9ZNlVjWEY1ek90QjVkY1BLSlVaendrOU1kdHc1Y1NpaTFocXJiK0lHcUdwQWk1SDRqNW5IQmw1UlArUVp6cndLVDkzSENGb3RhUy9tSGdZdjFsSjdLUVRqcFFGM1dFbjN2dFhrdC9zMVlsV3UwbFg0My9iN1hGK2djZHkiLCJtYWMiOiJiYzMyZGNlZDRhYmJmNDc0NTAzMzM0ODY5NTc4ZTFlOTFkYjVmODAxZTEzMmJiYzdhODM4NTNhMTg0OTdmNzM1IiwidGFnIjoiIn0%3D; expires=Fri, 04-Jul-2025 22:43:12 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IkRMK0xGcWZSYmt6TWVCOG42Q2xMUHc9PSIsInZhbHVlIjoiZGVwOU9ZNlVjWEY1ek90QjVkY1BLSlVaendrOU1kdHc1Y1NpaTFocXJiK0lHcUdwQWk1SDRqNW5IQmw1UlArUVp6cndLV" 1 => "booking_core_session=eyJpdiI6IkIya2s3SlBzWkZXd0FOUEprWCtJdnc9PSIsInZhbHVlIjoiNkZYL1d5WC9FOFlmVjlFbktMbUpaZkVuT29hQ0FsSEZSRTFpL2hoeVpaaS9uN2lsZFBDMU54ZmFUWFU0NnI0UEJwTVFCQmNzSFNEc2xYVGdINE85K3FZL2MwbGpVSWJndHpzU0k0YXFoN2Vmd0tyZFd2cGpxQ3pCbEZubzR1Z24iLCJtYWMiOiJjNTI2NWU5ZDg0YzcwNTgyZjliZmViNWRmODExZTg5MzRjOTQ0ODE5N2UxYWZiMzkzNjFmNGRmMWVjZmRmYzk4IiwidGFnIjoiIn0%3D; expires=Fri, 04-Jul-2025 22:43:12 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6IkIya2s3SlBzWkZXd0FOUEprWCtJdnc9PSIsInZhbHVlIjoiNkZYL1d5WC9FOFlmVjlFbktMbUpaZkVuT29hQ0FsSEZSRTFpL2hoeVpaaS9uN2lsZFBDMU54ZmFUWFU0NnI" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkRMK0xGcWZSYmt6TWVCOG42Q2xMUHc9PSIsInZhbHVlIjoiZGVwOU9ZNlVjWEY1ek90QjVkY1BLSlVaendrOU1kdHc1Y1NpaTFocXJiK0lHcUdwQWk1SDRqNW5IQmw1UlArUVp6cndLVDkzSENGb3RhUy9tSGdZdjFsSjdLUVRqcFFGM1dFbjN2dFhrdC9zMVlsV3UwbFg0My9iN1hGK2djZHkiLCJtYWMiOiJiYzMyZGNlZDRhYmJmNDc0NTAzMzM0ODY5NTc4ZTFlOTFkYjVmODAxZTEzMmJiYzdhODM4NTNhMTg0OTdmNzM1IiwidGFnIjoiIn0%3D; expires=Fri, 04-Jul-2025 22:43:12 GMT; path=/XSRF-TOKEN=eyJpdiI6IkRMK0xGcWZSYmt6TWVCOG42Q2xMUHc9PSIsInZhbHVlIjoiZGVwOU9ZNlVjWEY1ek90QjVkY1BLSlVaendrOU1kdHc1Y1NpaTFocXJiK0lHcUdwQWk1SDRqNW5IQmw1UlArUVp6cndLV" 1 => "booking_core_session=eyJpdiI6IkIya2s3SlBzWkZXd0FOUEprWCtJdnc9PSIsInZhbHVlIjoiNkZYL1d5WC9FOFlmVjlFbktMbUpaZkVuT29hQ0FsSEZSRTFpL2hoeVpaaS9uN2lsZFBDMU54ZmFUWFU0NnI0UEJwTVFCQmNzSFNEc2xYVGdINE85K3FZL2MwbGpVSWJndHpzU0k0YXFoN2Vmd0tyZFd2cGpxQ3pCbEZubzR1Z24iLCJtYWMiOiJjNTI2NWU5ZDg0YzcwNTgyZjliZmViNWRmODExZTg5MzRjOTQ0ODE5N2UxYWZiMzkzNjFmNGRmMWVjZmRmYzk4IiwidGFnIjoiIn0%3D; expires=Fri, 04-Jul-2025 22:43:12 GMT; path=/; httponlybooking_core_session=eyJpdiI6IkIya2s3SlBzWkZXd0FOUEprWCtJdnc9PSIsInZhbHVlIjoiNkZYL1d5WC9FOFlmVjlFbktMbUpaZkVuT29hQ0FsSEZSRTFpL2hoeVpaaS9uN2lsZFBDMU54ZmFUWFU0NnI" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "KizVArcrt2qFq4Q6s94mbK3JLw9xNaDYWrX2ptsP" "_previous" => array:1 [ "url" => "http://aarnatours.com/public/egy/news/category/city-trips" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-04 20:43:12GET/public/egy/news/category/city-trips231818