GET http://elpida-web.greendot.cz/robots.txt

Query Metrics

7 Database Queries
5 Different statements
3.06 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 1.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.city AS city_4, t0.postcode AS postcode_5, t0.account_number AS account_number_6, t0.bank_number AS bank_number_7, t0.ic AS ic_8, t0.vat AS vat_9, t0.bank_name AS bank_name_10, t0.cost_center_email AS cost_center_email_11, t0.cost_center_phone AS cost_center_phone_12, t0.dic AS dic_13, t0.is_active AS is_active_14, t0.payment_provider AS payment_provider_15 FROM cost_center t0
Parameters:
[]
2 0.28 ms
SELECT SUM(c0_.value * (CASE WHEN c0_.type < 5 THEN 1 ELSE -1 END)) AS sclr_0, c1_.name AS name_1, c1_.id AS id_2 FROM credit_transaction c0_ INNER JOIN cost_center c1_ ON c0_.cost_center_id = c1_.id WHERE c0_.type IN (1, 2, 6, 7, 11) AND c0_.client_id = ? AND c1_.id = ? AND c0_.state = 1
Parameters:
[
  null
  1
]
3 0.25 ms
SELECT SUM(c0_.value * (CASE WHEN c0_.type < 5 THEN 1 ELSE -1 END)) AS sclr_0, c1_.name AS name_1, c1_.id AS id_2 FROM credit_transaction c0_ INNER JOIN cost_center c1_ ON c0_.cost_center_id = c1_.id WHERE c0_.type IN (1, 2, 6, 7, 11) AND c0_.client_id = ? AND c1_.id = ? AND c0_.state = 1
Parameters:
[
  null
  2
]
4 0.24 ms
SELECT SUM(c0_.value * (CASE WHEN c0_.type < 5 THEN 1 ELSE -1 END)) AS sclr_0, c1_.name AS name_1, c1_.id AS id_2 FROM credit_transaction c0_ INNER JOIN cost_center c1_ ON c0_.cost_center_id = c1_.id WHERE c0_.type IN (1, 2, 6, 7, 11) AND c0_.client_id = ? AND c1_.id = ? AND c0_.state = 1
Parameters:
[
  null
  3
]
5 0.24 ms
SELECT s0_.id AS id_0, s0_.length AS length_1, s0_.is_active AS is_active_2, s0_.price AS price_3, s0_.name AS name_4, s0_.description AS description_5, s0_.vat AS vat_6 FROM subscription s0_ WHERE s0_.is_active = ? ORDER BY s0_.id ASC
Parameters:
[
  1
]
6 0.59 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.menu_name AS menu_name_2, p0_.description AS description_3, p0_.html AS html_4, p0_.title AS title_5, p0_.is_active AS is_active_6, p0_.slug AS slug_7, p0_.javascript AS javascript_8, p0_.sequence AS sequence_9, p0_.is_menu AS is_menu_10, p0_.latitude AS latitude_11, p0_.longitude AS longitude_12, p0_.state AS state_13, p0_.has_comments AS has_comments_14 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_.id = p1_.category_super_id WHERE (p0_.id > 10 OR p0_.id = 2) AND p0_.is_menu = 1 GROUP BY p0_.name ORDER BY p0_.sequence ASC
Parameters:
[]
7 0.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.menu_name AS menu_name_3, t0.description AS description_4, t0.html AS html_5, t0.title AS title_6, t0.is_active AS is_active_7, t0.slug AS slug_8, t0.javascript AS javascript_9, t0.sequence AS sequence_10, t0.is_menu AS is_menu_11, t0.latitude AS latitude_12, t0.longitude AS longitude_13, t0.state AS state_14, t0.has_comments AS has_comments_15 FROM p_category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "robots.txt"
]

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\CostCenter No errors.
App\Entity\Course No errors.
App\Entity\CreditTransaction No errors.
App\Entity\Order No errors.
App\Entity\DiscountGroup No errors.
App\Entity\DiscountCode No errors.
App\Entity\Cycle No errors.
App\Entity\Subscription No errors.
App\Entity\SubscriptionClient No errors.
App\Entity\Web\Category No errors.
App\Entity\Web\CategoryCategory No errors.
App\Entity\Web\Label No errors.
App\Entity\Web\CategoryFile
  • The mappings App\Entity\Web\CategoryFile#file and App\Entity\Web\File#categoryFiles are inconsistent with each other.
App\Entity\Web\Comment
  • The association App\Entity\Web\Comment#client refers to the inverse side field App\Entity\Client#comments which does not exist.