Error 404 Not Found

GET https://store.7ap.tech/robots.txt?p=robots.txt

Forwarded to ErrorController (d5f454)

Query Metrics

9 Database Queries
7 Different statements
7.31 ms Query time
2 Invalid entities
14 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.02 ms
(27.60%)
2
SELECT t0.id AS id_1, t0.data AS data_2, t0.is_deleted AS is_deleted_3, t0.created_by_id AS created_by_id_4 FROM produit t0 WHERE t0.id = ?
Parameters:
[
  "9"
]
1.78 ms
(24.35%)
1
SELECT t0.id AS id_1, t0.data AS data_2, t0.is_deleted AS is_deleted_3, t0.created_by_id AS created_by_id_4 FROM general_params t0
Parameters:
[]
1.52 ms
(20.82%)
2
SELECT t0.id AS id_1, t0.data AS data_2, t0.is_deleted AS is_deleted_3, t0.created_by_id AS created_by_id_4 FROM categorie t0 WHERE t0.is_deleted IS NULL
Parameters:
[]
0.69 ms
(9.48%)
1
SELECT t0.id AS id_1, t0.data AS data_2, t0.is_deleted AS is_deleted_3, t0.created_by_id AS created_by_id_4, t0.general_params_id AS general_params_id_5 FROM top_menu t0 WHERE t0.general_params_id = ?
Parameters:
[
  4
]
0.58 ms
(7.99%)
1
SELECT t0.id AS id_1, t0.data AS data_2, t0.is_deleted AS is_deleted_3, t0.created_by_id AS created_by_id_4, t0.produit_id AS produit_id_5 FROM produit_image t0 WHERE t0.produit_id = ?
Parameters:
[
  9
]
0.43 ms
(5.84%)
1
SELECT t0.id AS id_1, t0.data AS data_2, t0.is_deleted AS is_deleted_3, t0.created_by_id AS created_by_id_4, t0.general_params_id AS general_params_id_5 FROM top_rs t0 WHERE t0.general_params_id = ?
Parameters:
[
  4
]
0.29 ms
(3.91%)
1
SELECT t0.id AS id_1, t0.data AS data_2, t0.is_deleted AS is_deleted_3, t0.created_by_id AS created_by_id_4, t0.general_params_id AS general_params_id_5 FROM top_product t0 WHERE t0.general_params_id = ?
Parameters:
[
  4
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\TopMenu 3
App\Entity\Categorie 3
App\Entity\TopRs 2
App\Entity\Produit 2
App\Entity\GeneralParams 1
App\Entity\User 1
App\Entity\TopProduct 1
App\Entity\ProduitImage 1

Entities Mapping

Class Mapping errors
App\Entity\GeneralParams No errors.
App\Entity\User
  • The association App\Entity\User#produitReviews refers to the owning side field App\Entity\ProduitReview#commented_by which does not exist.
App\Entity\TopMenu No errors.
App\Entity\TopRs No errors.
App\Entity\TopProduct No errors.
App\Entity\Categorie No errors.
App\Entity\Produit No errors.
App\Entity\ProduitImage No errors.
App\Entity\ProduitInfo No errors.
App\Entity\ProduitReview
  • The mappings App\Entity\ProduitReview#user and App\Entity\User#produitReviews are inconsistent with each other.
App\Entity\Commande No errors.
App\Entity\Address No errors.