GET https://ui.cube-hosting.net/api/plesk/prices

Query Metrics

4 Database Queries
4 Different statements
1.36 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.50 ms
(36.88%)
1
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.user_id AS user_id_3 FROM apikey t0 WHERE t0.api_key = ? LIMIT 1
Parameters:
[
  "542adaf54ac39cdde1b3d4fc35652f69488c21556e09279c"
]
0.32 ms
(23.75%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.balance AS balance_5, t0.api_key AS api_key_6, t0.dark_mode AS dark_mode_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.company AS company_10, t0.street AS street_11, t0.house_number AS house_number_12, t0.zip AS zip_13, t0.city AS city_14, t0.region AS region_15, t0.salutation AS salutation_16, t0.country AS country_17, t0.username AS username_18, t0.support_pin AS support_pin_19, t0.active_services AS active_services_20, t0.reseller AS reseller_21, t0.credit AS credit_22, t0.used_credit AS used_credit_23, t0.creditlimit AS creditlimit_24, t25.id AS id_26, t25.api_key AS api_key_27, t25.user_id AS user_id_28 FROM `user` t0 LEFT JOIN apikey t25 ON t25.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  1
]
0.28 ms
(20.45%)
1
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.user_id AS user_id_3 FROM apikey t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
  1
]
0.26 ms
(18.91%)
1
SELECT t0.id AS id_1, t0.type AS type_2, t0.price AS price_3, t0.reseller_price AS reseller_price_4, t0.yearly AS yearly_5, t0.reseller_yearly AS reseller_yearly_6 FROM plesk_price 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\APIKey No errors.
App\Entity\User
  • The mappings App\Entity\User#user_id and App\Entity\PleskLicense#user are inconsistent with each other.
App\Entity\MollieTransaction No errors.
App\Entity\PleskLicense
  • The association App\Entity\PleskLicense#user refers to the inverse side field App\Entity\User#pleskLicenses which does not exist.
App\Entity\Domains No errors.
App\Entity\Reversedns No errors.
App\Entity\CloudServer No errors.
App\Entity\Subnets No errors.
App\Entity\Invoice No errors.
App\Entity\PleskPrice No errors.