alexandre-nee.com Open in urlscan Pro
109.234.166.156  Public Scan

URL: https://alexandre-nee.com/src/Entity/Document.php
Submission Tags: @ecarlesi possiblethreat Search All
Submission: On March 29 via api from IT — Scanned from FR

Form analysis 0 forms found in the DOM

Text Content

SYMFONY EXCEPTION

Symfony Docs


RESOURCENOTFOUNDEXCEPTION NOTFOUNDHTTPEXCEPTION


HTTP 404 NOT FOUND


NO ROUTE FOUND FOR "GET HTTPS://ALEXANDRE-NEE.COM/SRC/ENTITY/DOCUMENT.PHP"


Exceptions 2 Logs 1 Stack Traces 2


EXCEPTIONS 2


SYMFONY\COMPONENT\HTTPKERNEL\EXCEPTION\ NOTFOUNDHTTPEXCEPTION

Show exception properties
  0 of 0       Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#507 ▼
  -statusCode: 404
  -headers: []
}


in vendor/symfony/http-kernel/EventListener/RouterListener.php (line 127)
 122. 
 123.             if ($referer = $request->headers->get('referer')) {
 124.                 $message .= sprintf(' (from "%s")', $referer);
 125.             }
 126. 
 127.             throw new NotFoundHttpException($message, $e);
 128.         } catch (MethodNotAllowedException $e) {
 129.             $message = sprintf('No route found for "%s %s": Method Not Allowed (Allow: %s)', $request->getMethod(), $request->getUriForPath($request->getPathInfo()), implode(', ', $e->getAllowedMethods()));
 130. 
 131.             throw new MethodNotAllowedHttpException($e->getAllowedMethods(), $message, $e);
 132.         }

in vendor/symfony/event-dispatcher/Debug/WrappedListener.php -> onKernelRequest
(line 116)
 111.         $this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);
 112. 
 113.         $e = $this->stopwatch->start($this->name, 'event_listener');
 114. 
 115.         try {
 116.             ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
 117.         } finally {
 118.             if ($e->isStarted()) {
 119.                 $e->stop();
 120.             }
 121.         }

in vendor/symfony/event-dispatcher/EventDispatcher.php -> __invoke (line 220)
 215. 
 216.         foreach ($listeners as $listener) {
 217.             if ($stoppable && $event->isPropagationStopped()) {
 218.                 break;
 219.             }
 220.             $listener($event, $eventName, $this);
 221.         }
 222.     }
 223. 
 224.     /**
 225.      * Sorts the internal list of listeners for the given event by priority.

in vendor/symfony/event-dispatcher/EventDispatcher.php -> callListeners (line
56)
 51.         } else {
 52.             $listeners = $this->getListeners($eventName);
 53.         }
 54. 
 55.         if ($listeners) {
 56.             $this->callListeners($listeners, $eventName, $event);
 57.         }
 58. 
 59.         return $event;
 60.     }
 61. 

in vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php ->
dispatch (line 139)
 134.         try {
 135.             $this->beforeDispatch($eventName, $event);
 136.             try {
 137.                 $e = $this->stopwatch->start($eventName, 'section');
 138.                 try {
 139.                     $this->dispatcher->dispatch($event, $eventName);
 140.                 } finally {
 141.                     if ($e->isStarted()) {
 142.                         $e->stop();
 143.                     }
 144.                 }

in vendor/symfony/http-kernel/HttpKernel.php -> dispatch (line 157)
 152.      */
 153.     private function handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response
 154.     {
 155.         // request
 156.         $event = new RequestEvent($this, $request, $type);
 157.         $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
 158. 
 159.         if ($event->hasResponse()) {
 160.             return $this->filterResponse($event->getResponse(), $request, $type);
 161.         }
 162. 

in vendor/symfony/http-kernel/HttpKernel.php -> handleRaw (line 76)
 71.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
 72. 
 73.         $this->requestStack->push($request);
 74.         $response = null;
 75.         try {
 76.             return $response = $this->handleRaw($request, $type);
 77.         } catch (\Throwable $e) {
 78.             if ($e instanceof \Error && !$this->handleAllThrowables) {
 79.                 throw $e;
 80.             }
 81. 

in vendor/symfony/http-kernel/Kernel.php -> handle (line 197)
 192.         $this->boot();
 193.         ++$this->requestStackSize;
 194.         $this->resetServices = true;
 195. 
 196.         try {
 197.             return $this->getHttpKernel()->handle($request, $type, $catch);
 198.         } finally {
 199.             --$this->requestStackSize;
 200.         }
 201.     }
 202. 

in vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php -> handle (line
35)
 30.     ) {
 31.     }
 32. 
 33.     public function run(): int
 34.     {
 35.         $response = $this->kernel->handle($this->request);
 36. 
 37.         if (Kernel::VERSION_ID >= 60400) {
 38.             $response->send(false);
 39. 
 40.             if (\function_exists('fastcgi_finish_request') && !$this->debug) {

in vendor/autoload_runtime.php -> run (line 29)
 24. $app = $app(...$args);
 25. 
 26. exit(
 27.     $runtime
 28.         ->getRunner($app)
 29.         ->run()
 30. );
 31. 

require_once('/home/seko5451/alexandre-nee.com/vendor/autoload_runtime.php') in
public/index.php (line 5)
 1.  <?php
 2.  
 3.  use App\Kernel;
 4.  
 5.  require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
 6.  
 7.  return function (array $context) {
 8.      return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
 9.  };
 10. 


SYMFONY\COMPONENT\ROUTING\EXCEPTION\ RESOURCENOTFOUNDEXCEPTION

No routes found for "/src/Entity/Document.php/".

in vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php (line 70)
 65.             if ($allowSchemes) {
 66.                 goto redirect_scheme;
 67.             }
 68.         }
 69. 
 70.         throw new ResourceNotFoundException(sprintf('No routes found for "%s".', $pathinfo));
 71.     }
 72. 
 73.     private function doMatch(string $pathinfo, array &$allow = [], array &$allowSchemes = []): array
 74.     {
 75.         $allow = $allowSchemes = [];

in vendor/symfony/routing/Matcher/UrlMatcher.php -> match (line 97)
 92.  
 93.      public function matchRequest(Request $request): array
 94.      {
 95.          $this->request = $request;
 96.  
 97.          $ret = $this->match($request->getPathInfo());
 98.  
 99.          $this->request = null;
 100. 
 101.         return $ret;
 102.     }

in vendor/symfony/routing/Router.php -> matchRequest (line 237)
 232.         if (!$matcher instanceof RequestMatcherInterface) {
 233.             // fallback to the default UrlMatcherInterface
 234.             return $matcher->match($request->getPathInfo());
 235.         }
 236. 
 237.         return $matcher->matchRequest($request);
 238.     }
 239. 
 240.     /**
 241.      * Gets the UrlMatcher or RequestMatcher instance associated with this Router.
 242.      */

in vendor/symfony/http-kernel/EventListener/RouterListener.php -> matchRequest
(line 105)
 100. 
 101.         // add attributes based on the request (routing)
 102.         try {
 103.             // matching a request is more powerful than matching a URL path + context, so try that first
 104.             if ($this->matcher instanceof RequestMatcherInterface) {
 105.                 $parameters = $this->matcher->matchRequest($request);
 106.             } else {
 107.                 $parameters = $this->matcher->match($request->getPathInfo());
 108.             }
 109. 
 110.             $this->logger?->info('Matched route "{route}".', [

in vendor/symfony/event-dispatcher/Debug/WrappedListener.php -> onKernelRequest
(line 116)
 111.         $this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);
 112. 
 113.         $e = $this->stopwatch->start($this->name, 'event_listener');
 114. 
 115.         try {
 116.             ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
 117.         } finally {
 118.             if ($e->isStarted()) {
 119.                 $e->stop();
 120.             }
 121.         }

in vendor/symfony/event-dispatcher/EventDispatcher.php -> __invoke (line 220)
 215. 
 216.         foreach ($listeners as $listener) {
 217.             if ($stoppable && $event->isPropagationStopped()) {
 218.                 break;
 219.             }
 220.             $listener($event, $eventName, $this);
 221.         }
 222.     }
 223. 
 224.     /**
 225.      * Sorts the internal list of listeners for the given event by priority.

in vendor/symfony/event-dispatcher/EventDispatcher.php -> callListeners (line
56)
 51.         } else {
 52.             $listeners = $this->getListeners($eventName);
 53.         }
 54. 
 55.         if ($listeners) {
 56.             $this->callListeners($listeners, $eventName, $event);
 57.         }
 58. 
 59.         return $event;
 60.     }
 61. 

in vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php ->
dispatch (line 139)
 134.         try {
 135.             $this->beforeDispatch($eventName, $event);
 136.             try {
 137.                 $e = $this->stopwatch->start($eventName, 'section');
 138.                 try {
 139.                     $this->dispatcher->dispatch($event, $eventName);
 140.                 } finally {
 141.                     if ($e->isStarted()) {
 142.                         $e->stop();
 143.                     }
 144.                 }

in vendor/symfony/http-kernel/HttpKernel.php -> dispatch (line 157)
 152.      */
 153.     private function handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response
 154.     {
 155.         // request
 156.         $event = new RequestEvent($this, $request, $type);
 157.         $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
 158. 
 159.         if ($event->hasResponse()) {
 160.             return $this->filterResponse($event->getResponse(), $request, $type);
 161.         }
 162. 

in vendor/symfony/http-kernel/HttpKernel.php -> handleRaw (line 76)
 71.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
 72. 
 73.         $this->requestStack->push($request);
 74.         $response = null;
 75.         try {
 76.             return $response = $this->handleRaw($request, $type);
 77.         } catch (\Throwable $e) {
 78.             if ($e instanceof \Error && !$this->handleAllThrowables) {
 79.                 throw $e;
 80.             }
 81. 

in vendor/symfony/http-kernel/Kernel.php -> handle (line 197)
 192.         $this->boot();
 193.         ++$this->requestStackSize;
 194.         $this->resetServices = true;
 195. 
 196.         try {
 197.             return $this->getHttpKernel()->handle($request, $type, $catch);
 198.         } finally {
 199.             --$this->requestStackSize;
 200.         }
 201.     }
 202. 

in vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php -> handle (line
35)
 30.     ) {
 31.     }
 32. 
 33.     public function run(): int
 34.     {
 35.         $response = $this->kernel->handle($this->request);
 36. 
 37.         if (Kernel::VERSION_ID >= 60400) {
 38.             $response->send(false);
 39. 
 40.             if (\function_exists('fastcgi_finish_request') && !$this->debug) {

in vendor/autoload_runtime.php -> run (line 29)
 24. $app = $app(...$args);
 25. 
 26. exit(
 27.     $runtime
 28.         ->getRunner($app)
 29.         ->run()
 30. );
 31. 

require_once('/home/seko5451/alexandre-nee.com/vendor/autoload_runtime.php') in
public/index.php (line 5)
 1.  <?php
 2.  
 3.  use App\Kernel;
 4.  
 5.  require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
 6.  
 7.  return function (array $context) {
 8.      return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
 9.  };
 10. 


LOGS 1

Level
 * Emergency
 * Alert
 * Critical
 * Error
 * Warning
 * Notice
 * Info
 * Debug

Channel
 * event
 * request

Message DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".

{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".

{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".

{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".

{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".

{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".

{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".

{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}

ERROR 12:14:29 request Uncaught PHP Exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found
for "GET https://alexandre-nee.com/src/Entity/Document.php"" at
RouterListener.php line 127

{
    "exception": {}
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".

{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".

{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".

{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".

{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".

{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".

{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".

{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".

{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".

{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".

{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}

DEBUG 12:14:29 event Notified event "kernel.request" to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".

{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}

DEBUG 12:14:29 event Notified event "kernel.controller" to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".

{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}

DEBUG 12:14:29 event Notified event "kernel.controller" to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".

{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}

DEBUG 12:14:29 event Notified event "kernel.controller_arguments" to listener
"Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".

{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}

DEBUG 12:14:29 event Notified event "kernel.controller_arguments" to listener
"Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".

{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}

DEBUG 12:14:29 event Notified event "kernel.controller_arguments" to listener
"ContainerPP4lzty\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".

{
    "event": "kernel.controller_arguments",
    "listener": "ContainerPP4lzty\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}

DEBUG 12:14:29 event Notified event "kernel.controller_arguments" to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".

{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}


STACK TRACES 2

[2/2] NotFoundHttpException

Symfony\Component\HttpKernel\Exception\NotFoundHttpException:
No route found for "GET https://alexandre-nee.com/src/Entity/Document.php"

  at vendor/symfony/http-kernel/EventListener/RouterListener.php:127
  at Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest()
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:220)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
     (vendor/symfony/http-kernel/HttpKernel.php:157)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/http-kernel/Kernel.php:197)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/home/seko5451/alexandre-nee.com/vendor/autoload_runtime.php')
     (public/index.php:5)                

[1/2] ResourceNotFoundException

Symfony\Component\Routing\Exception\ResourceNotFoundException:
No routes found for "/src/Entity/Document.php/".

  at vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70
  at Symfony\Component\Routing\Matcher\CompiledUrlMatcher->match()
     (vendor/symfony/routing/Matcher/UrlMatcher.php:97)
  at Symfony\Component\Routing\Matcher\UrlMatcher->matchRequest()
     (vendor/symfony/routing/Router.php:237)
  at Symfony\Component\Routing\Router->matchRequest()
     (vendor/symfony/http-kernel/EventListener/RouterListener.php:105)
  at Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest()
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:220)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
     (vendor/symfony/http-kernel/HttpKernel.php:157)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/http-kernel/Kernel.php:197)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/home/seko5451/alexandre-nee.com/vendor/autoload_runtime.php')
     (public/index.php:5)                

404
HTTP status 404 Not Found
Controller n/a
Route name n/a
Has session no
Stateless Check no
Forwarded to ErrorController (b046c4)
Time 50 ms
Total time 50 ms
Initialization time 10 ms
Memory 6.0 MiB
Peak memory usage 6.0 MiB
PHP memory limit 512 MiB
0
0 AJAX requests (Clear)

# Profile Method Type Status URL Time

Logger 1
Errors 1
Warnings 0
Deprecations 10
Security n/a
Authenticated No
Firewall name main
Twig 1 ms
Entry View @WebProfiler/Profiler/toolbar_js.html.twig
Render Time 1 ms
Template Calls 4
Block Calls 1
Macro Calls 0
6.4.4
Profiler token 139b8c
Environment dev
Debug enabled
PHP version 8.1.27   View phpinfo()
PHP Extensions Xdebug ✗ APCu ✗ OPcache ✓
PHP SAPI litespeed
Resources Read Symfony 6.4.4 Docs
Help Symfony Support Channels