Photos

Filters
SettingsRequest history8.1.27PHP Version291msRequest Duration7MBMemory UsageGET photos
status
200 OK
full_url
https://dev.arcane.city/photos?page=2
action_name
photos.index
controller_action
App\Http\Controllers\PhotosController@index
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://dev.arcane.city/photos?page=2
action_name
photos.index
controller_action
App\Http\Controllers\PhotosController@index
uri
GET photos
middleware
web
controller
App\Http\Controllers\PhotosController@index
namespace
App\Http\Controllers
file
app/Http/Controllers/PhotosController.php:90-146
duration
294ms
peak_memory
8MB
response
text/html; charset=UTF-8
request_format
html
request_query
0 of 0
array:1 [ "page" => "2" ]
request_request
[]
request_headers
0 of 0
array:15 [ "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" ] "host" => array:1 [ 0 => "dev.arcane.city" ] ]
request_cookies
[]
response_headers
0 of 0
array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 20 Jul 2025 06:34:28 GMT" ] ]
session_attributes
0 of 0
array:9 [ "_token" => "JMevWqCl3mcALKO7vSZcpXfoySYADC6k0emnxxLu" "internal_photo/index/tab" => "https://dev.arcane.city/photos" "internal_photo_index/index/filters" => [] "internal_photo_index/index/direction" => null "internal_photo_index/index/limit" => 25 "internal_photo_index/index/sort" => null "internal_photo_index/index/tab" => "https://dev.arcane.city/photos" "internal_photo_index/index/is-reset" => null "_flash" => array:2 [ "old" => [] "new" => [] ] ]
    • Booting (48.08ms)time
    • Application (243ms)time
    • Routing (1.21ms)
    • Preparing Response (179μs)
    • 1 x Application (83.46%)
      243ms
      1 x Booting (16.54%)
      48.08ms
      1 x Routing (0.41%)
      1.21ms
      1 x Preparing Response (0.06%)
      179μs
      33 templates were rendered
      • 1x photos.indexindex.blade.php#?blade
      • 1x photos.crumbscrumbs.blade.php#?blade
      • 25x photos.cellcell.blade.php#?blade
      • 1x pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • 1x partials.filter-jsfilter-js.blade.php#?blade
      • 1x appapp.blade.php#?blade
      • 1x partials.analyticsanalytics.blade.php#?blade
      • 1x partials.navnav.blade.php#?blade
      • 1x flashflash.blade.php#?blade
      uri
      GET photos
      middleware
      web, Closure
      as
      photos.index
      controller
      App\Http\Controllers\PhotosController@index
      namespace
      App\Http\Controllers
      file
      app/Http/Controllers/PhotosController.php:90-146
      57 statements were executed (24 duplicates)Show only duplicates67.17ms
      • PhotosController.php#125dev_events_tracker11.5msselect count(*) as aggregate from `photos` left join `event_photo` on `event_photo`.`photo_id` = `photos`.`id` left join `events` on `events`.`id` = `event_photo`.`event_id` where `photos`.`is_event` = '1'
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/PhotosController.php:125
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • PhotosController.php#125dev_events_tracker7.82msselect `photos`.* from `photos` left join `event_photo` on `event_photo`.`photo_id` = `photos`.`id` left join `events` on `events`.`id` = `event_photo`.`event_id` where `photos`.`is_event` = '1' order by `photos`.`created_at` desc limit 25 offset 25
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/PhotosController.php:125
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • PhotosController.php#397dev_events_tracker1.78msselect `name`, `slug` from `tags` order by `name` asc
        Backtrace
        • app/Http/Controllers/PhotosController.php:397
        • app/Http/Controllers/PhotosController.php:141
        • 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:260
      • PhotosController.php#398dev_events_tracker2.83msselect `name`, `name` from `entities` order by `name` asc
        Backtrace
        • app/Http/Controllers/PhotosController.php:398
        • app/Http/Controllers/PhotosController.php:141
        • 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:260
      • cell.blade.php#2dev_events_tracker1.28msselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3808
        Bindings
        • 0: 3808
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker780μsselect * from `entities` where `entities`.`id` = 331 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 331
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker940μsselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3798
        Bindings
        • 0: 3798
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker590μsselect * from `entities` where `entities`.`id` = 86 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 86
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker880μsselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3797
        Bindings
        • 0: 3797
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker630μsselect * from `entities` where `entities`.`id` = 86 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 86
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker880μsselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3796
        Bindings
        • 0: 3796
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker530μsselect * from `entities` where `entities`.`id` = 86 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 86
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker860μsselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3795
        Bindings
        • 0: 3795
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker660μsselect * from `entities` where `entities`.`id` = 86 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 86
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker1.17msselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3794
        Bindings
        • 0: 3794
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker650μsselect * from `entities` where `entities`.`id` = 86 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 86
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker1.07msselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3792
        Bindings
        • 0: 3792
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker670μsselect * from `entities` where `entities`.`id` = 86 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 86
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker1.21msselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3793
        Bindings
        • 0: 3793
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker570μsselect * from `entities` where `entities`.`id` = 86 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 86
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker1.18msselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3778
        Bindings
        • 0: 3778
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker1.11msselect * from `entities` where `entities`.`id` = 76 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 76
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker1.01msselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3779
        Bindings
        • 0: 3779
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker780μsselect * from `entities` where `entities`.`id` = 76 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 76
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker1.06msselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3764
        Bindings
        • 0: 3764
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker690μsselect * from `entities` where `entities`.`id` = 76 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 76
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker1.05msselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3757
        Bindings
        • 0: 3757
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker730μsselect * from `entities` where `entities`.`id` = 76 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 76
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker980μsselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3749
        Bindings
        • 0: 3749
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker890μsselect * from `entities` where `entities`.`id` = 76 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 76
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker930μsselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3747
        Bindings
        • 0: 3747
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker660μsselect * from `entities` where `entities`.`id` = 76 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 76
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker1.07msselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3746
        Bindings
        • 0: 3746
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker600μsselect * from `entities` where `entities`.`id` = 76 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 76
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker890μsselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3743
        Bindings
        • 0: 3743
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker590μsselect * from `entities` where `entities`.`id` = 76 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 76
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker870μsselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3724
        Bindings
        • 0: 3724
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker600μsselect * from `entities` where `entities`.`id` = 2 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker980μsselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3723
        Bindings
        • 0: 3723
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker620μsselect * from `entities` where `entities`.`id` = 2 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker920μsselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3719
        Bindings
        • 0: 3719
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker490μsselect * from `entities` where `entities`.`id` = 2 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker980μsselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3720
        Bindings
        • 0: 3720
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker570μsselect * from `entities` where `entities`.`id` = 2 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker750μsselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3721
        Bindings
        • 0: 3721
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker570μsselect * from `entities` where `entities`.`id` = 2 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker740μsselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3718
        Bindings
        • 0: 3718
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker840μsselect * from `entities` where `entities`.`id` = 2 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker1.01msselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3717
        Bindings
        • 0: 3717
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker650μsselect * from `entities` where `entities`.`id` = 2 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker920μsselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3714
        Bindings
        • 0: 3714
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker820μsselect * from `entities` where `entities`.`id` = 2 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::photos.cell:4
        • 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
      • cell.blade.php#2dev_events_tracker1.17msselect `events`.*, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `events` inner join `event_photo` on `events`.`id` = `event_photo`.`event_id` where `event_photo`.`photo_id` = 3713
        Bindings
        • 0: 3713
        Backtrace
        • view::photos.cell:2
        • 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
      • cell.blade.php#4dev_events_tracker610μsselect * from `entities` where `entities`.`id` = 2 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::photos.cell:4
        • 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
      • ViewComposerServiceProvider.php#38dev_events_tracker690μsselect * from `roles` order by `name` asc
        Backtrace
        • app/Providers/ViewComposerServiceProvider.php:38
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
        • vendor/laravel/framework/src/Illuminate/View/View.php:159
        • view::app:65
      • ViewComposerServiceProvider.php#39dev_events_tracker350μsselect count(*) as aggregate from `forums`
        Backtrace
        • app/Providers/ViewComposerServiceProvider.php:39
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
        • vendor/laravel/framework/src/Illuminate/View/View.php:159
        • view::app:65
      • ViewComposerServiceProvider.php#40dev_events_tracker500μsselect * from `menus` where exists (select * from `visibilities` where `menus`.`visibility_id` = `visibilities`.`id` and `name` = 'Public') order by `name` asc
        Bindings
        • 0: Public
        Backtrace
        • app/Providers/ViewComposerServiceProvider.php:40
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
        • vendor/laravel/framework/src/Illuminate/View/View.php:159
        • view::app:65
      App\Models\Photo
      25Photo.php#?
      App\Models\Event
      25Event.php#?
      App\Models\Entity
      25Entity.php#?
      App\Models\Role
      11Role.php#?
      App\Models\Menu
      2Menu.php#?
          _token
          JMevWqCl3mcALKO7vSZcpXfoySYADC6k0emnxxLu
          internal_photo/index/tab
          https://dev.arcane.city/photos
          internal_photo_index/index/filters
          []
          internal_photo_index/index/direction
          null
          internal_photo_index/index/limit
          25
          internal_photo_index/index/sort
          null
          internal_photo_index/index/tab
          https://dev.arcane.city/photos
          internal_photo_index/index/is-reset
          null
          _flash
          array:2 [ "old" => [] "new" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-20 01:34:28GET/photos?page=2335788