image
image

No game available in this category

Bet Slip
image Your selections will be displayed here

We may use cookies or any other tracking technologies when you visit our website, including any other media form, mobile website, or mobile application related or connected to help customize the Site and improve your experience. learn more

Allow
Request history8.3.19PHP Version788msRequest Duration25MBMemory UsageGET category/{slug}Route
    • Booting (227ms)time
    • Application (561ms)time
    • 1 x Application (71.18%)
      561ms
      1 x Booting (28.82%)
      227ms
      13 templates were rendered
      • Template::homehome.blade.php#?blade
      • templates.basic.layouts.betbet.blade.php#?blade
      • templates.basic.partials.headerheader.blade.php#?blade
      • templates.basic.partials.loginlogin.blade.php#?blade
      • partials.captchacaptcha.blade.php#?blade
      • templates.basic.partials.categorycategory.blade.php#?blade
      • templates.basic.partials.footer_topfooter_top.blade.php#?blade
      • templates.basic.partials.footer_bottomfooter_bottom.blade.php#?blade
      • templates.basic.partials.bet_slipbet_slip.blade.php#?blade
      • templates.basic.partials.mobile_menumobile_menu.blade.php#?blade
      • templates.basic.layouts.appapp.blade.php#?blade
      • partials.seoseo.blade.php#?blade
      • partials.notifynotify.blade.php#?blade
      uri
      GET category/{slug}
      middleware
      checkProject, web, maintenance
      controller
      App\Http\Controllers\SiteController@gamesByCategory
      namespace
      App\Http\Controllers
      prefix
      where
      as
      category.games
      file
      app/Http/Controllers/SiteController.php:72-74
      17 statements were executed193ms
      • LanguageMiddleware.php#30massswud_betlab3Connection Established
        Backtrace
        • app/Http/Middleware/LanguageMiddleware.php:30
        • app/Http/Middleware/LanguageMiddleware.php:20
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
      • LanguageMiddleware.php#30massswud_betlab337.95msselect * from `languages` where `is_default` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Middleware/LanguageMiddleware.php:30
        • app/Http/Middleware/LanguageMiddleware.php:20
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
      • Category.php#30massswud_betlab328.36msselect `categories`.*, (select count(*) from `games` inner join `leagues` on `leagues`.`id` = `games`.`league_id` where `categories`.`id` = `leagues`.`category_id` and `games`.`status` = 1 and `bet_start_time` <= '2025-05-07 02:44:25' and `bet_end_time` >= '2025-05-07 02:44:25' and exists (select * from `leagues` where `games`.`league_id` = `leagues`.`id` and `status` = 1) and exists (select * from `leagues` where `games`.`league_id` = `leagues`.`id` and exists (select * from `categories` where `leagues`.`category_id` = `categories`.`id` and `status` = 1))) as `games_count` from `categories` where `status` = 1 order by `name` asc
        Bindings
        • 0: 1
        • 1: 2025-05-07 02:44:25
        • 2: 2025-05-07 02:44:25
        • 3: 1
        • 4: 1
        • 5: 1
        Backtrace
        • app/Models/Category.php:30
        • app/Http/Controllers/SiteController.php:31
        • app/Http/Controllers/SiteController.php:73
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#50massswud_betlab3810μsselect * from `leagues` where `leagues`.`category_id` = 7 and `leagues`.`category_id` is not null
        Bindings
        • 0: 7
        Backtrace
        • app/Http/Controllers/SiteController.php:50
        • app/Http/Controllers/SiteController.php:73
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • SiteController.php#64massswud_betlab3700μsselect * from `games` where `status` = 1 and `bet_start_time` <= '2025-05-07 02:44:25' and `bet_end_time` >= '2025-05-07 02:44:25' and `league_id` is null order by `id` desc
        Bindings
        • 0: 1
        • 1: 2025-05-07 02:44:25
        • 2: 2025-05-07 02:44:25
        Backtrace
        • app/Http/Controllers/SiteController.php:64
        • app/Http/Controllers/SiteController.php:73
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • helpers.php#310massswud_betlab356.54msselect * from `frontends` where `tempname` = 'basic' and `data_keys` = 'banner.element' order by `id` asc
        Bindings
        • 0: basic
        • 1: banner.element
        Backtrace
        • app/Http/Helpers/helpers.php:310
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#303massswud_betlab34.82msselect * from `frontends` where `tempname` = 'basic' and `data_keys` = 'login.content' order by `id` desc limit 1
        Bindings
        • 0: basic
        • 1: login.content
        Backtrace
        • app/Http/Helpers/helpers.php:303
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • Captcha.php#39massswud_betlab316.15msselect * from `extensions` where `act` = 'custom-captcha' and `status` = 1 limit 1
        Bindings
        • 0: custom-captcha
        • 1: 1
        Backtrace
        • app/Lib/Captcha.php:39
        • app/Http/Helpers/helpers.php:77
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • Captcha.php#27massswud_betlab3900μsselect * from `extensions` where `act` = 'google-recaptcha2' and `status` = 1 limit 1
        Bindings
        • 0: google-recaptcha2
        • 1: 1
        Backtrace
        • app/Lib/Captcha.php:27
        • app/Http/Helpers/helpers.php:73
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • helpers.php#303massswud_betlab312.04msselect * from `frontends` where `tempname` = 'basic' and `data_keys` = 'footer.content' order by `id` desc limit 1
        Bindings
        • 0: basic
        • 1: footer.content
        Backtrace
        • app/Http/Helpers/helpers.php:303
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#310massswud_betlab31.41msselect * from `frontends` where `tempname` = 'basic' and `data_keys` = 'social_icon.element' order by `id` asc
        Bindings
        • 0: basic
        • 1: social_icon.element
        Backtrace
        • app/Http/Helpers/helpers.php:310
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#310massswud_betlab31.41msselect * from `frontends` where `tempname` = 'basic' and `data_keys` = 'policy_pages.element' order by `id` asc
        Bindings
        • 0: basic
        • 1: policy_pages.element
        Backtrace
        • app/Http/Helpers/helpers.php:310
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#310massswud_betlab36.64msselect * from `frontends` where `tempname` = 'basic' and `data_keys` = 'footer.element' order by `id` asc
        Bindings
        • 0: basic
        • 1: footer.element
        Backtrace
        • app/Http/Helpers/helpers.php:310
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • bet_slip.blade.php#6massswud_betlab316.43msselect * from `options` where 0 = 1
        Backtrace
        • view::templates.basic.partials.bet_slip:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • AppServiceProvider.php#75massswud_betlab31.28msselect * from `frontends` where `data_keys` = 'seo.data' limit 1
        Bindings
        • 0: seo.data
        Backtrace
        • app/Providers/AppServiceProvider.php:75
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:178
        • vendor/laravel/framework/src/Illuminate/View/View.php:190
        • vendor/laravel/framework/src/Illuminate/View/View.php:161
        • view::templates.basic.layouts.app:8
      • helpers.php#85massswud_betlab3640μsselect * from `extensions` where `act` = 'google-analytics' and `status` = 1 limit 1
        Bindings
        • 0: google-analytics
        • 1: 1
        Backtrace
        • app/Http/Helpers/helpers.php:85
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • app.blade.php#43massswud_betlab36.26msselect * from `frontends` where `data_keys` = 'cookie.data' limit 1
        Bindings
        • 0: cookie.data
        Backtrace
        • view::templates.basic.layouts.app:43
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • helpers.php#85massswud_betlab3870μsselect * from `extensions` where `act` = 'tawk-chat' and `status` = 1 limit 1
        Bindings
        • 0: tawk-chat
        • 1: 1
        Backtrace
        • app/Http/Helpers/helpers.php:85
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      App\Models\Frontend
      18Frontend.php#?
      App\Models\Category
      5Category.php#?
      App\Models\Language
      1Language.php#?
          _token
          qCZBcE90hKGGSdkpilQKHOjOEyDDEXQdupuAxlU7
          lang
          en
          _previous
          array:1 [ "url" => "https://xegamy.com/category/volleyball" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /category/volleyball
          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:18 [ "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, br, zstd" ] "host" => array:1 [ 0 => "xegamy.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 => "18.117.108.134" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-https" => array:1 [ 0 => "on" ] ]
          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 => "Tue, 06 May 2025 21:44:25 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=qCZBcE90hKGGSdkpilQKHOjOEyDDEXQdupuAxlU7; expires=Tue, 06 May 2025 23:44:25 GMT; Max-Age=7200; path=/; secure; samesite=lax" 1 => "laravel_session=1hzREsyziBJeEQUTOoHSdogEIZ0Wd5SC3RSm20CZ; expires=Tue, 06 May 2025 23:44:25 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=qCZBcE90hKGGSdkpilQKHOjOEyDDEXQdupuAxlU7; expires=Tue, 06-May-2025 23:44:25 GMT; path=/; secure" 1 => "laravel_session=1hzREsyziBJeEQUTOoHSdogEIZ0Wd5SC3RSm20CZ; expires=Tue, 06-May-2025 23:44:25 GMT; path=/; secure; httponly" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "qCZBcE90hKGGSdkpilQKHOjOEyDDEXQdupuAxlU7" "lang" => "en" "_previous" => array:1 [ "url" => "https://xegamy.com/category/volleyball" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-07 02:44:25GET/category/volleyball131724