https://www.aperove.com/robots.txt

Query Metrics

5 Database Queries
5 Different statements
3.18 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 1.57 ms
SELECT t0.id AS id_1, t0.last_visited_at AS last_visited_at_2, t0.visits AS visits_3, t0.route AS route_4, t0.url AS url_5, t0.referrer AS referrer_6, t0.ip AS ip_7, t0.os AS os_8, t0.browser AS browser_9, t0.country AS country_10, t0.city AS city_11, t0.user_id AS user_id_12 FROM visitor t0 WHERE t0.ip = ? AND t0.route = ? LIMIT 1
Parameters:
[
  "216.73.216.168"
  "page_show"
]
2 0.14 ms
"START TRANSACTION"
Parameters:
[]
3 0.36 ms
UPDATE visitor SET last_visited_at = ?, visits = ? WHERE id = ?
Parameters:
[
  "2025-09-04 03:03:00"
  4
  2521
]
4 0.65 ms
"COMMIT"
Parameters:
[]
5 0.46 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.short AS short_4, t0.text AS text_5, t0.thumb AS thumb_6, t0.image AS image_7, t0.cover AS cover_8, t0.layout AS layout_9, t0.show_in_home AS show_in_home_10, t0.pagetitle AS pagetitle_11, t0.meta_description AS meta_description_12, t0.head_code AS head_code_13, t0.body_code AS body_code_14, t0.icon AS icon_15, t0.created_at AS created_at_16, t0.parent_id AS parent_id_17 FROM page 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\Stats\Visitor No errors.
App\Entity\User\User No errors.
App\Entity\CMS\Page No errors.
App\Entity\CRM\Shop
  • The association App\Entity\CRM\Shop#subscription refers to the inverse side field App\Entity\Subscription\Subscription#shops which does not exist.
App\Entity\Fin\FinCredit No errors.
App\Entity\Notify\NotifyService
  • The field App\Entity\Notify\NotifyService#notifyTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Notify\NotifyToken#service does not contain the required 'inversedBy="notifyTokens"' attribute.
App\Entity\Identification\Identification No errors.
App\Entity\Fin\Invoice No errors.
App\Entity\WEB3\Wallet No errors.
App\Entity\WEB3\NFT No errors.
App\Entity\CMS\ContentItem No errors.
App\Entity\Subscription\Subscription No errors.
App\Entity\CRM\Customer
  • The association App\Entity\CRM\Customer#notifyLogs refers to the owning side field App\Entity\Notify\NotifyLog#customer which does not exist.
App\Entity\Campaign\Campaign No errors.
App\Entity\Notify\NotifyToken No errors.
App\Entity\Notify\NotifyInbox No errors.
App\Entity\Fin\InvoiceItem No errors.
App\Entity\Fin\Transaction No errors.
App\Entity\WEB3\Blockchain No errors.
App\Entity\WEB3\NFTCollection No errors.
App\Entity\CMS\Content No errors.
App\Entity\APE\Brand No errors.
App\Entity\Newsletter\Email No errors.
App\Entity\Stats\VisitorArchive No errors.
App\Entity\Subscription\SubscriptionPlan No errors.
App\Entity\WEB3\TX No errors.
App\Entity\WEB3\NFTCollectionLike No errors.
App\Entity\WEB3\Contract No errors.
App\Entity\WEB3\NFTLike No errors.
App\Entity\WEB3\BlockchainToken No errors.
App\Entity\Notify\NotifyLog No errors.
App\Entity\Notify\NotifyCampaignToken No errors.
App\Entity\Notify\NotifyConfig No errors.
App\Entity\Campaign\CampaignType No errors.
App\Entity\Ads\Ad No errors.
App\Entity\Ads\Placement No errors.
App\Entity\CRM\Payment No errors.
App\Entity\CRM\Promo No errors.
App\Entity\Notification\Notification No errors.
App\Entity\Fin\TransactionTerminal No errors.
Vich\UploaderBundle\Entity\File No errors.