Error 404 Not Found

GET https://apipro-pf.app.strategia.io/robots.txt

Forwarded to ErrorController (938878)

Query Metrics

13 Database Queries
7 Different statements
18.01 ms Query time
10 Invalid entities

Queries

Group similar statements

# Time Info
1 0.53 ms
SELECT DATABASE()
Parameters:
[]
2 5.54 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "apipro-pf"
]
3 0.33 ms
SELECT DATABASE()
Parameters:
[]
4 2.73 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "apipro-pf"
]
5 0.35 ms
SELECT DATABASE()
Parameters:
[]
6 1.41 ms
SELECT t.TABLE_NAME,
           t.ENGINE,
           t.AUTO_INCREMENT,
           t.TABLE_COMMENT,
           t.CREATE_OPTIONS,
           t.TABLE_COLLATION,
           ccsa.CHARACTER_SET_NAME
      FROM information_schema.TABLES t
        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa
            ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
  "apipro-pf"
  "migration_versions"
]
7 0.35 ms
SELECT DATABASE()
Parameters:
[]
8 2.25 ms
SELECT DISTINCT            k.CONSTRAINT_NAME,
            k.COLUMN_NAME,
            k.REFERENCED_TABLE_NAME,
            k.REFERENCED_COLUMN_NAME,
            k.ORDINAL_POSITION /*!50116,
            c.UPDATE_RULE,
            c.DELETE_RULE */
FROM information_schema.key_column_usage k /*!50116
INNER JOIN information_schema.referential_constraints c
ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME
AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'apipro-pf' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "apipro-pf"
  "migration_versions"
]
9 2.07 ms
SELECT       c.COLUMN_NAME        AS field,
       c.COLUMN_TYPE        AS type,
       c.IS_NULLABLE        AS `null`,
       c.COLUMN_KEY         AS `key`,
       c.COLUMN_DEFAULT     AS `default`,
       c.EXTRA,
       c.COLUMN_COMMENT     AS comment,
       c.CHARACTER_SET_NAME AS characterset,
       c.COLLATION_NAME     AS collation
FROM information_schema.COLUMNS c
    INNER JOIN information_schema.TABLES t
        ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[
  "apipro-pf"
  "apipro-pf"
  "migration_versions"
]
10 0.36 ms
SELECT DATABASE()
Parameters:
[]
11 1.18 ms
SELECT        NON_UNIQUE  AS Non_Unique,
        INDEX_NAME  AS Key_name,
        COLUMN_NAME AS Column_Name,
        SUB_PART    AS Sub_Part,
        INDEX_TYPE  AS Index_Type
FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[
  "apipro-pf"
  "migration_versions"
]
12 0.63 ms
SELECT * FROM migration_versions
Parameters:
[]
13 0.28 ms
SELECT DATABASE()
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

Class Mapping errors
App\Entity\Challenges\Challenge No errors.
App\Entity\Challenges\Categorie No errors.
App\Entity\Challenges\Budget No errors.
App\Entity\Challenges\ChallengeMedia No errors.
App\Entity\Challenges\CiblageChallenge No errors.
App\Entity\Challenges\Modalite No errors.
App\Entity\Challenges\DeclarationFile No errors.
App\Entity\Challenges\DeclarationCategorie No errors.
App\Entity\Challenges\Objectif No errors.
App\Entity\Challenges\ProduitCategorie No errors.
App\Entity\Challenges\BudgetAgent No errors.
App\Entity\Challenges\Cycle No errors.
App\Entity\Challenges\Declaration No errors.
App\Entity\Question No errors.
App\Entity\Profile No errors.
App\Entity\Dr No errors.
App\Entity\Numerical
  • The mappings App\Entity\Numerical#numbers and App\Entity\Number#question are inconsistent with each other.
App\Entity\TokenPulse No errors.
App\Entity\Signature
  • The association App\Entity\Signature#files refers to the owning side field App\Entity\File#signature which does not exist.
App\Entity\Qcm No errors.
App\Entity\Enlevement No errors.
App\Entity\Notifications\Notification No errors.
App\Entity\Notifications\NotificationDocument No errors.
App\Entity\Notifications\NotificationReclamation No errors.
App\Entity\Notifications\NotificationReleveLcr No errors.
App\Entity\Notifications\NotificationDestruction No errors.
App\Entity\Notifications\NotificationPiece No errors.
App\Entity\Notifications\NotificationPaiementFournisseur No errors.
App\Entity\Notifications\NotificationOperation No errors.
App\Entity\Notifications\NotificationEnlevement No errors.
App\Entity\Notifications\UserNotification No errors.
App\Entity\AffichetteNotice No errors.
App\Entity\ReleveAvoir No errors.
App\Entity\DestructionProduitUsed No errors.
App\Entity\Formations\Formation No errors.
App\Entity\Formations\FormationMedia No errors.
App\Entity\Pharmacy No errors.
App\Entity\Contact
  • The association App\Entity\Contact#contactText refers to the owning side field App\Entity\ContactText#contact which does not exist.
App\Entity\Catalogue No errors.
App\Entity\DocumentEspaceMarque No errors.
App\Entity\Vrp No errors.
App\Entity\Mandrill\Document No errors.
App\Entity\Mandrill\Recipient No errors.
App\Entity\Mandrill\StaticDocument No errors.
App\Entity\Mandrill\Data
  • The association App\Entity\Mandrill\Data#mail refers to the inverse side field App\Entity\Mandrill\Mail#data which does not exist.
App\Entity\Mandrill\Stats No errors.
App\Entity\Mandrill\Mail
  • The mappings App\Entity\Mandrill\Mail#datas and App\Entity\Mandrill\Data#mail are inconsistent with each other.
App\Entity\EspaceMarques\EMCategorie No errors.
App\Entity\EspaceMarques\EMMarque No errors.
App\Entity\EspaceMarques\EMEspaceMarque No errors.
App\Entity\EspaceMarques\EMCalendrier No errors.
App\Entity\EspaceMarques\EMMedia No errors.
App\Entity\EspaceMarques\EMBandeau No errors.
App\Entity\EspaceMarques\EMGamme No errors.
App\Entity\CollaborateurEtablissement No errors.
App\Entity\AlerteProduit No errors.
App\Entity\Ged\GedNewDocumentsOpened No errors.
App\Entity\PaiementFournisseurDetail No errors.
App\Entity\ExpertComptable\Piece No errors.
App\Entity\ExpertComptable\Archive No errors.
App\Entity\ExpertComptable\MailFacture No errors.
App\Entity\ProductCampaign\ProductCampaignCarouselHPCommand No errors.
App\Entity\ProductCampaign\ProductCampaignCarouselMedia No errors.
App\Entity\ProductCampaign\ProductCampaignCommand No errors.
App\Entity\ProductCampaign\ProductCampaignCarouselHP No errors.
App\Entity\CiblagePersonnalise No errors.
App\Entity\Response No errors.
App\Entity\File No errors.
App\Entity\Operations\OperationProductUsed No errors.
App\Entity\Operations\OperationFile No errors.
App\Entity\Operations\OperationProduct No errors.
App\Entity\Operations\Operation No errors.
App\Entity\Operations\VersionOperationInProgress No errors.
App\Entity\Operations\VersionOperationFile No errors.
App\Entity\Operations\OperationInProgress No errors.
App\Entity\Operations\VersionOperationProductUsed No errors.
App\Entity\Radio
  • The association App\Entity\Radio#choicesResponse refers to the owning side field App\Entity\ChoiceResponse#radio which does not exist.
App\Entity\ReleveLcr No errors.
App\Entity\PriseCommande\TokenKlee No errors.
App\Entity\PriseCommande\CatalogueCommande No errors.
App\Entity\PriseCommande\PoidsProduitSGamme No errors.
App\Entity\PriseCommande\Gamme No errors.
App\Entity\PriseCommande\CommandeLine No errors.
App\Entity\PriseCommande\Client No errors.
App\Entity\PriseCommande\SousGamme No errors.
App\Entity\PriseCommande\PoidsCatalogueGamme No errors.
App\Entity\PriseCommande\PriseCommande No errors.
App\Entity\PriseCommande\Produit No errors.
App\Entity\EnlevementProduit No errors.
App\Entity\Choice No errors.
App\Entity\GroupementPrioritaire No errors.
App\Entity\Destruction No errors.
App\Entity\AlerteClient\PopupHomeLink No errors.
App\Entity\AlerteClient\PopupLogin No errors.
App\Entity\AlerteClient\PopupHome No errors.
App\Entity\ChoiceResponse No errors.
App\Entity\Simple
  • The association App\Entity\Simple#text refers to the owning side field App\Entity\Text#simple which does not exist.
App\Entity\Date No errors.
App\Entity\DatePicker
  • The association App\Entity\DatePicker#dates refers to the owning side field App\Entity\Date#datePicker which does not exist.
App\Entity\Marque No errors.
App\Entity\Collaborateur No errors.
App\Entity\Reclamations\ClaimMessage No errors.
App\Entity\Reclamations\SubCause
  • The field App\Entity\Reclamations\SubCause#claims is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Reclamations\Claim#subCause does not contain the required 'inversedBy="claims"' attribute.
App\Entity\Reclamations\Comment No errors.
App\Entity\Reclamations\Reclamation No errors.
App\Entity\Reclamations\Claim No errors.
App\Entity\Reclamations\Cause
  • The field App\Entity\Reclamations\Cause#claims is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Reclamations\Claim#cause does not contain the required 'inversedBy="claims"' attribute.
App\Entity\ProductInfo No errors.
App\Entity\Questionnaire No errors.
App\Entity\SphinxLink No errors.
App\Entity\MediaObject No errors.
App\Entity\User No errors.
App\Entity\DestructionInProgress No errors.
App\Entity\Adv No errors.
App\Entity\Text No errors.
App\Entity\ContratMarque No errors.
App\Entity\FileQuestion No errors.
App\Entity\DestructionProduit No errors.
App\Entity\Form No errors.
App\Entity\Actualites\Actualite No errors.
App\Entity\Actualites\ActualiteMedia No errors.
App\Entity\Repas\RepasMedia No errors.
App\Entity\Repas\Beneficiaire No errors.
App\Entity\Repas\Repas No errors.
App\Entity\Kam No errors.
App\Entity\DestructionFile No errors.
App\Entity\ContactText No errors.
App\Entity\PaiementFournisseur No errors.
App\Entity\Config No errors.
App\Entity\Affichette No errors.
App\Entity\Number No errors.
Vich\UploaderBundle\Entity\File No errors.