GET https://jonathan-websource.websrc.fr/admin/webhostings-servers/api/columns?action=undefined

Query Metrics

4 Database Queries
3 Different statements
0.86 ms Query time
6 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 0.20 ms
SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.api_key AS api_key_10, t0.last_activity AS last_activity_11, t0.newsletter AS newsletter_12, t0.avatar AS avatar_13, t0.phone AS phone_14, t0.poste AS poste_15, t0.bio AS bio_16, t0.url AS url_17, t0.linkedin AS linkedin_18, t0.twitter AS twitter_19, t0.works_for AS works_for_20, t0.stripe_account AS stripe_account_21, t0.id AS id_22, t0.date_created AS date_created_23, t0.date_updated AS date_updated_24, t0.active AS active_25, t0.customer_id AS customer_id_26 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.22 ms
SELECT w0_.ip AS ip_0, w0_.username AS username_1, w0_.name AS name_2, w0_.www_folder AS www_folder_3, w0_.vhost_templatefile AS vhost_templatefile_4, w0_.ftp_port AS ftp_port_5, w0_.default_sql_host AS default_sql_host_6, w0_.default_sql_port AS default_sql_port_7, w0_.default_dbname AS default_dbname_8, w0_.db_admin_username AS db_admin_username_9, w0_.db_admin_password AS db_admin_password_10, w0_.id AS id_11, w0_.date_created AS date_created_12, w0_.date_updated AS date_updated_13 FROM webhostings_servers w0_ WHERE w0_.name LIKE ? OR w0_.ip LIKE ?
Parameters:
[
  "%%%"
  "%%%"
]
3 0.25 ms
SELECT w0_.ip AS ip_0, w0_.username AS username_1, w0_.name AS name_2, w0_.www_folder AS www_folder_3, w0_.vhost_templatefile AS vhost_templatefile_4, w0_.ftp_port AS ftp_port_5, w0_.default_sql_host AS default_sql_host_6, w0_.default_sql_port AS default_sql_port_7, w0_.default_dbname AS default_dbname_8, w0_.db_admin_username AS db_admin_username_9, w0_.db_admin_password AS db_admin_password_10, w0_.id AS id_11, w0_.date_created AS date_created_12, w0_.date_updated AS date_updated_13 FROM webhostings_servers w0_ WHERE w0_.name LIKE ? OR w0_.ip LIKE ? ORDER BY w0_.id DESC LIMIT 50
Parameters:
[
  "%%%"
  "%%%"
]
4 0.19 ms
SELECT w0_.ip AS ip_0, w0_.username AS username_1, w0_.name AS name_2, w0_.www_folder AS www_folder_3, w0_.vhost_templatefile AS vhost_templatefile_4, w0_.ftp_port AS ftp_port_5, w0_.default_sql_host AS default_sql_host_6, w0_.default_sql_port AS default_sql_port_7, w0_.default_dbname AS default_dbname_8, w0_.db_admin_username AS db_admin_username_9, w0_.db_admin_password AS db_admin_password_10, w0_.id AS id_11, w0_.date_created AS date_created_12, w0_.date_updated AS date_updated_13 FROM webhostings_servers w0_ WHERE w0_.name LIKE ? OR w0_.ip LIKE ?
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\WebhostingsServers 2
App\Entity\User 1
App\Entity\Customers 1

Entities Mapping

Class Mapping errors
App\Entity\User
  • The association App\Entity\User#webhostings refers to the owning side field App\Entity\Webhostings#users which does not exist.
  • The association App\Entity\User#domains refers to the owning side field App\Entity\WebhostingsDomains#users which does not exist.
  • The field App\Entity\User#carts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Cart#user does not contain the required 'inversedBy: "carts"' attribute.
App\Entity\Customers
  • The mappings App\Entity\Customers#customersContacts and App\Entity\CustomersContacts#customer are inconsistent with each other.
App\Entity\Webhostings
  • The mappings App\Entity\Webhostings#user and App\Entity\User#webhostings are inconsistent with each other.
App\Entity\WebhostingsDomains
  • The mappings App\Entity\WebhostingsDomains#user and App\Entity\User#domains are inconsistent with each other.
App\Entity\Cart No errors.
App\Entity\Modules
  • The field App\Entity\Modules#cartDetails is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\CartDetails#module does not contain the required 'inversedBy: "cartDetails"' attribute.
App\Entity\Themes
  • The association App\Entity\Themes#reviews refers to the inverse side field App\Entity\Reviews#themes which does not exist.
App\Entity\Downloads No errors.
App\Entity\Formation No errors.
App\Entity\WebhostingsServers No errors.
App\Entity\WebhostingsFtpUsers No errors.