http://tehranabr.org/robots.txt

Query Metrics

4 Database Queries
3 Different statements
1.20 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.30 ms
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.deleted_at AS deleted_at_3, t0.uuid AS uuid_4, t0.url_slug AS url_slug_5, t0.og_description AS og_description_6, t0.active AS active_7, t0.id AS id_8, t0.is_connected AS is_connected_9, t0.address AS address_10, t0.ns1 AS ns1_11, t0.ns2 AS ns2_12, t0.valid_until AS valid_until_13, t0.website_id AS website_id_14 FROM `base_site_domain` t0 WHERE t0.address = ? LIMIT 1
Parameters:
[
  "tehranabr.org"
]
2 0.22 ms
SELECT DATABASE()
Parameters:
[]
3 0.59 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "hotnet"
]
4 0.09 ms
SELECT DATABASE()
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\BaseEntity No errors.
App\Entity\BaseSite\Domain No errors.
App\Entity\Website\Website\Website
  • The association App\Entity\Website\Website\Website#transactions refers to the owning side field App\Entity\Website\Transaction#website which does not exist.
App\Entity\Generic\User No errors.
App\Entity\Generic\Customer\Customer
  • The association App\Entity\Generic\Customer\Customer#presenter refers to the inverse side field App\Entity\Generic\Customer\Customer#customers which does not exist.
  • The mappings App\Entity\Generic\Customer\Customer#users and App\Entity\Generic\Customer\Customer#presenter are inconsistent with each other.
  • The field App\Entity\Generic\Customer\Customer#smsIncomes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Website\Sms\SmsIncome#owner does not contain the required 'inversedBy="smsIncomes"' attribute.
App\Entity\Website\Transaction No errors.
App\Entity\BaseSite\Plan\Plan No errors.
App\Entity\BaseSite\Plan\AddOn No errors.
App\Entity\Website\Setting No errors.