301 redirect from GET @actor.index (28bfdd)

GET https://content.suika.at/actor/

Query Metrics

2 Database Queries
2 Different statements
1.22 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 0.94 ms
SELECT COUNT(*) AS num FROM (
            SELECT 
                   a.id, a.name, a.gender, 
                   i.id as image_id, i.filename as image_filename
            FROM actor AS a
            LEFT OUTER JOIN actor_image AS i
                ON a.front_image_id = i.id 
        ) AS count_query
Parameters:
[]
2 0.28 ms
SELECT 
                   a.id, a.name, a.gender, 
                   i.id as image_id, i.filename as image_filename
            FROM actor AS a
            LEFT OUTER JOIN actor_image AS i
                ON a.front_image_id = i.id 
         LIMIT 0, 9
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\Actor
  • The mappings App\Entity\Actor#images and App\Entity\ActorImage#actor are inconsistent with each other.
App\Entity\ActorImage
  • The association App\Entity\ActorImage#actor refers to the inverse side field App\Entity\Actor#actorImages which does not exist.
App\Entity\Video
  • The mappings App\Entity\Video#images and App\Entity\VideoImage#video are inconsistent with each other.