Your project must provide a favicon in its public directory

More information: https://insight.symfony.com/what-we-analyse/web.missing_favicon

in public
No favicon found in the web root directory
Time to fix: about 1 hour
Read doc Permalink Copy Prompt
Last edited by Laurent Muller
  • public
    • index.php

Your project should contain a robots.txt file

More information: https://insight.symfony.com/what-we-analyse/web.missing_robots_txt

in public
The web root doesn't contain a robots.txt file. Search engines will ask for it, so not providing it will affect Search Engine ranking, and add load to the server needlessly.
Time to fix: about 1 hour
Read doc Permalink Copy Prompt
Last edited by Laurent Muller
  • public
    • index.php

Your project session configuration could expose your users data

More information: https://insight.symfony.com/what-we-analyse/symfony.request.session_cookie_default_name

The session cookie name is the default one, PHPSESSID. You should consider overwriting it thanks to session.name parameter (see the official documentation).
Time to fix: about 1 hour
Read doc Permalink Copy Prompt
Collective

Web applications should contain a site.webmanifest file

More information: https://insight.symfony.com/what-we-analyse/web.missing_web_manifest

in public
The web root doesn't contain a site.webmanifest file. The web app manifest provides information about a web application in a JSON text file, necessary for be presented to the user similarly to a native app
Time to fix: about 1 hour
Read doc Permalink Copy Prompt
Last edited by Laurent Muller
  • public
    • index.php