https://dreaminjob.org/resources/config.json

Query Metrics

26 Database Queries
12 Different statements
20.78 ms Query time
21 Invalid entities

Queries

Group similar statements

# Time Info
1 0.98 ms
SELECT t0.id AS id_1, t0.color AS color_2, t0.position AS position_3, t0.token AS token_4 FROM big_five_profile t0 ORDER BY t0.position ASC
Parameters:
[]
2 0.63 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.title AS title_3, t0.translatable_id AS translatable_id_4 FROM big_five_profile_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  1
]
3 0.55 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.title AS title_3, t0.translatable_id AS translatable_id_4 FROM big_five_profile_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  2
]
4 0.42 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.title AS title_3, t0.translatable_id AS translatable_id_4 FROM big_five_profile_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3
]
5 0.39 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.title AS title_3, t0.translatable_id AS translatable_id_4 FROM big_five_profile_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4
]
6 0.50 ms
SELECT t0.id AS id_1, t0.color AS color_2, t0.icon AS icon_3, t0.mainletter AS mainletter_4, t0.token AS token_5 FROM profil t0
Parameters:
[]
7 0.61 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.title AS title_3, t0.video_link AS video_link_4, t0.pdf_link AS pdf_link_5, t0.description AS description_6, t0.negative_description AS negative_description_7, t0.translatable_id AS translatable_id_8 FROM profil_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  7
]
8 0.58 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.title AS title_3, t0.video_link AS video_link_4, t0.pdf_link AS pdf_link_5, t0.description AS description_6, t0.negative_description AS negative_description_7, t0.translatable_id AS translatable_id_8 FROM profil_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  8
]
9 0.48 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.title AS title_3, t0.video_link AS video_link_4, t0.pdf_link AS pdf_link_5, t0.description AS description_6, t0.negative_description AS negative_description_7, t0.translatable_id AS translatable_id_8 FROM profil_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  9
]
10 0.45 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.title AS title_3, t0.video_link AS video_link_4, t0.pdf_link AS pdf_link_5, t0.description AS description_6, t0.negative_description AS negative_description_7, t0.translatable_id AS translatable_id_8 FROM profil_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  10
]
11 0.43 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.title AS title_3, t0.video_link AS video_link_4, t0.pdf_link AS pdf_link_5, t0.description AS description_6, t0.negative_description AS negative_description_7, t0.translatable_id AS translatable_id_8 FROM profil_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  11
]
12 0.41 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.title AS title_3, t0.video_link AS video_link_4, t0.pdf_link AS pdf_link_5, t0.description AS description_6, t0.negative_description AS negative_description_7, t0.translatable_id AS translatable_id_8 FROM profil_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  12
]
13 0.29 ms
SELECT t0.id AS id_1, t0.color AS color_2, t0.position AS position_3, t0.token AS token_4 FROM big_five_profile t0
Parameters:
[]
14 0.34 ms
SELECT DATABASE()
Parameters:
[]
15 3.72 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "dreaminjob_gpt"
]
16 0.20 ms
SELECT DATABASE()
Parameters:
[]
17 3.45 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "dreaminjob_gpt"
]
18 0.32 ms
SELECT DATABASE()
Parameters:
[]
19 0.85 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:
[
  "dreaminjob_gpt"
  "doctrine_migration_versions"
]
20 0.15 ms
SELECT DATABASE()
Parameters:
[]
21 1.98 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 = 'dreaminjob_gpt' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "dreaminjob_gpt"
  "doctrine_migration_versions"
]
22 1.92 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:
[
  "dreaminjob_gpt"
  "dreaminjob_gpt"
  "doctrine_migration_versions"
]
23 0.19 ms
SELECT DATABASE()
Parameters:
[]
24 0.29 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:
[
  "dreaminjob_gpt"
  "doctrine_migration_versions"
]
25 0.43 ms
SELECT * FROM doctrine_migration_versions
Parameters:
[]
26 0.21 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\Profil\BigFiveProfile
  • The mappings App\Entity\Profil\BigFiveProfile#newTranslations and App\Entity\Profil\BigFiveProfileTranslation#translatable are inconsistent with each other.
App\Entity\Profil\BigFiveProfileTranslation
  • The association App\Entity\Profil\BigFiveProfileTranslation#translatable refers to the inverse side field App\Entity\Profil\BigFiveProfile#translations which does not exist.
App\Entity\Quiz\RiasecBigFive\RBQuiz
  • The mappings App\Entity\Quiz\RiasecBigFive\RBQuiz#newTranslations and App\Entity\Quiz\RiasecBigFive\RBQuizTranslation#translatable are inconsistent with each other.
App\Entity\Profil\Profil
  • The mappings App\Entity\Profil\Profil#newTranslations and App\Entity\Profil\ProfilTranslation#translatable are inconsistent with each other.
App\Entity\Profil\ProfilTranslation
  • The association App\Entity\Profil\ProfilTranslation#translatable refers to the inverse side field App\Entity\Profil\Profil#translations which does not exist.
App\Entity\Quiz\RiasecQuizResponse
  • The mappings App\Entity\Quiz\RiasecQuizResponse#newTranslations and App\Entity\Quiz\RiasecQuizResponseTranslation#translatable are inconsistent with each other.
App\Entity\JobConfiguration\Job
  • The mappings App\Entity\JobConfiguration\Job#newTranslations and App\Entity\JobConfiguration\JobTranslation#translatable are inconsistent with each other.
App\Entity\Profil\TwiceProfile
  • The mappings App\Entity\Profil\TwiceProfile#newTranslations and App\Entity\Profil\TwiceProfileTranslation#translatable are inconsistent with each other.
App\Entity\Profil\ProfilPositiveDescription
  • The mappings App\Entity\Profil\ProfilPositiveDescription#newTranslations and App\Entity\Profil\ProfilPositiveDescriptionTranslation#translatable are inconsistent with each other.
App\Entity\Profil\ProfilNegativeDescription
  • The mappings App\Entity\Profil\ProfilNegativeDescription#newTranslations and App\Entity\Profil\ProfilNegativeDescriptionTranslation#translatable are inconsistent with each other.
App\Entity\UserRiasecProfile No errors.
App\Entity\Quiz\RiasecBigFive\RBQuizTranslation
  • The association App\Entity\Quiz\RiasecBigFive\RBQuizTranslation#translatable refers to the inverse side field App\Entity\Quiz\RiasecBigFive\RBQuiz#translations which does not exist.
App\Entity\UserRBQuizResponse No errors.
App\Entity\Quiz\RiasecQuizResponseTranslation
  • The association App\Entity\Quiz\RiasecQuizResponseTranslation#translatable refers to the inverse side field App\Entity\Quiz\RiasecQuizResponse#translations which does not exist.
App\Entity\Quiz\RiasecQuiz No errors.
App\Entity\UserRiasecResponse No errors.
App\Entity\JobConfiguration\JobTranslation
  • The association App\Entity\JobConfiguration\JobTranslation#translatable refers to the inverse side field App\Entity\JobConfiguration\Job#translations which does not exist.
App\Entity\JobConfiguration\JobSubCategory
  • The mappings App\Entity\JobConfiguration\JobSubCategory#newTranslations and App\Entity\JobConfiguration\JobSubCategoryTranslation#translatable are inconsistent with each other.
App\Entity\JobConfiguration\JobUserProfile
  • The mappings App\Entity\JobConfiguration\JobUserProfile#newTranslations and App\Entity\JobConfiguration\JobUserProfileTranslation#translatable are inconsistent with each other.
App\Entity\JobConfiguration\Job\Favorites\Favorites No errors.
App\Entity\LinkedinProfile No errors.
App\Entity\User No errors.
App\Entity\AssocUserJobLinkedin No errors.
App\Entity\JobConfiguration\Job\JobAssignment
  • The mappings App\Entity\JobConfiguration\Job\JobAssignment#newTranslations and App\Entity\JobConfiguration\Job\JobAssignmentTranslation#translatable are inconsistent with each other.
App\Entity\Configuration\School\Formation\Formation
  • The mappings App\Entity\Configuration\School\Formation\Formation#newTranslations and App\Entity\Configuration\School\Formation\FormationTranslation#translatable are inconsistent with each other.
App\Entity\Configuration\JobContract
  • The mappings App\Entity\Configuration\JobContract#newTranslations and App\Entity\Configuration\JobContractTranslation#translatable are inconsistent with each other.
App\Entity\UserJobAlgo No errors.
App\Entity\AssocUserJobMyJobGlasses No errors.
App\Entity\Profil\TwiceProfileTranslation
  • The association App\Entity\Profil\TwiceProfileTranslation#translatable refers to the inverse side field App\Entity\Profil\TwiceProfile#translations which does not exist.
App\Entity\Profil\ProfilPositiveDescriptionTranslation
  • The association App\Entity\Profil\ProfilPositiveDescriptionTranslation#translatable refers to the inverse side field App\Entity\Profil\ProfilPositiveDescription#translations which does not exist.
App\Entity\Profil\ProfilNegativeDescriptionTranslation
  • The association App\Entity\Profil\ProfilNegativeDescriptionTranslation#translatable refers to the inverse side field App\Entity\Profil\ProfilNegativeDescription#translations which does not exist.