Filter by

Radius around selected destination 0 km

Filter by Tags

More Filters
Back to Filters

Sorry, no results were found. Please adjust your search criteria and try again.

Join our online Community

Grow your marketing and be happy with your online business

Request history8.2.24PHP Version320msRequest Duration14MBMemory UsageGET listingsRouteAuth status
  • infolog[22:33:33] LOG.info: Middleware: { "middleware": null }
  • Booting (94.59ms)time
  • Application (226ms)time
  • 1 x Application (70.46%)
    226ms
    1 x Booting (29.52%)
    94.59ms
    14 templates were rendered
    • 1x templates.listingslistings.blade.php#?blade
    • 1x partials.listing_filterlisting_filter.blade.php#?blade
    • 1x partials.paginatorpaginator.blade.php#?blade
    • 1x partials.join_our_communityjoin_our_community.blade.php#?blade
    • 1x layouts.themetheme.blade.php#?blade
    • 1x partials.scripts.headerheader.blade.php#?blade
    • 1x partials.headerheader.blade.php#?blade
    • 2x partials.menu.menu_itemmenu_item.blade.php#?blade
    • 1x partials.footerfooter.blade.php#?blade
    • 1x partials.scripts.footerfooter.blade.php#?blade
    • 1x partials.notificationsnotifications.blade.php#?blade
    • 1x Corals::corals_maincorals_main.blade.php#?blade
    • 1x components.modalmodal.blade.php#?blade
    uri
    GET listings
    middleware
    web, Corals\Utility\Guide\Middleware\AddGuideAssetsMiddleware, Corals\Modules\Subscriptions\Middleware\SubscriptionMiddleware, Corals\Modules\Referral\Middleware\ReferralMiddleware, Closure
    controller
    Corals\Modules\Directory\Http\Controllers\ListingPublicController@index
    namespace
    Corals\Modules\Directory\Http\Controllers
    prefix
    where
    file
    vendor/corals/directory/src/Http/Controllers/ListingPublicController.php:59-108
    10 statements were executed (2 duplicates)Show only duplicates27.79ms
    • select * from `utility_guides` where (`url` = 'listings' or `route` = 'listings') limit 1640μsheysexyladiesdb_sauvAddGuideAssetsMiddleware.php#43
      Bindings
      • 0: listings
      • 1: listings
      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
      • vendor/corals/utility-guide/src/Middleware/AddGuideAssetsMiddleware.php:43
      • vendor/corals/utility-guide/src/Middleware/AddGuideAssetsMiddleware.php:22
      • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • Corals/core/Foundation/Http/Middleware/SetLocale.php:57
      • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
    • select `id` from `utility_categories` where `utility_categories`.`id` = 'asian' or (`utility_categories`.`parent_id` = 'asian' and `utility_categories`.`parent_id` <> 0) or `utility_categories`.`slug` = 'asian'490μsheysexyladiesdb_sauvDirectory.php#116
      Bindings
      • 0: asian
      • 1: asian
      • 2: 0
      • 3: asian
      Backtrace
      • vendor/corals/directory/src/Classes/Directory.php:116
      • vendor/corals/directory/src/Classes/Directory.php:30
      • vendor/corals/directory/src/Http/Controllers/ListingPublicController.php:74
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
    • select count(*) as aggregate from (select `directory_listings`.* from `directory_listings` inner join `utility_model_has_category` on `utility_model_has_category`.`model_id` = `directory_listings`.`id` inner join `utility_categories` on `utility_model_has_category`.`category_id` = `utility_categories`.`id` where `directory_listings`.`status` = 'active' and `utility_model_has_category`.`model_type` = 'Corals\\Modules\\Directory\\Models\\Listing' and (`utility_categories`.`id` in (23) or `utility_categories`.`parent_id` in (23)) and `directory_listings`.`status` = 'active' group by `directory_listings`.`id`) as `aggregate_table`710μsheysexyladiesdb_sauvDirectory.php#34
      Bindings
      • 0: active
      • 1: Corals\Modules\Directory\Models\Listing
      • 2: 23
      • 3: 23
      • 4: active
      Backtrace
      • vendor/corals/directory/src/Classes/Directory.php:34
      • vendor/corals/directory/src/Http/Controllers/ListingPublicController.php:74
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
    • select * from `utility_locations` where `module` = 'Directory' and `status` = 'active' order by name ASC22.98msheysexyladiesdb_sauvAddress.php#42
      Bindings
      • 0: Directory
      • 1: active
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • vendor/corals/utility-location/src/Classes/Address.php:42
      • view::partials.listing_filter:13
      • 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
    • select * from `utility_categories` where `module` = 'Directory' order by name ASC780μsheysexyladiesdb_sauvCategoryManager.php#58
      Bindings
      • 0: Directory
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • vendor/corals/utility-category/src/Classes/CategoryManager.php:58
      • view::partials.listing_filter:22
      • 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
    • select `name`, `id` from `utility_tags` where `module` = 'Directory'380μsheysexyladiesdb_sauvTagManager.php#31
      Bindings
      • 0: Directory
      Backtrace
      • vendor/corals/utility-tag/src/Classes/TagManager.php:31
      • view::partials.listing_filter:72
      • 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
    • select * from `utilities_seo_items` where `slug` = 'listings' limit 1340μsheysexyladiesdb_sauvSEOTools.php#146
      Bindings
      • 0: listings
      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
      • vendor/corals/cms/src/Classes/SEOTools.php:146
      • view::layouts.theme: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
    • select * from `utilities_seo_items` where `route` = 'listings' limit 1370μsheysexyladiesdb_sauvSEOTools.php#149
      Bindings
      • 0: listings
      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
      • vendor/corals/cms/src/Classes/SEOTools.php:149
      • view::layouts.theme: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
    • select * from `utility_categories` where `module` = 'Directory' order by name ASC420μsheysexyladiesdb_sauvCategoryManager.php#58
      Bindings
      • 0: Directory
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • vendor/corals/utility-category/src/Classes/CategoryManager.php:58
      • view::partials.header:54
      • 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
    • select * from `posts` where `published` = 1 and `type` = 'news' order by `published_at` desc limit 3680μsheysexyladiesdb_sauvCMS.php#210
      Bindings
      • 0: 1
      • 1: news
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • vendor/corals/cms/src/Classes/CMS.php:210
      • view::partials.footer:24
      • 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
    Corals\Utility\Location\Models\Location
    2821Location.php#?
    Corals\Utility\Category\Models\Category
    19Category.php#?
    Corals\Modules\CMS\Models\News
    3News.php#?
      web
      null
      sanctum
      null
        _token
        gAf7XOlG1rVszSbAazniSQrfiHdGkGQplhtFZr8X
        _previous
        array:1 [ "url" => "https://heysexyladies.com/listings?category=asian" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /listings
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        0 of 0
        array:1 [ "category" => "asian" ]
        request_request
        []
        
        request_headers
        0 of 0
        array:15 [ "host" => array:1 [ 0 => "heysexyladies.com" ] "connection" => array:1 [ 0 => "keep-alive" ] "pragma" => array:1 [ 0 => "no-cache" ] "cache-control" => array:1 [ 0 => "no-cache" ] "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" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:9 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 07 Apr 2025 22:33:33 GMT" ] "x-clockwork-id" => array:1 [ 0 => "Xb6e662d4d08b97f3fa512041cab10e46" ] "x-clockwork-version" => array:1 [ 0 => "9" ] "x-clockwork-path" => array:1 [ 0 => "_debugbar/clockwork/" ] "server-timing" => array:2 [ 0 => "app;desc="Booting";dur=94.590902" 1 => "app;desc="Application";dur=225.786924" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkFBUE16Y0NTZU9BNHNjdTRxbm5ob1E9PSIsInZhbHVlIjoiVzd2Y2NsWmhqd0FlU0tnU3hvSDJJUytBdk0xejVUTGJabDB2R0pHNmFlTTEzSXNiTStXSkdNa0ZKMmUwU1ZIazFGZFNJSGkzT2FlRmxYdXh1Q081Mlc3NkJ2aEdESG9RUWVWWWJIOHlLbUFuRjJUOW45aXdiaEl6NVRhdnF3YWYiLCJtYWMiOiI3ZGNiNjQ5YTgyZWUxYTE2M2I3NjgwYWVhODIyNTM3NmMyNmZiN2MwMTcwOTA5ZWYxNDVmM2M0ZWI0ZWVmMmExIiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 00:33:34 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6IkFBUE16Y0NTZU9BNHNjdTRxbm5ob1E9PSIsInZhbHVlIjoiVzd2Y2NsWmhqd0FlU0tnU3hvSDJJUytBdk0xejVUTGJabDB2R0pHNmFlTTEzSXNiTStXSkdNa0ZKMmUwU1ZIazFGZFNJS" 1 => "laraship_session=eyJpdiI6InNwTFVPVDFWM0hCUkVBNVpQc1gvUUE9PSIsInZhbHVlIjoiZ0kvc2xCNTdOS2NyRzZwVE5vYTk0aktIbWhXUDlvVThGTFdWSEcwTVNiN21MNEo0NWFYTkl3RzFnQitxWFd0SFdWbjRJOVY0ZjVjR0hCR1ZWaFhwTHYvZGFubkR3MG03QU9UUWtBTG92Zk5HWGZ1cHFjV1pnMUF4YitjWHp0ekgiLCJtYWMiOiJmYjA4OGEwOGE1M2ZkZGJkYjE3ZGFiMTA0NjgyZjRhZjgwMTYzYzc3YjRmMzY2MWRkMDdmZDU4MGIwNjNkZmE2IiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 00:33:34 GMT; Max-Age=7200; path=/; secure; httponlylaraship_session=eyJpdiI6InNwTFVPVDFWM0hCUkVBNVpQc1gvUUE9PSIsInZhbHVlIjoiZ0kvc2xCNTdOS2NyRzZwVE5vYTk0aktIbWhXUDlvVThGTFdWSEcwTVNiN21MNEo0NWFYTkl3RzFnQitxWFd0SFd" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkFBUE16Y0NTZU9BNHNjdTRxbm5ob1E9PSIsInZhbHVlIjoiVzd2Y2NsWmhqd0FlU0tnU3hvSDJJUytBdk0xejVUTGJabDB2R0pHNmFlTTEzSXNiTStXSkdNa0ZKMmUwU1ZIazFGZFNJSGkzT2FlRmxYdXh1Q081Mlc3NkJ2aEdESG9RUWVWWWJIOHlLbUFuRjJUOW45aXdiaEl6NVRhdnF3YWYiLCJtYWMiOiI3ZGNiNjQ5YTgyZWUxYTE2M2I3NjgwYWVhODIyNTM3NmMyNmZiN2MwMTcwOTA5ZWYxNDVmM2M0ZWI0ZWVmMmExIiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 00:33:34 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkFBUE16Y0NTZU9BNHNjdTRxbm5ob1E9PSIsInZhbHVlIjoiVzd2Y2NsWmhqd0FlU0tnU3hvSDJJUytBdk0xejVUTGJabDB2R0pHNmFlTTEzSXNiTStXSkdNa0ZKMmUwU1ZIazFGZFNJS" 1 => "laraship_session=eyJpdiI6InNwTFVPVDFWM0hCUkVBNVpQc1gvUUE9PSIsInZhbHVlIjoiZ0kvc2xCNTdOS2NyRzZwVE5vYTk0aktIbWhXUDlvVThGTFdWSEcwTVNiN21MNEo0NWFYTkl3RzFnQitxWFd0SFdWbjRJOVY0ZjVjR0hCR1ZWaFhwTHYvZGFubkR3MG03QU9UUWtBTG92Zk5HWGZ1cHFjV1pnMUF4YitjWHp0ekgiLCJtYWMiOiJmYjA4OGEwOGE1M2ZkZGJkYjE3ZGFiMTA0NjgyZjRhZjgwMTYzYzc3YjRmMzY2MWRkMDdmZDU4MGIwNjNkZmE2IiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 00:33:34 GMT; path=/; secure; httponlylaraship_session=eyJpdiI6InNwTFVPVDFWM0hCUkVBNVpQc1gvUUE9PSIsInZhbHVlIjoiZ0kvc2xCNTdOS2NyRzZwVE5vYTk0aktIbWhXUDlvVThGTFdWSEcwTVNiN21MNEo0NWFYTkl3RzFnQitxWFd0SFd" ] ]
        session_attributes
        0 of 0
        array:3 [ "_token" => "gAf7XOlG1rVszSbAazniSQrfiHdGkGQplhtFZr8X" "_previous" => array:1 [ "url" => "https://heysexyladies.com/listings?category=asian" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-04-07 22:33:34GET/listings?category=asian114102843