Finden Sie Musiker die mögen Dukus wie du

  • 0 album
  • 0 bevorstehendes Konzert
  • 0 mitglied mag diesen Künstler
Like
0 album

Diskographie

Kein Ergebnis
0 bevorstehendes Konzert wo man andere Musiker treffen konnte

Kommende Konzerte

Kein Ergebnis
0 ähnlicher Künstler das anderen Musikern wie Ihnen gefallen könnte

Ähnlicher Künstler

SettingsRequest history361msRequest Duration3MBMemory Usage10.x
Laravel Version
10.48.29
PHP Version
8.2.28
Environment
production
Debug Mode
Enabled
URL
www.benoizzy.com
Timezone
Europe/Paris
Locale
de
GET {language}/artist/{slug}/{id}
status
200 OK
full_url
https://www.benoizzy.com/de/artist/dukus/92851
action_name
artist
controller_action
App\Http\Controllers\ArtistsController@view
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
    status
    200 OK
    full_url
    https://www.benoizzy.com/de/artist/dukus/92851
    action_name
    artist
    controller_action
    App\Http\Controllers\ArtistsController@view
    uri
    GET {language}/artist/{slug}/{id}
    controller
    App\Http\Controllers\ArtistsController@view
    prefix
    /{language}
    file
    app/Http/Controllers/ArtistsController.php:82-101
    middleware
    web, locale
    duration
    368ms
    peak_memory
    4MB
    response
    text/html; charset=UTF-8
    request_format
    html
    request_query
    []
    
    request_request
    []
    
    request_headers
    0 of 0
    array:18 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-real-ip" => array:1 [ 0 => "216.73.216.73" ] "host" => array:1 [ 0 => "www.benoizzy.com" ] ]
    request_cookies
    []
    
    response_headers
    0 of 0
    array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Sun, 15 Jun 2025 10:37:20 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] ]
    session_attributes
    0 of 0
    array:1 [ "_token" => "5x3PFXXI3PWwbvp7tdJu0yzPfpdYkOQB6yCTbHCh" ]
    • Booting (169ms)time
    • Application (192ms)time
    • Routing (4.61ms)
    • Preparing Response (55.8ms)
    • View: app.artists.viewviews
    • View: partials.app.register-modalviews
    • View: layouts.mainviews
    • View: partials.app.footerviews
    • View: cookie-consent::indexviews
    • View: cookie-consent::dialogContentsviews
    • 1 x Application (53.25%)
      192ms
      1 x Booting (46.74%)
      169ms
      1 x Preparing Response (15.44%)
      55.80ms
      1 x Routing (1.28%)
      4.61ms
      6 x View (0%)
      0μs
      6 templates were rendered
      • app.artists.viewview.blade.php#?blade
      • partials.app.register-modalregister-modal.blade.php#?blade
      • layouts.mainmain.blade.php#?blade
      • partials.app.footerfooter.blade.php#?blade
      • cookie-consent::indexindex.blade.php#?blade
      • cookie-consent::dialogContentsdialogContents.blade.php#?blade
      10 statements were executed (2 duplicates)Show only duplicates9.3ms
      • ArtistsController.php#92noizzydb4.52msselect `artists`.*, (select count(*) from `users` inner join `likes` on `users`.`id` = `likes`.`user_id` where `artists`.`id` = `likes`.`likeable_id` and `likeable_type` = 'App\\Models\\Artist' and `users`.`deleted_at` is null) as `likers_count`, (select count(*) from `events` where `artists`.`id` = `events`.`artist_id` and `start_date` >= '2025-06-15 12:37:20' and `events`.`deleted_at` is null) as `events_count`, (select count(*) from `albums` where `artists`.`id` = `albums`.`artist_id` and `albums`.`deleted_at` is null) as `albums_count` from `artists` where `slug` = 'dukus' and `id` = '92851' and `slug` != '' and `slug` is not null limit 1
        Bindings
        • 0: App\Models\Artist
        • 1: 2025-06-15 12:37:20
        • 2: dukus
        • 3: 92851
        • 4: 
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#92noizzydb510μsselect * from `albums` where `albums`.`artist_id` in (92851) and `albums`.`deleted_at` is null order by `release_date` desc
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#92noizzydb580μsselect * from `events` where `start_date` >= '2025-06-15 12:37:20' and `events`.`artist_id` in (92851) and `events`.`deleted_at` is null order by `start_date` asc, `name` asc
        Bindings
        • 0: 2025-06-15 12:37:20
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#92noizzydb830μsselect `users`.*, `likes`.`likeable_id` as `pivot_likeable_id`, `likes`.`user_id` as `pivot_user_id` from `users` inner join `likes` on `users`.`id` = `likes`.`user_id` where `likeable_type` = 'App\\Models\\Artist' and `likes`.`likeable_id` in (92851) and `users`.`deleted_at` is null
        Bindings
        • 0: App\Models\Artist
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#92noizzydb580μsselect `spotify_music_genres`.*, `artists_spotify_music_genres`.`artist_id` as `pivot_artist_id`, `artists_spotify_music_genres`.`spotify_music_genre_id` as `pivot_spotify_music_genre_id` from `spotify_music_genres` inner join `artists_spotify_music_genres` on `spotify_music_genres`.`id` = `artists_spotify_music_genres`.`spotify_music_genre_id` where `artists_spotify_music_genres`.`artist_id` in (92851)
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#92noizzydb630μsselect `artists`.*, `artists_related_artists`.`artist_id` as `pivot_artist_id`, `artists_related_artists`.`related_artist_id` as `pivot_related_artist_id` from `artists` inner join `artists_related_artists` on `artists`.`id` = `artists_related_artists`.`related_artist_id` where `artists_related_artists`.`artist_id` in (92851) and `slug` != '' and `slug` is not null
        Bindings
        • 0: 
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • Translatable.php#173noizzydb460μsselect * from `artist_translations` where `artist_translations`.`artist_id` = 92851 and `artist_translations`.`artist_id` is not null
        Bindings
        • 0: 92851
        Backtrace
        • vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:173
        • vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:454
        • vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:209
        • vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:157
        • view::app.artists.view:85
      • view.blade.php#98noizzydb500μsselect count(*) as aggregate from `spotify_music_genres` inner join `artists_spotify_music_genres` on `spotify_music_genres`.`id` = `artists_spotify_music_genres`.`spotify_music_genre_id` where `artists_spotify_music_genres`.`artist_id` = 92851
        Bindings
        • 0: 92851
        Backtrace
        • view::app.artists.view:98
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • view.blade.php#453noizzydb430μsselect count(*) as aggregate from `artists` inner join `artists_related_artists` on `artists`.`id` = `artists_related_artists`.`related_artist_id` where `artists_related_artists`.`artist_id` = 92851 and `slug` != '' and `slug` is not null
        Bindings
        • 0: 92851
        • 1: 
        Backtrace
        • view::app.artists.view:453
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • view.blade.php#453noizzydb260μsselect count(*) as aggregate from `artists` inner join `artists_related_artists` on `artists`.`id` = `artists_related_artists`.`related_artist_id` where `artists_related_artists`.`artist_id` = 92851 and `slug` != '' and `slug` is not null
        Bindings
        • 0: 92851
        • 1: 
        Backtrace
        • view::app.artists.view:453
        • 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:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Artist
      1Artist.php#?
          ClearShow all
          Date ↕MethodURLData
          #12025-06-15 12:37:20GET/de/artist/dukus/928516101