GET https://next.mironova.art/en/artists/artist-13/

Query Metrics

9 Database Queries
7 Different statements
12.21 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.22 ms
SELECT c0_.code AS code_0, c0_.rate AS rate_1, c0_.updated_at AS updated_at_2 FROM currency_rates c0_ ORDER BY c0_.updated_at DESC LIMIT 1
Parameters:
[]
2 0.35 ms
SELECT s0_.id AS id_0, s0_.seller_slug AS seller_slug_1, s0_.title AS title_2, s0_.cover_url AS cover_url_3, s0_.media_url AS media_url_4, s0_.duration_sec AS duration_sec_5, s0_.views AS views_6, s0_.published_at AS published_at_7, s0_.expires_at AS expires_at_8 FROM stories s0_ WHERE s0_.seller_slug = ? AND s0_.expires_at > ? ORDER BY s0_.published_at ASC
Parameters:
[
  "artist-13"
  "2026-05-09 19:11:00"
]
3 0.12 ms
"START TRANSACTION"
Parameters:
[]
4 0.24 ms
INSERT INTO stories (id, seller_slug, title, cover_url, media_url, duration_sec, views, published_at, expires_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "st_artist-13_1"
  "artist-13"
  "In the studio"
  null
  null
  12
  0
  "2026-05-09 17:11:00"
  "2026-05-10 17:11:00"
]
5 0.22 ms
INSERT INTO stories (id, seller_slug, title, cover_url, media_url, duration_sec, views, published_at, expires_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "st_artist-13_2"
  "artist-13"
  "Fresh from the easel"
  null
  null
  8
  0
  "2026-05-09 17:11:00"
  "2026-05-10 17:11:00"
]
6 0.22 ms
INSERT INTO stories (id, seller_slug, title, cover_url, media_url, duration_sec, views, published_at, expires_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "st_artist-13_3"
  "artist-13"
  "Behind the canvas"
  null
  null
  10
  0
  "2026-05-09 17:11:00"
  "2026-05-10 17:11:00"
]
7 10.12 ms
"COMMIT"
Parameters:
[]
8 0.36 ms
SELECT COUNT(f0_.id) AS sclr_0 FROM follows f0_ WHERE f0_.seller_slug = ?
Parameters:
[
  "artist-13"
]
9 0.35 ms
SELECT c0_.slug AS slug_0, c0_.id AS id_1, c0_.title AS title_2, c0_.price_cents AS price_cents_3, c0_.old_price_cents AS old_price_cents_4, c0_.seller_slug AS seller_slug_5, c0_.seller_name AS seller_name_6, c0_.seller_country AS seller_country_7, c0_.category_slug AS category_slug_8, c0_.primary_image_url AS primary_image_url_9, c0_.charity_percent AS charity_percent_10, c0_.is_sold AS is_sold_11, c0_.allows_print AS allows_print_12, c0_.accepts_offers AS accepts_offers_13, c0_.payload AS payload_14, c0_.updated_at AS updated_at_15 FROM cached_products c0_ WHERE c0_.seller_slug = ? AND c0_.is_sold = 1 ORDER BY c0_.updated_at DESC LIMIT 6
Parameters:
[
  "artist-13"
]

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\Story 3

Entities Mapping

Class Mapping errors
App\Entity\CurrencyRate No errors.
App\Entity\Story No errors.
App\Entity\Follow No errors.
App\Entity\CachedProduct No errors.