https://artmetallu-btp.mg/

Query Metrics

3 Database Queries
3 Different statements
4.28 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 2.26 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.image_name AS image_name_3, t0.image_other AS image_other_4, t0.image_file AS image_file_5, t0.image_file_other AS image_file_other_6, t0.is_active AS is_active_7 FROM banniere t0
Parameters:
[]
2 1.47 ms
SELECT r0_.id AS id_0, r0_.titre AS titre_1, r0_.description AS description_2, r0_.prix AS prix_3, r0_.image_name AS image_name_4, r0_.image_file AS image_file_5, r0_.is_new AS is_new_6 FROM realisation r0_ WHERE r0_.is_new = ?
Parameters:
[
  1
]
3 0.54 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.prix AS prix_4, t0.image_name AS image_name_5, t0.image_file AS image_file_6, t0.is_new AS is_new_7 FROM realisation t0
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\Banniere
  • The field 'App\Entity\Banniere#imageFile' has the property type 'Symfony\Component\HttpFoundation\File\File' that differs from the metadata field type 'string' returned by the 'string' DBAL type.
  • The field 'App\Entity\Banniere#imageFileOther' has the property type 'Symfony\Component\HttpFoundation\File\File' that differs from the metadata field type 'string' returned by the 'string' DBAL type.
App\Entity\Realisation
  • The field 'App\Entity\Realisation#prix' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Realisation#imageFile' has the property type 'Symfony\Component\HttpFoundation\File\File' that differs from the metadata field type 'string' returned by the 'string' DBAL type.