Similar profiles
Request history8.3.19PHP Version832msRequest Duration9MBMemory UsageGET escorts/{slug}Route
  • warninglog[23:52:24] LOG.warning: trim(): Passing null to parameter #1 ($string) of type string is deprecated ...
  • warninglog[23:52:24] LOG.warning: round(): Passing null to parameter #1 ($num) of type int|float is deprecated...
  • Booting (126ms)time
  • Application (706ms)time
  • 1 x Application (84.83%)
    706ms
    1 x Booting (15.17%)
    126ms
    11 templates were rendered
    • frontend.staff-profilestaff-profile.blade.php#?blade
    • frontend.layouts.appapp.blade.php#?blade
    • frontend.layouts.headerheader.blade.php#?blade
    • frontend.layouts.header-navbarheader-navbar.blade.php#?blade
    • frontend.layouts.header-components.brandbrand.blade.php#?blade
    • frontend.layouts.header-components.navigationsnavigations.blade.php#?blade
    • frontend.layouts.header-components.brandbrand.blade.php#?blade
    • frontend.partials.categories.listlist.blade.php#?blade
    • frontend.partials.services.listlist.blade.php#?blade
    • frontend.layouts.header-components.contactscontacts.blade.php#?blade
    • frontend.layouts.footerfooter.blade.php#?blade
    uri
    GET escorts/{slug}
    middleware
    web
    controller
    App\Http\Controllers\Frontend\PagesController@staffProfilePage
    as
    frontend.staff.profile
    namespace
    where
    file
    app/Http/Controllers/Frontend/PagesController.php:66-88
    83 statements were executed (45 duplicates)Show only duplicates87.12ms
    • DatabaseSessionHandler.php#97crushescorts790μsselect * from `sessions` where `id` = 'ul5f0J70UJ6L5TIU9e8usUu8zLUN5jXvhuzVc4F0' limit 1
      Bindings
      • 0: ul5f0J70UJ6L5TIU9e8usUu8zLUN5jXvhuzVc4F0
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
      • vendor/laravel/framework/src/Illuminate/Session/Store.php:113
      • vendor/laravel/framework/src/Illuminate/Session/Store.php:101
      • vendor/laravel/framework/src/Illuminate/Session/Store.php:85
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:147
    • DatabaseSessionHandler.php#281crushescorts4.43msdelete from `sessions` where `last_activity` <= 1743371543
      Bindings
      • 0: 1743371543
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:281
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:178
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:119
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64
      • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
    • PagesController.php#68crushescorts1.13msselect * from `staff` where `status` = 1 and `slug` = 'selena' and `staff`.`deleted_at` is null limit 1
      Bindings
      • 0: 1
      • 1: selena
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:68
      • 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:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#68crushescorts1.16msselect * from `reviews` where `reviews`.`staff_id` in (24) and `reviews`.`deleted_at` is null
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:68
      • 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:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#68crushescorts1.27msselect * from `rates` where `rates`.`staff_id` in (24)
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:68
      • 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:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#70crushescorts970μsselect avg(`rating`) as aggregate from `reviews` where `reviews`.`staff_id` = 24 and `reviews`.`staff_id` is not null and `is_active` = 1 and `reviews`.`deleted_at` is null
      Bindings
      • 0: 24
      • 1: 1
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:70
      • 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:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#72crushescorts940μsselect * from `staff` where `status` = 1 and `id` < 24 and `staff`.`deleted_at` is null order by `id` desc limit 1
      Bindings
      • 0: 1
      • 1: 24
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:72
      • 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:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#73crushescorts840μsselect * from `staff` where `status` = 1 and `id` > 24 and `staff`.`deleted_at` is null order by `id` asc limit 1
      Bindings
      • 0: 1
      • 1: 24
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:73
      • 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:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#79crushescorts14.47msselect `staff`.*, (select avg(`reviews`.`rating`) from `reviews` where `staff`.`id` = `reviews`.`staff_id` and `reviews`.`deleted_at` is null) as `reviews_avg_rating` from `staff` where `status` = 1 and `id` != 24 and `staff`.`deleted_at` is null having `reviews_avg_rating` > 3.5
      Bindings
      • 0: 1
      • 1: 24
      • 2: 3.5
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:79
      • 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:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#84crushescorts1.74msselect * from `locations` where `status` = 1 and `locations`.`deleted_at` is null order by `title` asc
      Bindings
      • 0: 1
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:84
      • 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:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • PagesController.php#85crushescorts1.18msselect * from `categories` where `status` = 1 and `categories`.`deleted_at` is null order by `title` asc
      Bindings
      • 0: 1
      Backtrace
      • app/Http/Controllers/Frontend/PagesController.php:85
      • 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:265
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:211
    • staff-profile.blade.php#4crushescorts1.94msselect * from `stats` where `stats`.`staff_id` = 24 and `stats`.`staff_id` is not null
      Bindings
      • 0: 24
      Backtrace
      • view::frontend.staff-profile:4
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • Setting.php#47crushescorts800μsselect `value` from `settings` where `key` = 'company-name' limit 1
      Bindings
      • 0: company-name
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.staff-profile:23
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts920μsselect `value` from `settings` where `key` = 'company-name' limit 1
      Bindings
      • 0: company-name
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.staff-profile:30
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • InteractsWithMedia.php#534crushescorts1.05msselect * from `media` where `media`.`model_id` in (24) and `media`.`model_type` = 'App\\Models\\Staff'
      Bindings
      • 0: App\Models\Staff
      Backtrace
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
      • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
      • view::frontend.staff-profile:86
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • PluginService.php#12crushescorts1msselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts940μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts750μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts790μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts680μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts630μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts650μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts670μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts690μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts660μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts640μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • PluginService.php#12crushescorts670μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • staff-profile.blade.php#116crushescorts1.91msselect `locations`.*, `location_staff`.`staff_id` as `pivot_staff_id`, `location_staff`.`location_id` as `pivot_location_id` from `locations` inner join `location_staff` on `locations`.`id` = `location_staff`.`location_id` where `location_staff`.`staff_id` = 24 and `locations`.`deleted_at` is null
      Bindings
      • 0: 24
      Backtrace
      • view::frontend.staff-profile:116
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • Setting.php#47crushescorts1.45msselect `value` from `settings` where `key` = 'whatsapp' limit 1
      Bindings
      • 0: whatsapp
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.staff-profile:165
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • staff-profile.blade.php#179crushescorts1.57msselect `categories`.*, `category_staff`.`staff_id` as `pivot_staff_id`, `category_staff`.`category_id` as `pivot_category_id` from `categories` inner join `category_staff` on `categories`.`id` = `category_staff`.`category_id` where `category_staff`.`staff_id` = 24 and `categories`.`deleted_at` is null
      Bindings
      • 0: 24
      Backtrace
      • view::frontend.staff-profile:179
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • staff-profile.blade.php#198crushescorts940μsselect `services`.*, `service_staff`.`staff_id` as `pivot_staff_id`, `service_staff`.`service_id` as `pivot_service_id` from `services` inner join `service_staff` on `services`.`id` = `service_staff`.`service_id` where `service_staff`.`staff_id` = 24 and `services`.`deleted_at` is null
      Bindings
      • 0: 24
      Backtrace
      • view::frontend.staff-profile:198
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • InteractsWithMedia.php#534crushescorts870μsselect * from `media` where `media`.`model_id` in (75) and `media`.`model_type` = 'App\\Models\\Staff'
      Bindings
      • 0: App\Models\Staff
      Backtrace
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
      • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:284
    • PluginService.php#12crushescorts650μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • staff-profile.blade.php#349crushescorts1.15msselect * from `rates` where `rates`.`staff_id` = 75 and `rates`.`staff_id` is not null
      Bindings
      • 0: 75
      Backtrace
      • view::frontend.staff-profile:349
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • staff-profile.blade.php#353crushescorts1.16msselect * from `reviews` where `reviews`.`staff_id` = 75 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 75
      Backtrace
      • view::frontend.staff-profile:353
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • InteractsWithMedia.php#534crushescorts850μsselect * from `media` where `media`.`model_id` in (93) and `media`.`model_type` = 'App\\Models\\Staff'
      Bindings
      • 0: App\Models\Staff
      Backtrace
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
      • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:284
    • PluginService.php#12crushescorts580μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • staff-profile.blade.php#349crushescorts1.06msselect * from `rates` where `rates`.`staff_id` = 93 and `rates`.`staff_id` is not null
      Bindings
      • 0: 93
      Backtrace
      • view::frontend.staff-profile:349
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • staff-profile.blade.php#353crushescorts1.04msselect * from `reviews` where `reviews`.`staff_id` = 93 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 93
      Backtrace
      • view::frontend.staff-profile:353
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • InteractsWithMedia.php#534crushescorts1msselect * from `media` where `media`.`model_id` in (165) and `media`.`model_type` = 'App\\Models\\Staff'
      Bindings
      • 0: App\Models\Staff
      Backtrace
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
      • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:284
    • PluginService.php#12crushescorts620μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • staff-profile.blade.php#349crushescorts1.48msselect * from `rates` where `rates`.`staff_id` = 165 and `rates`.`staff_id` is not null
      Bindings
      • 0: 165
      Backtrace
      • view::frontend.staff-profile:349
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • staff-profile.blade.php#353crushescorts1.07msselect * from `reviews` where `reviews`.`staff_id` = 165 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 165
      Backtrace
      • view::frontend.staff-profile:353
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • InteractsWithMedia.php#534crushescorts830μsselect * from `media` where `media`.`model_id` in (178) and `media`.`model_type` = 'App\\Models\\Staff'
      Bindings
      • 0: App\Models\Staff
      Backtrace
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
      • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:284
    • PluginService.php#12crushescorts630μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • staff-profile.blade.php#349crushescorts1.06msselect * from `rates` where `rates`.`staff_id` = 178 and `rates`.`staff_id` is not null
      Bindings
      • 0: 178
      Backtrace
      • view::frontend.staff-profile:349
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • staff-profile.blade.php#353crushescorts1.14msselect * from `reviews` where `reviews`.`staff_id` = 178 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 178
      Backtrace
      • view::frontend.staff-profile:353
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • InteractsWithMedia.php#534crushescorts810μsselect * from `media` where `media`.`model_id` in (183) and `media`.`model_type` = 'App\\Models\\Staff'
      Bindings
      • 0: App\Models\Staff
      Backtrace
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
      • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:284
    • PluginService.php#12crushescorts590μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • staff-profile.blade.php#349crushescorts1.05msselect * from `rates` where `rates`.`staff_id` = 183 and `rates`.`staff_id` is not null
      Bindings
      • 0: 183
      Backtrace
      • view::frontend.staff-profile:349
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • staff-profile.blade.php#353crushescorts1.28msselect * from `reviews` where `reviews`.`staff_id` = 183 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 183
      Backtrace
      • view::frontend.staff-profile:353
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • InteractsWithMedia.php#534crushescorts1.06msselect * from `media` where `media`.`model_id` in (184) and `media`.`model_type` = 'App\\Models\\Staff'
      Bindings
      • 0: App\Models\Staff
      Backtrace
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
      • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:284
    • PluginService.php#12crushescorts950μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • staff-profile.blade.php#349crushescorts1.59msselect * from `rates` where `rates`.`staff_id` = 184 and `rates`.`staff_id` is not null
      Bindings
      • 0: 184
      Backtrace
      • view::frontend.staff-profile:349
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • staff-profile.blade.php#353crushescorts1.1msselect * from `reviews` where `reviews`.`staff_id` = 184 and `reviews`.`staff_id` is not null and `reviews`.`deleted_at` is null
      Bindings
      • 0: 184
      Backtrace
      • view::frontend.staff-profile:353
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
    • PluginService.php#12crushescorts570μsselect * from `plugins` where `name` = 'watermark' limit 1
      Bindings
      • 0: watermark
      Backtrace
      • app/Services/PluginService.php:12
      • app/Models/Staff.php:175
      • app/Models/Staff.php:121
      • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:604
      • vendor/spatie/laravel-medialibrary/src/Conversions/ConversionCollection.php:72
    • Setting.php#68crushescorts740μsselect exists(select * from `settings` where `key` = 'google-tag-manager-code') as `exists`
      Bindings
      • 0: google-tag-manager-code
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:68
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:32
      • vendor/rawilk/laravel-settings/src/Settings.php:258
      • view::frontend.layouts.header:42
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts640μsselect `value` from `settings` where `key` = 'google-tag-manager-code' limit 1
      Bindings
      • 0: google-tag-manager-code
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header:42
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts460μsselect `value` from `settings` where `key` = 'google-tag-manager-code' limit 1
      Bindings
      • 0: google-tag-manager-code
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header:53
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts660μsselect `value` from `settings` where `key` = 'email' limit 1
      Bindings
      • 0: email
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.navigations:8
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts670μsselect `value` from `settings` where `key` = 'email' limit 1
      Bindings
      • 0: email
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.navigations:8
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts510μsselect `value` from `settings` where `key` = 'phone' limit 1
      Bindings
      • 0: phone
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.navigations:8
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts480μsselect `value` from `settings` where `key` = 'phone' limit 1
      Bindings
      • 0: phone
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.navigations:8
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • PluginService.php#12crushescorts510μsselect * from `plugins` where `name` = 'duo_gallery' limit 1
      Bindings
      • 0: duo_gallery
      Backtrace
      • app/Services/PluginService.php:12
      • app/Providers/AppServiceProvider.php:36
      • view::frontend.layouts.header-components.navigations:16
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • Setting.php#47crushescorts610μsselect `value` from `settings` where `key` = 'whatsapp' limit 1
      Bindings
      • 0: whatsapp
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.contacts:2
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts510μsselect `value` from `settings` where `key` = 'whatsapp' limit 1
      Bindings
      • 0: whatsapp
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.contacts:4
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts510μsselect `value` from `settings` where `key` = 'phone' limit 1
      Bindings
      • 0: phone
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.contacts:6
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts510μsselect `value` from `settings` where `key` = 'phone' limit 1
      Bindings
      • 0: phone
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.header-components.contacts:8
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • PluginService.php#12crushescorts540μsselect * from `plugins` where `name` = 'news_letter' limit 1
      Bindings
      • 0: news_letter
      Backtrace
      • app/Services/PluginService.php:12
      • app/Providers/AppServiceProvider.php:36
      • view::frontend.layouts.app:3
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • Setting.php#47crushescorts470μsselect `value` from `settings` where `key` = 'phone' limit 1
      Bindings
      • 0: phone
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:44
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts480μsselect `value` from `settings` where `key` = 'phone' limit 1
      Bindings
      • 0: phone
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:44
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts410μsselect `value` from `settings` where `key` = 'email' limit 1
      Bindings
      • 0: email
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:45
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts430μsselect `value` from `settings` where `key` = 'email' limit 1
      Bindings
      • 0: email
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:45
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts530μsselect `value` from `settings` where `key` = 'address' limit 1
      Bindings
      • 0: address
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:46
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts430μsselect `value` from `settings` where `key` = 'email' limit 1
      Bindings
      • 0: email
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:80
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts450μsselect `value` from `settings` where `key` = 'whatsapp' limit 1
      Bindings
      • 0: whatsapp
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:85
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts500μsselect `value` from `settings` where `key` = 'phone' limit 1
      Bindings
      • 0: phone
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:90
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#68crushescorts420μsselect exists(select * from `settings` where `key` = 'google-tag-manager-code') as `exists`
      Bindings
      • 0: google-tag-manager-code
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:68
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:32
      • vendor/rawilk/laravel-settings/src/Settings.php:258
      • view::frontend.layouts.footer:111
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts410μsselect `value` from `settings` where `key` = 'google-tag-manager-code' limit 1
      Bindings
      • 0: google-tag-manager-code
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:111
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • Setting.php#47crushescorts390μsselect `value` from `settings` where `key` = 'google-tag-manager-code' limit 1
      Bindings
      • 0: google-tag-manager-code
      Backtrace
      • vendor/rawilk/laravel-settings/src/Models/Setting.php:47
      • vendor/rawilk/laravel-settings/src/Drivers/EloquentDriver.php:22
      • vendor/rawilk/laravel-settings/src/Settings.php:196
      • view::frontend.layouts.footer:113
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • PluginService.php#12crushescorts530μsselect * from `plugins` where `name` = 'favourites' limit 1
      Bindings
      • 0: favourites
      Backtrace
      • app/Services/PluginService.php:12
      • app/Providers/AppServiceProvider.php:36
      • view::frontend.layouts.footer:137
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • DatabaseSessionHandler.php#97crushescorts530μsselect * from `sessions` where `id` = 'ul5f0J70UJ6L5TIU9e8usUu8zLUN5jXvhuzVc4F0' limit 1
      Bindings
      • 0: ul5f0J70UJ6L5TIU9e8usUu8zLUN5jXvhuzVc4F0
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
      • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:136
      • vendor/laravel/framework/src/Illuminate/Session/Store.php:172
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:245
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:130
    • DatabaseSessionHandler.php#158crushescorts1.33msinsert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values ('YTozOntzOjY6Il90b2tlbiI7czo0MDoib2E4QTRKQnZyZkw5aDNHNEVTckMwc2hXdUF0MEp4SzZveXZFUUNHMiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDM6Imh0dHBzOi8vd3d3LmNydXNoZXNjb3J0cy5jb20vZXNjb3J0cy9zZWxlbmEiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1743378744, null, '172.70.131.114', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'ul5f0J70UJ6L5TIU9e8usUu8zLUN5jXvhuzVc4F0')
      Bindings
      • 0: YTozOntzOjY6Il90b2tlbiI7czo0MDoib2E4QTRKQnZyZkw5aDNHNEVTckMwc2hXdUF0MEp4SzZveXZFUUNHMiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDM6Imh0dHBzOi8vd3d3LmNydXNoZXNjb3J0cy5jb20vZXNjb3J0cy9zZWxlbmEiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19
      • 1: 1743378744
      • 2: 
      • 3: 172.70.131.114
      • 4: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
      • 5: ul5f0J70UJ6L5TIU9e8usUu8zLUN5jXvhuzVc4F0
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:158
      • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:142
      • vendor/laravel/framework/src/Illuminate/Session/Store.php:172
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:245
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:130
    Spatie\MediaLibrary\MediaCollections\Models\Media
    64Media.php#?
    App\Models\Location
    54Location.php#?
    App\Models\Staff
    35Staff.php#?
    App\Models\Rate
    33Rate.php#?
    App\Models\Category
    30Category.php#?
    Rawilk\Settings\Models\Setting
    23Setting.php#?
    App\Models\Plugin
    22Plugin.php#?
    App\Models\Review
    19Review.php#?
    App\Models\Stat
    10Stat.php#?
        _token
        oa8A4JBvrfL9h3G4ESrC0shWuAt0JxK6oyvEQCG2
        _previous
        array:1 [ "url" => "https://www.crushescorts.com/escorts/selena" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /escorts/selena
        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:25 [ "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" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cf-connecting-ip" => array:1 [ 0 => "3.17.62.86" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "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" ] "cf-ray" => array:1 [ 0 => "928b853af978f606-ORD" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-forwarded-for" => array:1 [ 0 => "3.17.62.86" ] "x-real-ip" => array:1 [ 0 => "172.70.131.114" ] "host" => array:1 [ 0 => "www.crushescorts.com" ] ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Sun, 30 Mar 2025 23:52:24 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImZ6aGJscjhNVnh6azNHajl3TXcvc2c9PSIsInZhbHVlIjoiamNZaUFPNFh3TGlON0J1M3pUOVlGRDEvMVJsa1FsTTcxUkF2Mll6TEd6bEE3MkF1RmpWeXRaY0FsWDMrNWhlVlBCa1R5OXlZUnhhdUFmYTc0SmZ0dlRVc0lUb1pnbEZJSWFKNzQrWEp3WmxJeVVwRUpMUnZnS05sZWE5ZWZ1VlkiLCJtYWMiOiI3MjJmOTU2MjU1MWQ1MGRjNTdkMTZkMTc2ZDUyZjU0ZDgzZGU3YTc4NzU4ZjcwYzcwZTFiYWZhNjRiYmEzNTNmIiwidGFnIjoiIn0%3D; expires=Mon, 31 Mar 2025 01:52:24 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImZ6aGJscjhNVnh6azNHajl3TXcvc2c9PSIsInZhbHVlIjoiamNZaUFPNFh3TGlON0J1M3pUOVlGRDEvMVJsa1FsTTcxUkF2Mll6TEd6bEE3MkF1RmpWeXRaY0FsWDMrNWhlVlBCa1R5O" 1 => "crush_escorts_session=eyJpdiI6Ik0xM3dXRGczSWVjV1M3RmVNVzRuaHc9PSIsInZhbHVlIjoiTEYzZUZvbDhsa2d2VWhYL3pZMm1KdUMwcmJ1akJ1Sis2Q2RKV0FKelZ2WERyZm5xcmxDdm9QSlppUHRKK2d2RHZGa3MyVEN5aFYzckNUeXlVeGVINmFGcjlEVUFqVHZ4ZzBpazY3cmlwVmpaRGY4bzNlRkJKalVGZkNBVllHWXAiLCJtYWMiOiJlOTMyM2IxMWQ3NmUzYjQ0OTVkNTYzZGM1MmI5NDc5MTg5M2Y2YjFmODFiNmI1MWI5MzljZjU3ZWMzNmFiNDM5IiwidGFnIjoiIn0%3D; expires=Mon, 31 Mar 2025 01:52:24 GMT; Max-Age=7200; path=/; secure; samesite=laxcrush_escorts_session=eyJpdiI6Ik0xM3dXRGczSWVjV1M3RmVNVzRuaHc9PSIsInZhbHVlIjoiTEYzZUZvbDhsa2d2VWhYL3pZMm1KdUMwcmJ1akJ1Sis2Q2RKV0FKelZ2WERyZm5xcmxDdm9QSlppUHRKK2" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImZ6aGJscjhNVnh6azNHajl3TXcvc2c9PSIsInZhbHVlIjoiamNZaUFPNFh3TGlON0J1M3pUOVlGRDEvMVJsa1FsTTcxUkF2Mll6TEd6bEE3MkF1RmpWeXRaY0FsWDMrNWhlVlBCa1R5OXlZUnhhdUFmYTc0SmZ0dlRVc0lUb1pnbEZJSWFKNzQrWEp3WmxJeVVwRUpMUnZnS05sZWE5ZWZ1VlkiLCJtYWMiOiI3MjJmOTU2MjU1MWQ1MGRjNTdkMTZkMTc2ZDUyZjU0ZDgzZGU3YTc4NzU4ZjcwYzcwZTFiYWZhNjRiYmEzNTNmIiwidGFnIjoiIn0%3D; expires=Mon, 31-Mar-2025 01:52:24 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImZ6aGJscjhNVnh6azNHajl3TXcvc2c9PSIsInZhbHVlIjoiamNZaUFPNFh3TGlON0J1M3pUOVlGRDEvMVJsa1FsTTcxUkF2Mll6TEd6bEE3MkF1RmpWeXRaY0FsWDMrNWhlVlBCa1R5O" 1 => "crush_escorts_session=eyJpdiI6Ik0xM3dXRGczSWVjV1M3RmVNVzRuaHc9PSIsInZhbHVlIjoiTEYzZUZvbDhsa2d2VWhYL3pZMm1KdUMwcmJ1akJ1Sis2Q2RKV0FKelZ2WERyZm5xcmxDdm9QSlppUHRKK2d2RHZGa3MyVEN5aFYzckNUeXlVeGVINmFGcjlEVUFqVHZ4ZzBpazY3cmlwVmpaRGY4bzNlRkJKalVGZkNBVllHWXAiLCJtYWMiOiJlOTMyM2IxMWQ3NmUzYjQ0OTVkNTYzZGM1MmI5NDc5MTg5M2Y2YjFmODFiNmI1MWI5MzljZjU3ZWMzNmFiNDM5IiwidGFnIjoiIn0%3D; expires=Mon, 31-Mar-2025 01:52:24 GMT; path=/; securecrush_escorts_session=eyJpdiI6Ik0xM3dXRGczSWVjV1M3RmVNVzRuaHc9PSIsInZhbHVlIjoiTEYzZUZvbDhsa2d2VWhYL3pZMm1KdUMwcmJ1akJ1Sis2Q2RKV0FKelZ2WERyZm5xcmxDdm9QSlppUHRKK2" ] ]
        session_attributes
        0 of 0
        array:3 [ "_token" => "oa8A4JBvrfL9h3G4ESrC0shWuAt0JxK6oyvEQCG2" "_previous" => array:1 [ "url" => "https://www.crushescorts.com/escorts/selena" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-03-30 23:52:24GET/escorts/selena21183290