Redirect 301 redirect from GET @detalle_post (467161)

GET https://festival.winecta.com/robots.txt/noticia/presentada%20la%2073%20edici%C3%B3n/

Query Metrics

2 Database Queries
2 Different statements
4.97 ms Query time
1 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 1.27 ms
SELECT p0_.id AS id_0, p0_.titulo AS titulo_1, p0_.contenido AS contenido_2, p0_.contenido_corto AS contenido_corto_3, p0_.fecha_creacion AS fecha_creacion_4, p0_.deleted_at AS deleted_at_5, p0_.estado AS estado_6, p0_.imagen_destacada AS imagen_destacada_7, p0_.slug AS slug_8 FROM post p0_ WHERE p0_.slug = ? AND p0_.deleted_at IS NULL LIMIT 1
Parameters:
[
  "presentada la 73 edición"
]
2 3.70 ms
SELECT t0.id AS id_1, t0.imagen AS imagen_2, t0.nombre AS nombre_3, t0.deleted_at AS deleted_at_4, t0.id_wp AS id_wp_5, t0.imagen_optimizada AS imagen_optimizada_6, t0.post_id AS post_id_7 FROM foto t0 WHERE t0.post_id = ?
Parameters:
[
  1
]

Database Connections

Name Service
default doctrine.dbal.default_connection
old_wp doctrine.dbal.old_wp_connection
old_t3 doctrine.dbal.old_t3_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\Post No errors.
App\Entity\Foto
  • The field App\Entity\Foto#posts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Post#foto does not contain the required 'inversedBy="posts"' attribute.
App\Entity\Categoria No errors.