Query Metrics
12
Database Queries
9
Different statements
6.62 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.56 ms |
SELECT t0.id AS id_1, t0.section AS section_2, t0.parameter_key AS parameter_key_3, t0.string_value AS string_value_4, t0.int_value AS int_value_5, t0.float_value AS float_value_6, t0.bool_value AS bool_value_7, t0.array_value AS array_value_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM app_parameter t0 WHERE t0.parameter_key = ? LIMIT 1
Parameters:
[
"app.maintenance.lock"
]
|
| 2 | 0.58 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.marketing_name AS marketing_name_3, t0.image AS image_4, t0.residual AS residual_5, t0.saving_bonus_amount AS saving_bonus_amount_6, t0.level AS level_7, t0.min_direct_clients AS min_direct_clients_8, t0.representative_client AS representative_client_9, t0.min_direct_points AS min_direct_points_10, t0.min_left_points AS min_left_points_11, t0.min_right_points AS min_right_points_12, t0.is_in_progression AS is_in_progression_13 FROM mybiz_rank t0 ORDER BY t0.level ASC
Parameters:
[] |
| 3 | 0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.token AS token_3, t0.marketing_name AS marketing_name_4, t0.description AS description_5, t0.domain_name AS domain_name_6, t0.primary_color AS primary_color_7, t0.second_color AS second_color_8, t0.one_signal_token AS one_signal_token_9, t0.is_enabled AS is_enabled_10, t0.helpdesk_team_id AS helpdesk_team_id_11 FROM app_space t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"futures_infinity"
]
|
| 4 | 0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.token AS token_3, t0.marketing_name AS marketing_name_4, t0.description AS description_5, t0.domain_name AS domain_name_6, t0.primary_color AS primary_color_7, t0.second_color AS second_color_8, t0.one_signal_token AS one_signal_token_9, t0.is_enabled AS is_enabled_10, t0.helpdesk_team_id AS helpdesk_team_id_11 FROM app_space t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"luume"
]
|
| 5 | 0.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.token AS token_3, t0.marketing_name AS marketing_name_4, t0.description AS description_5, t0.domain_name AS domain_name_6, t0.primary_color AS primary_color_7, t0.second_color AS second_color_8, t0.one_signal_token AS one_signal_token_9, t0.is_enabled AS is_enabled_10, t0.helpdesk_team_id AS helpdesk_team_id_11 FROM app_space t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"mybiz"
]
|
| 6 | 1.28 ms |
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[] |
| 7 | 0.99 ms |
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[] |
| 8 | 0.71 ms |
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 = 'futures_infinity_db' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
Parameters:
[] |
| 9 | 0.34 ms |
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 = 'futures_infinity_db' /*!50116 AND c.constraint_schema = 'futures_infinity_db' */ AND k.`REFERENCED_COLUMN_NAME` IS NOT NULL
Parameters:
[] |
| 10 | 0.33 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'futures_infinity_db' ORDER BY SEQ_IN_INDEX ASC
Parameters:
[] |
| 11 | 0.28 ms |
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:
[] |
| 12 | 0.24 ms |
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\Parameter | No errors. |
| App\Entity\Space | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Application | No errors. |
| App\Entity\ApplicationVersion | No errors. |
| App\Entity\Member | No errors. |
| App\Entity\Mybiz\MemberNode | No errors. |
| App\Entity\Mybiz\Rank | No errors. |
| App\Entity\Notification | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Subscription | No errors. |
| App\Entity\Futures\FeatureType | No errors. |
| App\Entity\ShopPurchase | No errors. |
| App\Entity\Document | No errors. |
| App\Entity\Academy | No errors. |
| App\Entity\Mybiz\AmbassadorInvoice | No errors. |
| App\Entity\MemberDocument | No errors. |
| App\Entity\UserAddress | No errors. |
| App\Entity\Futures\FuturesEvent | No errors. |
| App\Entity\Futures\Replay | No errors. |
| App\Entity\Futures\TradeStrategy | No errors. |
| App\Entity\Market | No errors. |
| App\Entity\Futures\Prediction | No errors. |
| App\Entity\Mybiz\MoneyBag | No errors. |
| App\Entity\MemberCard | No errors. |
| App\Entity\Gateway | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\Currency | No errors. |
| App\Entity\MemberNotification | No errors. |
| App\Entity\Mybiz\MemberSocialNetwork | No errors. |
| App\Entity\Mybiz\QualifiedChoice | No errors. |
| App\Entity\Mybiz\MybizOnBoarding | No errors. |
| App\Entity\MemberPrediction | No errors. |
| App\Entity\PaymentHistory | No errors. |
| App\Entity\Mybiz\Tree | No errors. |
| App\Entity\Futures\Feature | No errors. |
| App\Entity\ProductPrice | No errors. |
| App\Entity\ProductPoint | No errors. |
| App\Entity\ProductPrediction | No errors. |
| App\Entity\Futures\TradeMarket | No errors. |
| App\Entity\AcademyChapter | No errors. |
| App\Entity\Mybiz\AmbassadorInvoiceDetails | No errors. |
| App\Entity\Mybiz\MoneyBagItem | No errors. |