Sign up here for your daily business digest direct to your inbox
0 of 0array:1 [▶ "exception" => RuntimeException {#1001 ▶ #message: "No editor known for region. Region: region-london" #code: 0 #file: "/var/www/html/app/Views/EditorsOpinion.php" #line: 87 trace: {▶ /var/www/html/app/Views/EditorsOpinion.php:87 {▼ App\Views\EditorsOpinion->getEditorName(string $region): string … ›default:
›throw new RuntimeException('No editor known for region. Region: ' . $region);
›}
} /var/www/html/app/Views/EditorsOpinion.php:27 {▶ App\Views\EditorsOpinion->__construct(Tag $region) … ›{
›$name = $this->getEditorName($region->value);
›$editor = $this->getEditorProfile($name);
arguments: {▶ $region: "region-london" } } /var/www/html/app/Http/Controllers/NewsController.php:49 {▶ App\Http\Controllers\NewsController->region(Region $region): View … ›try {
›$editorsOpinion = new EditorsOpinion($tag);
›$editorsOpinion->shareToView();
arguments: {▶ $region: App\Domain\Tags\Tag {#1981 …} } } /var/www/html/app/Http/Controllers/News/RegionController.php:41 {▶ App\Http\Controllers\News\RegionController->index(Region $region): View … ›{
›return $this->region($region);
›}
arguments: {▶ $region: Bdaily\Core\Domain\Region {#947 …} } } App\Http\Controllers\News\RegionController->index() {} /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54 {▶ Illuminate\Routing\Controller->callAction($method, $parameters) … ›{
›return call_user_func_array([$this, $method], $parameters);
›}
arguments: {▶ $function_name: array:2 [ …2] $parameters: array:1 [ …1] } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45 {▶ Illuminate\Routing\ControllerDispatcher->dispatch(Route $route, $controller, $method) … ›if (method_exists($controller, 'callAction')) {
›return $controller->callAction($method, $parameters);
›}
arguments: {▶ $method: "index" $parameters: array:1 [ …1] } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Route.php:219 {▶ Illuminate\Routing\Route->runController() … ›return $this->controllerDispatcher()->dispatch(
›$this, $this->getController(), $this->getControllerMethod()
›);
arguments: {▶ $route: Illuminate\Routing\Route {#340 …} $controller: App\Http\Controllers\News\RegionController {#900 …} $method: "index" } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Route.php:176 {▶ Illuminate\Routing\Route->run() … ›if ($this->isControllerAction()) {
›return $this->runController();
›}
} /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:680 {▶ Illuminate\Routing\Router->Illuminate\Routing\{closure} … ›return $this->prepareResponse(
›$request, $route->run()
›);
} /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … ›try {
›return $destination($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/app/Http/Middleware/SetSitePartition.php:26 {▶ App\Http\Middleware\SetSitePartition->handle($request, Closure $next, string $partition = Partition::FRONTEND) … › ›return $next($request);
›}
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/app/Http/Middleware/ApplyCache.php:18 {▶ App\Http\Middleware\ApplyCache->handle($request, Closure $next) … ›{
›$response = $next($request);
› arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/app/Http/Middleware/EnableCache.php:29 {▶ App\Http\Middleware\EnableCache->handle($request, Closure $next) … › ›$response = $next($request);
› arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/passport/src/Http/Middleware/CreateFreshApiToken.php:50 {▶ Laravel\Passport\Http\Middleware\CreateFreshApiToken->handle($request, Closure $next, $guard = null) … › ›$response = $next($request);
› arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:75 {▶ Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle($request, Closure $next) … ›) {
›return tap($next($request), function ($response) use ($request) {
›if ($this->shouldAddXsrfTokenCookie()) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {▶ Illuminate\Routing\Middleware\SubstituteBindings->handle($request, Closure $next) … › ›return $next($request);
›}
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {▶ Illuminate\View\Middleware\ShareErrorsFromSession->handle($request, Closure $next) … › ›return $next($request);
›}
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:56 {▶ Illuminate\Session\Middleware\StartSession->handle($request, Closure $next) … › ›$response = $next($request);
› arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {▶ Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle($request, Closure $next) … ›{
›$response = $next($request);
› arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 {▶ Illuminate\Cookie\Middleware\EncryptCookies->handle($request, Closure $next) … ›{
›return $this->encrypt($next($this->decrypt($request)));
›}
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/app/Http/Middleware/NotApi.php:23 {▶ App\Http\Middleware\NotApi->handle(Request $request, Closure $next) … › ›return $next($request);
›}
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {▶ Illuminate\Pipeline\Pipeline->then(Closure $destination) … › ›return $pipeline($this->passable);
›}
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:682 {▶ Illuminate\Routing\Router->runRouteWithinStack(Route $route, Request $request) … ›);
›});
›}
arguments: {▶ $destination: Closure($request) {#856 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:657 {▶ Illuminate\Routing\Router->runRoute(Request $request, Route $route) … ›return $this->prepareResponse($request,
›$this->runRouteWithinStack($route, $request)
›);
arguments: {▶ $route: Illuminate\Routing\Route {#340 …} $request: Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:623 {▶ Illuminate\Routing\Router->dispatchToRoute(Request $request) … ›{
›return $this->runRoute($request, $this->findRoute($request));
›}
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $route: Illuminate\Routing\Route {#340 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:612 {▶ Illuminate\Routing\Router->dispatch(Request $request) … › ›return $this->dispatchToRoute($request);
›}
arguments: {▶ $request: Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {▶ Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure} … › ›return $this->router->dispatch($request);
›};
arguments: {▶ $request: Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … ›try {
›return $destination($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:65 {▶ Barryvdh\Debugbar\Middleware\InjectDebugbar->handle($request, Closure $next) … ›/** @var \Illuminate\Http\Response $response */
›$response = $next($request);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/app/Http/Middleware/LogCurrentVersion.php:20 {▶ App\Http\Middleware\LogCurrentVersion->handle($request, Closure $next) … › ›return $next($request);
›}
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/fideloper/proxy/src/TrustProxies.php:57 {▶ Fideloper\Proxy\TrustProxies->handle(Request $request, Closure $next) … › ›return $next($request);
›}
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {▶ Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle($request, Closure $next) … › ›return $next($request);
›}
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/barryvdh/laravel-cors/src/HandlePreflight.php:29 {▶ Barryvdh\Cors\HandlePreflight->handle($request, Closure $next) … › ›return $next($request);
›}
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {▶ Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} … ›$response = method_exists($pipe, $this->method)
›? $pipe->{$this->method}(...$parameters)
›: $pipe(...$parameters);
arguments: {▶ $request: Illuminate\Http\Request {#45 …} $next: Closure($passable) {#745 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {▶ Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} … › ›return $callable($passable);
›} catch (Exception $e) {
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {▶ Illuminate\Pipeline\Pipeline->then(Closure $destination) … › ›return $pipeline($this->passable);
›}
arguments: {▶ Illuminate\Http\Request {#45 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {▶ Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) … ›->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
›->then($this->dispatchToRouter());
›}
arguments: {▶ $destination: Closure($request) {#37 …} } } /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {▶ Illuminate\Foundation\Http\Kernel->handle($request) … › ›$response = $this->sendRequestThroughRouter($request);
›} catch (Exception $e) {
arguments: {▶ $request: Illuminate\Http\Request {#45 …} } } /var/www/html/public/index.php:62 {▶ ›} else {
›$response = $kernel->handle($request);
›}
arguments: {▶ $request: Illuminate\Http\Request {#45 …} } } } } ]
1 x Application (98.65%) | 1.20s |
1 x Booting (1.34%) | 16.28ms |
1 x Broadcast Composer (0.42%) | 5.16ms |
1 x Opinion View Composer (0.38%) | 4.65ms |
1 x Partners View Composer (0.17%) | 2.13ms |
1 x Columnist Content View Composer (0.13%) | 1.62ms |
1 x Advice View Composer (0.1%) | 1.22ms |
2 x Navigation View Composer (0%) | 14μs |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
select "value", "name" from "tags" where "value"::text like 'region-london' limit 1
31.61ms/Bdaily/Core/Infrastructure/LaravelConnectionRegionRepository.php:41productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from "tags" where "type" = 'Region' and "value" = 'region-london' and "tags"."deleted_at" is null limit 1
9.2ms/app/Http/Controllers/NewsController.php:40productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from "tags" where "type" = 'Job' and "value" = 'job-london' and "tags"."deleted_at" is null limit 1
5.39ms/app/Http/Controllers/NewsController.php:472productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from "articles" where "type" in ('news') and ("status" = 'published' and "published_at" <= '2025-03-15 05:02:19') and exists (select * from "tags" inner join "taggables" on "tags"."id" = "taggables"."tag_id" where "articles"."id" = "taggables"."taggable_id" and "taggables"."taggable_type" = 'article' and "id" = '3c44d838-ad4e-473f-9d3d-c3812699a6b3' and "tags"."deleted_at" is null) and not exists (select * from "tags" inner join "taggables" on "tags"."id" = "taggables"."tag_id" where "articles"."id" = "taggables"."taggable_id" and "taggables"."taggable_type" = 'article' and "id" = '45ad3fd6-f205-43a3-ad03-514657ba9ecc' and "tags"."deleted_at" is null) and "articles"."deleted_at" is null
338ms/app/Http/Controllers/NewsController.php:485productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from "articles" where "type" in ('news') and ("status" = 'published' and "published_at" <= '2025-03-15 05:02:19') and exists (select * from "tags" inner join "taggables" on "tags"."id" = "taggables"."tag_id" where "articles"."id" = "taggables"."taggable_id" and "taggables"."taggable_type" = 'article' and "id" = '3c44d838-ad4e-473f-9d3d-c3812699a6b3' and "tags"."deleted_at" is null) and not exists (select * from "tags" inner join "taggables" on "tags"."id" = "taggables"."tag_id" where "articles"."id" = "taggables"."taggable_id" and "taggables"."taggable_type" = 'article' and "id" = '45ad3fd6-f205-43a3-ad03-514657ba9ecc' and "tags"."deleted_at" is null) and "articles"."deleted_at" is null order by "published_at" desc limit 13 offset 11856
645ms/app/Http/Controllers/NewsController.php:485productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" in ('07f14ce7-125d-4627-b0fd-83aff64ce074', '25608c31-bde7-4e85-abcf-d181318fae83', '39aa63cd-5c94-4dfb-895d-fc6da700c1bc', '40c4702e-6462-4f6a-b3a4-1633ba702fc7', '5277db6b-ceda-4625-b2bc-bf5579118b94', '613eacd7-4e17-475a-9f93-fc42b42257b4', '7f2289b6-b961-4170-9b9f-4ea584e51817', '8ef0af8a-3e06-4a11-97d0-733d3a212927', 'b9039119-e8f7-46c6-b14d-e1a216709dc1', 'c92b4c71-63cc-4752-8793-ad11a4387167', 'cfcc1452-3ae4-40c2-bbba-278eb47b86b7', 'df154609-24b0-4ce2-b972-4e4ead647b47', 'f374fe7a-3ee1-47e9-9b17-adf7933a5b8f') and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null
8.51ms/app/Http/Controllers/NewsController.php:485productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "tags".*, "taggables"."taggable_id" as "pivot_taggable_id", "taggables"."tag_id" as "pivot_tag_id", "taggables"."taggable_type" as "pivot_taggable_type" from "tags" inner join "taggables" on "tags"."id" = "taggables"."tag_id" where "taggables"."taggable_id" in ('07f14ce7-125d-4627-b0fd-83aff64ce074', '25608c31-bde7-4e85-abcf-d181318fae83', '39aa63cd-5c94-4dfb-895d-fc6da700c1bc', '40c4702e-6462-4f6a-b3a4-1633ba702fc7', '5277db6b-ceda-4625-b2bc-bf5579118b94', '613eacd7-4e17-475a-9f93-fc42b42257b4', '7f2289b6-b961-4170-9b9f-4ea584e51817', '8ef0af8a-3e06-4a11-97d0-733d3a212927', 'b9039119-e8f7-46c6-b14d-e1a216709dc1', 'c92b4c71-63cc-4752-8793-ad11a4387167', 'cfcc1452-3ae4-40c2-bbba-278eb47b86b7', 'df154609-24b0-4ce2-b972-4e4ead647b47', 'f374fe7a-3ee1-47e9-9b17-adf7933a5b8f') and "taggables"."taggable_type" = 'article' and "tags"."deleted_at" is null
3.59ms/app/Http/Controllers/NewsController.php:485productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '7c997899-1cfc-42fa-a267-133975c683d2' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1.39msview::sidebar._opinions:31productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '2585c844-2a45-4449-9bb5-473c1140e79b' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1.28msview::sidebar._opinions:31productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '1dd2951c-3108-4753-9636-9077ebf4d88c' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1.17msview::sidebar._opinions:31productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = 'ef872d11-ef8c-45ff-92d9-8383ca9066cd' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1.17msview::sidebar._opinions:31productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '151b3abd-ce87-43ca-9006-b99f8aa2a77c' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1.17msview::sidebar._advice:32productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = 'efb569d8-7006-49f6-9b70-18745eb2ca28' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1.31msview::sidebar._advice:32productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '40fd5709-8a28-4434-8653-370c89813a2b' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
2.36msview::sidebar._advice:32productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '55942f33-dd69-4d28-b723-1a2b52cbbd6f' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
7.07msview::sidebar._advice:32productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = 'bb0cbd9f-30b6-4d91-9c09-e536d8be90e8' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1.33msview::sidebar._columnist_content:8productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '89be5273-505d-48da-a8f3-f069ff876586' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1.48msview::sidebar._columnist_content:8productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '1cf164fb-dfbc-46a3-8e07-1f07d23249b8' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1.39msview::sidebar._columnist_content:8productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '6fa67d9c-a5c1-440f-8ede-5988ed55d626' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1msview::sidebar._columnist_content:8productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = 'b46b4a9c-53a2-4486-90d0-567f3ef07427' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1.02msview::sidebar._columnist_content:8productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '5f412d97-32fa-4769-a4bc-f6ae07e6825b' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1.28msview::sidebar._columnist_content:8productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '87e7808f-d57e-48c2-b679-763c3d203373' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
8.4msview::sidebar._columnist_content:8productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '96859bcd-6d30-4fbd-9968-b2f77156ad26' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
7.09msview::sidebar._columnist_content:8productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = 'a52004f5-6b09-4b16-a97b-5258ae37a7ca' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1.46msview::sidebar._columnist_content:8productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '6e727bdd-d287-4f55-af2d-a089d457e9a5' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1.18msview::sidebar._columnist_content:8productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '2334d2a4-357c-4f4e-9e81-d7f76e638068' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
3.87msview::sidebar._columnist_content:8productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '56a9d29e-7376-4f5a-98b9-25f12b90d9ed' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1
1.08msview::sidebar._columnist_content:8productionMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from "partners" where "partners"."deleted_at" is null order by "created_at" asc
1.19ms/app/Domain/Partners/PartnerRepository.php:58productionMetadata | |
---|---|
Backtrace |
|
200
0 of 0array:1 [▶ "page" => "913" ]
0 of 0array:1 [▶ "page" => "913" ]
0 of 0array:25 [▶ "x-varnish" => array:1 [▶ 0 => "3412431" ] "accept-encoding" => array:1 [▶ 0 => "gzip" ] "host" => array:1 [▶ 0 => "backend_web" ] "via" => array:1 [▶ 0 => "1.1 088afbe7c7e1 (Varnish/7.5)" ] "x-forwarded-for" => array:1 [▶ 0 => "18.218.183.7, 172.18.0.3" ] "x-real-ip" => array:1 [▶ 0 => "18.218.183.7" ] "x-forwarded-server" => array:1 [▶ 0 => "3f95404f3ee7" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "x-forwarded-port" => array:1 [▶ 0 => "443" ] "x-forwarded-host" => array:1 [▶ 0 => "bdailytest.cargodev.co.uk" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "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)" ] "content-length" => array:1 [▶ 0 => "" ] "content-type" => array:1 [▶ 0 => "" ] "x-cacheable" => array:1 [▶ 0 => "Yes" ] ]
0 of 0array:131 [▶ "REDIS_PORT" => "6379" "LOG_LEVEL" => "debug" "DB_CONNECTION" => "pgsql" "MAIL_USERNAME" => "postmaster@bdaily.co.uk" "PIWIK_TOKEN" => "" "APP_DEBUG" => "true" "HOSTNAME" => "a74ddda8efd1" "DB_PORT" => "5432" "APP_URL" => "https://bdailytest.cargodev.co.uk" "MAILGUN_ENDPOINT" => "api.eu.mailgun.net" "PHP_INI_DIR" => "/usr/local/etc/php" "DISQUS_SHORTNAME" => "bdaily-2" "MAILGUN_SECRET" => "******" "FLICKR_SECRET" => "******" "APP_DOMAIN" => "bdaily" "HOME" => "/var/www" "PIWIK_SITE_ID" => "1" "APP_API_DOMAIN" => "api.bdailytest.cargodev.co.uk" "PEXELS_API_KEY" => "******" "DB_DATABASE" => "production" "NEVERBOUNCE_USERNAME" => "" "PHP_LDFLAGS" => "-Wl,-O1 -pie" "MAIL_DRIVER" => "mailgun" "CAMPAIGN_MONITOR_API_KEY" => "******" "GOOGLE_SERVICE_ACCOUNT_NAME" => "bdaily@bdaily-437407.iam.gserviceaccount.com" "APP_NAME" => "Bdaily" "PHP_CFLAGS" => "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" "GOOGLE_REPORTING_API_KEY" => "******" "PHP_VERSION" => "7.4.33" "SESSION_DRIVER" => "redis" "APP_API_CLIENT" => "" "DB_USERNAME" => "bdaily" "S3_BUCKET" => "bdaily" "BEANSTALKD_HOST" => "beanstalkd" "GPG_KEYS" => "42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312" "CACHE_DURATION" => "1" "PHP_CPPFLAGS" => "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" "PHP_ASC_URL" => "https://www.php.net/distributions/php-7.4.33.tar.xz.asc" "COMMUNICATOR_PASSWORD" => "******" "QUEUE_DRIVER" => "beanstalkd" "STRIPE_PUBLIC_KEY" => "******" "PIWIK_URL" => "https://piwik.groundsix.com/" "CACHE_DRIVER" => "redis" "PHP_URL" => "https://www.php.net/distributions/php-7.4.33.tar.xz" "MAIL_ENCRYPTION" => "tls" "STRIPE_DEFAULT_TAX_RATE" => "txr_1KQSsXHpcBs23Pp4T3PCWasS" "GOOGLE_CLIENT_ID" => "245337060443-j2uo82p1e0di5v28tdvaviqnjht6mpnj.apps.googleusercontent.com" "FLICKR_KEY" => "******" "GOOGLE_CLIENT_SECRET" => "******" "S3_REGION" => "eu-west-1" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "APP_API_SECRET" => "******" "S3_SECRET" => "******" "MAIL_PASSWORD" => "******" "STRIPE_PRODUCT_ID" => "prod_KuN6w7t9xcOVFb" "GOOGLE_EMBED_MAPS_KEY" => "******" "STRIPE_YEARLY_PRICE_ID" => "price_1KQSuGHpcBs23Pp4oy1gFKIj" "STRIPE_SECRET_KEY" => "******" "MAIL_HOST" => "smtp.eu.mailgun.org" "APP_BDAILY_ORG_IDS" => "f1e9e763-4610-4839-8d9f-6d41dc6053c9" "BUGSNAG_NOTIFY_RELEASE_STAGES" => "local,staging,production" "NEVERBOUNCE_SECRET_KEY" => "******" "GOOGLE_SERVICE_ACCOUNT_AUTH" => "ewogICJ0eXBlIjogInNlcnZpY2VfYWNjb3VudCIsCiAgInByb2plY3RfaWQiOiAiYmRhaWx5LTQzNzQwNyIsCiAgInByaXZhdGVfa2V5X2lkIjogIjgwOGJjMGE3YTg2MGZmN2YzNGI0YmYxOWMyZmVhMDBmZDYzM2U3MWIiLAogICJwcml2YXRlX2tleSI6ICItLS0tLUJFR0lOIFBSSVZBVEUgS0VZLS0tLS1cbk1JSUV2UUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktjd2dnU2pBZ0VBQW9JQkFRRENGaFhDc3U0UnArUHhcbjlmQ3hJbzNLRFkvVVF2TDl0MXNvQjlRZEV1TUVmR3NrWXVwUmNtd3QvWXFZUUFLeXRtRmJHNHJqRU1aa2VaZVdcbjlOQlk1akI0V1l1Y2tvdzA4RHFBRzJVanhjaUJVRTlJdGk3U25EUDJUNHBHZ0lkUHc1b201MENTUWpLZS9ST2ZcbnN2M0ZYUFRXVXR6Mm10ODhVMWs0emhRQWd6QUxqRkh3WjIrRHlKRXZNanY1SXZXNFZuM2UzbTJoZEE0S1dlWEhcblVDNCtqWVJ3QmZ1Z1NOWEFsMHg2ay85K0VJVFRWWU1LREs1WmQwMnJzamVSNUphR0kyM21pM0FHdS9PWDl1czZcbkVnUjJPUURwZVAxWmFDdTl5Q2RMRlFvSVluang1UEtkYnc5clBFcTlVTFNJQ0V1SVE2UDQyempMbmJZM1crQkZcbnNQN01KNi94QWdNQkFBRUNnZ0VBQm5DU0owUWxsd3RoaWxFMU84TmdQZ0NHTWE1SS9yY2JQTEJKenU4bC9pdWNcbnFIZnB1MnNYQU0ybFVCanJuZjlrS3BBMjR3TFcrbFY0ZktkQjFIbEt5V3Q3TU9aQjVhM0UyeVJOamtyTk5ORXpcbjJEOUhQWEMyWHFsVDlyUGtDWGI5Z2VYeFpBanpRZ2cyb3ZsZTV6SUc0NmViTWttQU43R3lSNnE2eWl1UUtBbmdcbmlTQWJXN2R4TERjMDYvWS92dTI5MW1RZ2NrVkVNclhKNU9oeFMxWk5pSUZTd0ptZlI3ZUpxSUQrOXFRd1dJd0lcbm5yQ2RDZ1ovOFRtcFltWXR0SUczcVdsUkhIcmRtK0dhdHZvM1N4a2g4dFphYW5yNmdxcjVadHZPTFdzOSsxSmVcbjFveGlFamVFTjdhQVpTZnpWZDVwTm9ja3FleVRlVkZFL2phWVJ6WXRtUUtCZ1FEdUcvSWZraGhvaEI2bFJBcnBcbmNMWkowTzNsR2ZwRVVYd3pQb25iNnppQzlNZUhWOE1RcUhIakFubW92eGpmS1hNOGZIbndiMmpBRk5vdUNlSmdcblZNcHNmM253TFhDR0F1dFp5dUwvelJ1Sm9FdFJwdzlEMmZ3NjV1a2pmelFrZWZ1Si9PWEZBNzlteUpaMXNqTnZcblNSWXpGVGJYNy9wZDhwOGlGWld1Nkh3dkpRS0JnUURRcTFxMUp2dlA4UVZ4OU5MYnNpdmJSWklFUmcxN1VXSnNcbmRueTN0eWQxMGNxRlBzUVA3ZlpHeXhWSHh6L1E1cVZVNDdrSkVVRjVibVJiT2ozak96NzN1OVhPL0hCeGNDdlFcbmQ5aEhqVmNIa0xpOG5Eb1A1bktBS080SHRYVE5UeFBVdGczMHpkZWJsY0VBaWRzbzZMeHBpZFVZWTJqSmVnb2NcbjErcjhVemo1M1FLQmdFa09jZitWeDc5cHFpMXk3eFlvNndWREFYcmx1WS8wb0hMb29VdkVwQllxSEg0K1F5OTlcblAxUXpramhnU2JWTzluaDhpTDFvc1c4ZDlzTmhiUCs1aEZJOTJxQUNrUi9ORFlFRGF4cXBSK1cyTk9YY3FDWmRcblg3S0MzczF4WGdKREd4Wi9iZEJCRWh6ck5wN3VDakgrN3J6RnFZb2ZxMlhmNTB1QjYrYzZsYit4QW9HQUExaXNcbkpMbVNVanhnUlBxVEl4alJZVHZWWXFJbzl6QlA3c05icnFxT1JISnYyQUV3cmJ5NE5WeHVZKzlMRTdPUE5UUk5cbnRGcUZmVWdLN2ZlYUpIbS93Y05PWTNwaTV6N1FSUkNXOUZiTTdYOGhwMHl1RmJFeFp1TEJKbmgvZmdkbG53U29cblpxT2ljSWxQUmczdjZORUtySHFjWXo2ODRIWkhrVHpaTk9DMHlqVUNnWUVBaVljeUJteFR2NVgzTTZMOTE4bkpcblc0WDhwcFVmazFxdHlaaThLUlFscXZXVTNQUVdoc2ZZUHJ6Rk4wTWorZHNpbWt3ZnQraWdEVkV3alBkclhQdlNcbjJPRWduNytYUytqMjJNS001bUZkMGhEV1p2eDU2QWoyQnZrWnB2V3F2TnM0RlhvYkFIL3lPKzYwVEVEcHQvUDRcbnNqbWhqa1Vnc2VDU1lJYzFERlFZanY0PVxuLS0tLS1FTkQgUFJJVkFURSBLRVktLS0tLVxuIiwKICAiY2xpZW50X2VtYWlsIjogImJkYWlseUBiZGFpbHktNDM3NDA3LmlhbS5nc2VydmljZWFjY291bnQuY29tIiwKICAiY2xpZW50X2lkIjogIjExODM2OTE1NzQyNTc2NzM5NDc0MSIsCiAgImF1dGhfdXJpIjogImh0dHBzOi8vYWNjb3VudHMuZ29vZ2xlLmNvbS9vL29hdXRoMi9hdXRoIiwKICAidG9rZW5fdXJpIjogImh0dHBzOi8vb2F1dGgyLmdvb2dsZWFwaXMuY29tL3Rva2VuIiwKICAiYXV0aF9wcm92aWRlcl94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL29hdXRoMi92MS9jZXJ0cyIsCiAgImNsaWVudF94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL3JvYm90L3YxL21ldGFkYXRhL3g1MDkvYmRhaWx5JTQwYmRhaWx5LTQzNzQwNy5pYW0uZ3NlcnZpY2VhY2NvdW50LmNvbSIsCiAgInVuaXZlcnNlX2RvbWFpbiI6ICJnb29nbGVhcGlzLmNvbSIKfQ== ◀ewogICJ0eXBlIjogInNlcnZpY2VfYWNjb3VudCIsCiAgInByb2plY3RfaWQiOiAiYmRhaWx5LTQzNzQwNyIsCiAgInByaXZhdGVfa2V5X2lkIjogIjgwOGJjMGE3YTg2MGZmN2YzNGI0YmYxOWMyZmVhMDBmZDYz ▶" "APP_TLD" => ".co.uk" "APP_LOG_LEVEL" => "debug" "REDIS_PASSWORD" => "******" "MAILGUN_DOMAIN" => "bdaily.co.uk" "STRIPE_MONTHLY_PRICE_ID" => "price_1KQSuGHpcBs23Pp4ZMLbOkaP" "CAMPAIGN_MONITOR_CLIENT_ID" => "1337553bde0d556d315ea8591b37b85c" "BUGSNAG_API_KEY" => "******" "MAIL_PORT" => "587" "REDIS_HOST" => "redis" "APP_KEY" => "******" "APP_ENV" => "production" "DB_PASSWORD" => "******" "GOOGLE_REPORTING_PROPERTY" => "379401283" "PHPIZE_DEPS" => "autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c" "PWD" => "/var/www/html" "PHP_SHA256" => "924846abf93bc613815c55dd3f5809377813ac62a9ec4eb3778675b82a27b927" "S3_KEY" => "******" "DB_HOST" => "db" "COMMUNICATOR_USERNAME" => "" "USER" => "www-data" "HTTP_X_VARNISH" => "3412431" "HTTP_ACCEPT_ENCODING" => "gzip" "HTTP_HOST" => "backend_web" "HTTP_VIA" => "1.1 088afbe7c7e1 (Varnish/7.5)" "HTTP_X_FORWARDED_FOR" => "18.218.183.7, 172.18.0.3" "HTTP_X_REAL_IP" => "18.218.183.7" "HTTP_X_FORWARDED_SERVER" => "3f95404f3ee7" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_X_FORWARDED_PORT" => "443" "HTTP_X_FORWARDED_HOST" => "bdailytest.cargodev.co.uk" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_PRIORITY" => "u=0, i" "HTTP_PRAGMA" => "no-cache" "HTTP_ACCEPT" => "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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "PATH_INFO" => "" "SCRIPT_FILENAME" => "/var/www/html/public/index.php" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "bdaily.co.uk" "SERVER_PORT" => "8080" "SERVER_ADDR" => "172.18.0.7" "REMOTE_PORT" => "35990" "REMOTE_ADDR" => "172.18.0.6" "SERVER_SOFTWARE" => "nginx/1.27.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REQUEST_SCHEME" => "http" "SERVER_PROTOCOL" => "HTTP/1.1" "DOCUMENT_ROOT" => "/var/www/html/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/region/london?page=913" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "page=913" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1742014939.8047 "REQUEST_TIME" => 1742014939 "argv" => array:1 [▶ 0 => "page=913" ] "argc" => 1 ]
[]
0 of 0array:6 [▶ "cache-control" => array:1 [▶ 0 => "max-age=30, public" ] "date" => array:1 [▶ 0 => "Sat, 15 Mar 2025 05:02:20 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "x-cacheable" => array:1 [▶ 0 => "Yes" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImpSNVwvcEtqZCtXaWZ4XC9FbmcySjlUUT09IiwidmFsdWUiOiI5WVFEOXlpWm5XRmg1U3FFNjliS0k1bHdMZXJydDIxNXhtV1laUmFPdk5CRE5DTjJacFpEcHRiOXFmcHZ2eGt5IiwibWFjIjoiNDE0MjZlNzEyNjRiODlmMWUwY2QxN2YyMjU5MDYzNTE1ODA1MTcxZTE1NWEwYWVkYTgyYThjODU1MjkyY2I5YiJ9; expires=Tue, 13-Mar-2035 05:02:21 GMT; Max-Age=315360000; path=/; secure ◀XSRF-TOKEN=eyJpdiI6ImpSNVwvcEtqZCtXaWZ4XC9FbmcySjlUUT09IiwidmFsdWUiOiI5WVFEOXlpWm5XRmg1U3FFNjliS0k1bHdMZXJydDIxNXhtV1laUmFPdk5CRE5DTjJacFpEcHRiOXFmcHZ2eGt5Iiwib ▶" 1 => "bdaily_session=eyJpdiI6IlpLK1wvNVI0WW1yZGJkZUF0OUcxY3FRPT0iLCJ2YWx1ZSI6ImJ3eUNDOFE0R3JEREFVQU5RVDR4djNybTVPQXhDd0docDgxcWNpbG90QURKYjRCbHJNYmNqemJXSm4zbnJuZGciLCJtYWMiOiIzZmIwYTA2Nzc5NmMwYmZlNDQ1YzEwNjg5NWI5MGU3NzM1MjhmNzc3Y2JmNDU2NzM1YmYxYjQyODNlNjg3ODM0In0%3D; expires=Tue, 13-Mar-2035 05:02:21 GMT; Max-Age=315360000; path=/; secure; httponly ◀bdaily_session=eyJpdiI6IlpLK1wvNVI0WW1yZGJkZUF0OUcxY3FRPT0iLCJ2YWx1ZSI6ImJ3eUNDOFE0R3JEREFVQU5RVDR4djNybTVPQXhDd0docDgxcWNpbG90QURKYjRCbHJNYmNqemJXSm4zbnJuZGciL ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImpSNVwvcEtqZCtXaWZ4XC9FbmcySjlUUT09IiwidmFsdWUiOiI5WVFEOXlpWm5XRmg1U3FFNjliS0k1bHdMZXJydDIxNXhtV1laUmFPdk5CRE5DTjJacFpEcHRiOXFmcHZ2eGt5IiwibWFjIjoiNDE0MjZlNzEyNjRiODlmMWUwY2QxN2YyMjU5MDYzNTE1ODA1MTcxZTE1NWEwYWVkYTgyYThjODU1MjkyY2I5YiJ9; expires=Tue, 13-Mar-2035 05:02:21 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6ImpSNVwvcEtqZCtXaWZ4XC9FbmcySjlUUT09IiwidmFsdWUiOiI5WVFEOXlpWm5XRmg1U3FFNjliS0k1bHdMZXJydDIxNXhtV1laUmFPdk5CRE5DTjJacFpEcHRiOXFmcHZ2eGt5Iiwib ▶" 1 => "bdaily_session=eyJpdiI6IlpLK1wvNVI0WW1yZGJkZUF0OUcxY3FRPT0iLCJ2YWx1ZSI6ImJ3eUNDOFE0R3JEREFVQU5RVDR4djNybTVPQXhDd0docDgxcWNpbG90QURKYjRCbHJNYmNqemJXSm4zbnJuZGciLCJtYWMiOiIzZmIwYTA2Nzc5NmMwYmZlNDQ1YzEwNjg5NWI5MGU3NzM1MjhmNzc3Y2JmNDU2NzM1YmYxYjQyODNlNjg3ODM0In0%3D; expires=Tue, 13-Mar-2035 05:02:21 GMT; path=/; secure; httponly ◀bdaily_session=eyJpdiI6IlpLK1wvNVI0WW1yZGJkZUF0OUcxY3FRPT0iLCJ2YWx1ZSI6ImJ3eUNDOFE0R3JEREFVQU5RVDR4djNybTVPQXhDd0docDgxcWNpbG90QURKYjRCbHJNYmNqemJXSm4zbnJuZGciL ▶" ] ]
0 of 0array:4 [▶ "_token" => "mvTkMGeqObs6zo3LAbu9PSx5FaLMgn5WZDNPlpoU" "_previous" => array:1 [▶ "url" => "https://bdailytest.cargodev.co.uk/region/london?page=913" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]