Trouve des musiciens qui aiment Eden Dillinger comme toi

  • 0 album
  • 0 concert à venir
  • 0 membre aime cet artiste
Like
Genres musicaux
french hip hop

Trouve des musiciens qui aiment le style de musique de Eden Dillinger

Voir les musiciens qui aiment le style Hip Hop
0 album

Discographie

Aucun résultat
0 concert à venir où tu pourrais rencontrer d'autres musiciens

Concerts à venir

Aucun résultat
0 artiste similaire que d'autres musiciens comme toi pourraient aimer

Artistes similaires

SettingsRequest history378msRequest 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
fr
GET {language}/artist/{slug}/{id}
status
200 OK
full_url
https://www.benoizzy.com/fr/artist/eden-dillinger/27752
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/fr/artist/eden-dillinger/27752
    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
    387ms
    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" => "fAX5nxbHJ2mVavdwdKwJstmJqK4v11IpulSQRH61" ]
    • Booting (166ms)time
    • Application (212ms)time
    • Routing (3.45ms)
    • Preparing Response (71.5ms)
    • 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 (55.98%)
      212ms
      1 x Booting (44.01%)
      166ms
      1 x Preparing Response (18.92%)
      71.50ms
      1 x Routing (0.91%)
      3.45ms
      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
      14 statements were executed (5 duplicates)Show only duplicates10.66ms
      • ArtistsController.php#92noizzydb2.96msselect `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` = 'eden-dillinger' and `id` = '27752' and `slug` != '' and `slug` is not null limit 1
        Bindings
        • 0: App\Models\Artist
        • 1: 2025-06-15 12:37:20
        • 2: eden-dillinger
        • 3: 27752
        • 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#92noizzydb1.92msselect * from `albums` where `albums`.`artist_id` in (27752) 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#92noizzydb800μsselect * from `events` where `start_date` >= '2025-06-15 12:37:20' and `events`.`artist_id` in (27752) 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#92noizzydb790μ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 (27752) 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#92noizzydb650μ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 (27752)
        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#92noizzydb530μsselect `music_genres`.*, `music_genres_spotify_music_genres`.`spotify_music_genre_id` as `pivot_spotify_music_genre_id`, `music_genres_spotify_music_genres`.`music_genre_id` as `pivot_music_genre_id` from `music_genres` inner join `music_genres_spotify_music_genres` on `music_genres`.`id` = `music_genres_spotify_music_genres`.`music_genre_id` where `music_genres_spotify_music_genres`.`spotify_music_genre_id` in (130)
        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#92noizzydb240μsselect * from `music_genre_translations` where `music_genre_translations`.`music_genre_id` in (12)
        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#92noizzydb560μ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 (27752) 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#173noizzydb490μsselect * from `artist_translations` where `artist_translations`.`artist_id` = 27752 and `artist_translations`.`artist_id` is not null
        Bindings
        • 0: 27752
        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#98noizzydb510μ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` = 27752
        Bindings
        • 0: 27752
        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
      • Artist.php#67noizzydb290μ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` = 27752
        Bindings
        • 0: 27752
        Backtrace
        • app/Models/Artist.php:67
        • vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:173
        • view::app.artists.view:112
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Artist.php#67noizzydb240μ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` = 27752
        Bindings
        • 0: 27752
        Backtrace
        • app/Models/Artist.php:67
        • vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:173
        • view::app.artists.view:118
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • view.blade.php#453noizzydb450μ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` = 27752 and `slug` != '' and `slug` is not null
        Bindings
        • 0: 27752
        • 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#453noizzydb230μ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` = 27752 and `slug` != '' and `slug` is not null
        Bindings
        • 0: 27752
        • 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\MusicGenreTranslation
      4MusicGenreTranslation.php#?
      App\Models\Artist
      1Artist.php#?
      App\Models\SpotifyMusicGenre
      1SpotifyMusicGenre.php#?
      App\Models\MusicGenre
      1MusicGenre.php#?
          ClearShow all
          Date ↕MethodURLData
          #12025-06-15 12:37:20GET/fr/artist/eden-dillinger/277526147