https://medapp.algomedica.tech/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAFEUlEQVR4AZVXA4wm2RMf27bXDM/+3/+sYBGfrbVtezc6BWtzfPbYXtvDL9906t6v0vWl05me7q1JzXuvvu4yXnvZgJ9hH6bwZYXLFR739vauUGuDwhq1L1N4Uv/tRYUhFjwcg49hn6aYr1V4TiGp86CoP9Oh1tV414KnM6t9fHymKUZ3DAI0hW4b1AyK3lE8phh5OxWeoJgUGhi5mLm95YzBwcHuhIQEV1JSEoWGhoKWHxYWFmenhJ/B5W0GwZpDt5Ovry9lZWWRyWOu5ORk7JsUpogsq5gnmISTU+HKQoLFQv/qq6/os88+I+EVFRUlSsRZ5oRiVmwlXMWShQkahUdERJCfnx/vd+3aRTU1NXTixAmqrq6mK1eu0PTp05mnrmD+QK6XhLO0XP2O2FJAQICRjjMU4P1PP/1EfX19NGfOHM8Z0N7ezueQkBBXYGAgSWIaQ5Em2T5QzFNSUig9PV3OHOe4uDjZ87p//34C7Nm7x/NcRUUFAX799Vec8Y7m7+8Pz92SfBDXr7VwPYRbxn/MmDG8Tps2jQBd3V30/PPPe35/6qmnaPXq1TR69Gg+h4eHiwwosdLT4dBkQDSXWmJiIq/vv/8+/fvvv3ThwgWqr6+n/Px8oyCmAerq6jy03Nxc2Yv7ySSjQzrmi4i92fVpaWlYOZ79/f2MW7dtpSlTptDp06epo6ODPvroI850ASiGdyZOnEjXrl2jyspKT4XA9cgjkaPL/D8UWG62HokieyQQoKSkRGiMs2bNotraWmprayOBNWvWyO+scGdnp5zF/WYvLEb8TwpRykp1MV7feust6uzqJMD169fpueeeY/rDDz/MKzzgdrsJoGkaffvtt/TFF19wQsIDmzZtssojt+6Fo1CgzKiAvAB3DRs2jAULtLS0eErPGB5Ad3c3lZaWUnFxMfeAd955h5+JjY3FaqXAPwhBnRCNySK4b98+Aoilv/z6i/zGggSk1g0opWupAMvGP91yt96zadWqVdTc3Ezz58/31LOAy+US6zgHBP766y+mDR8+HBUgFWSnQI2EAFnqlpcaGxsJIFkMN8L9AnPnzmX6jRs3SACeAi0vL888JwYPgTEJpauhnADo6/LSgQMHCHD37l2Cp15//XXq7eslgKb+Fi1exM9lZmbaCDclIcpQQhATE4OVsrOzuamg+cyePZuzG64Hrlu3jp9ZuWolCdy+fZueeOIJpkdHR1sLHqgM0Yh0bTRz1m7fvp2KiopYkYKCApo8ebLZIwzlFeXSOXEnsLPe2Ij+p5DbYYdOdOtDQ0rNjFya5sTcsGGDcTDZoXTcNoVBMoxWyzDS2yXmOyeUtGSskmDjx4/nRgPAfBDmMpZtUIbRcsi2GsfSD2QYyd2OcdmyZSSwdu1apuXk5GB16v4bak0yX0imyIUEgwNovFTglhMZGcm0srIy43zAVUxuTLbW4xn17Fci23wly9dngUummrTaixcvMpOtW7fiiBwQpqKYU9efHuxDJE5hC9wvL9TW1RLg+PHjPGTQ8wsLC4WpDC5Y5UR4k5qKMSLT6lqeAiX0nuAaMmSI9sMPP9CZM2foyJEj9O677wpTVIuTjidNp0HibvttoH9E5OMqbWKkSaNSlojldoLF7TEP+nUEmKI62y1kOBINbVaNarcI0PuGGUlHyfYvLHg7/jhFSFYqZh0P8KHSptd5ksOPU3tvqAEUot/hFmOIYJLp87wGe9Dwm95eg5xa/R8G6d8U5EcFhwAAAABJRU5ErkJggg==

Query Metrics

21 Database Queries
6 Different statements
7.28 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.62 ms
(63.47%)
6
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[]
0.93 ms
(12.82%)
3
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'medapp' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
Parameters:
[]
0.56 ms
(7.68%)
3
SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS
FROM information_schema.TABLES
WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
Parameters:
[]
0.54 ms
(7.45%)
3
SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'medapp' /*!50116 AND c.constraint_schema = 'medapp' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL
Parameters:
[]
0.42 ms
(5.74%)
3
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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'medapp' ORDER BY SEQ_IN_INDEX ASC
Parameters:
[]
0.21 ms
(2.83%)
3
SELECT * FROM doctrine_migration_versions
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\PatientResultValue No errors.
App\Entity\DiseaseTranslation No errors.
App\Entity\LandmarkTranslation No errors.
App\Entity\AppTranslation No errors.
App\Entity\TestOptionTranslation No errors.
App\Entity\TestNormativeTranslation No errors.
App\Entity\MedicalProcedureTranslation No errors.
App\Entity\PageTranslation No errors.
App\Entity\AppSharing No errors.
App\Entity\UserActionExercise No errors.
App\Entity\UserAction No errors.
App\Entity\AgreementTranslation No errors.
App\Entity\News
  • The association App\Entity\News#Category refers to the inverse side field App\Entity\Category#news which does not exist.
App\Entity\LevelTranslation No errors.
App\Entity\TestNorm No errors.
App\Entity\AgreementStatement No errors.
App\Entity\TestDefinitionRelationCondition No errors.
App\Entity\AppTranslations No errors.
App\Entity\TestDefinitionConversionTranslation No errors.
App\Entity\MapTranslation No errors.
App\Entity\UserActionExerciseTranslation No errors.
App\Entity\AlgorithmTranslation No errors.
App\Entity\TestOption No errors.
App\Entity\Attachment No errors.
App\Entity\TestTranslation No errors.
App\Entity\TaxonomyTranslation No errors.
App\Entity\UserActionSequence No errors.
App\Entity\TestDefinition No errors.
App\Entity\TestDefinitionConversion No errors.
App\Entity\AlgorithmCondition No errors.
App\Entity\Township No errors.
App\Entity\Level No errors.
App\Entity\PatientResult No errors.
App\Entity\CountryTranslation No errors.
App\Entity\City No errors.
App\Entity\DrugTranslation No errors.
App\Entity\Algorithm No errors.
App\Entity\TownshipTranslation
  • The association App\Entity\TownshipTranslation#translatable refers to the inverse side field App\Entity\Township#translations which does not exist.
App\Entity\Patient No errors.
App\Entity\UserActionTranslation No errors.
App\Entity\DrugEntityResponsible No errors.
App\Entity\Map No errors.
App\Entity\App No errors.
App\Entity\Flow No errors.
App\Entity\SiteTranslation No errors.
App\Entity\AppVersion No errors.
App\Entity\Therapy No errors.
App\Entity\Customer No errors.
App\Entity\ObjectVariantTranslation No errors.
App\Entity\AgreementStatementTranslation No errors.
App\Entity\Illness No errors.
App\Entity\Region No errors.
App\Entity\DrugActiveSubstance No errors.
App\Entity\ObjectTypeTranslation No errors.
App\Entity\TherapyTranslation No errors.
App\Entity\AccessCode No errors.
App\Entity\Agreement No errors.
App\Entity\Consent No errors.
App\Entity\User No errors.
App\Entity\TestNormativeRule No errors.
App\Entity\Drug No errors.
App\Entity\Test No errors.
App\Entity\PatientTherapyTrack No errors.
App\Entity\ObjectType No errors.
App\Entity\Page No errors.
App\Entity\PatientStoreScheme No errors.
App\Entity\AppSharingTranslation No errors.
App\Entity\AppTranslationsTranslation No errors.
App\Entity\RegionTranslation No errors.
App\Entity\Category No errors.
App\Entity\TestNormative No errors.
App\Entity\TestDefinitionTranslation No errors.
App\Entity\TherapyDefinition No errors.
App\Entity\PatientTreatment No errors.
App\Entity\Disease No errors.
App\Entity\TherapyDefinitionTranslation No errors.
App\Entity\NewsTranslation No errors.
App\Entity\AlWpPosts No errors.
App\Entity\Language No errors.
App\Entity\Stats No errors.
App\Entity\Taxonomy No errors.
App\Entity\FlowTranslation No errors.
App\Entity\AttachmentTranslation No errors.
App\Entity\Country No errors.
App\Entity\TestDefinitionRelationTranslation No errors.
App\Entity\DoctrineMigrationVersions No errors.
App\Entity\Import No errors.
App\Entity\RouteTranslation No errors.
App\Entity\Route No errors.
App\Entity\FlowObject No errors.
App\Entity\AppCustomFunction No errors.
App\Entity\Site No errors.
App\Entity\PatientScore No errors.
App\Entity\ObjectVariant No errors.
App\Entity\CityTranslation No errors.
App\Entity\Landmark No errors.
App\Entity\PatientAgreement No errors.
App\Entity\CategoryTranslation No errors.
App\Entity\TestDefinitionRelation No errors.
App\Entity\MedicalProcedure No errors.
Vich\UploaderBundle\Entity\File No errors.