https://gruponovalty.com/bolt/reset-password

Query Metrics

3 Database Queries
3 Different statements
1.19 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.48 ms
update bolt_content SET status = 'published', published_at = :now  WHERE status = 'timed' AND published_at < :now
Parameters:
[
  ":now" => Carbon\Carbon {#2051
    __toString(): "2025-11-06 07:06:37"
  }
]
2 0.56 ms
update bolt_content SET status = 'held', depublished_at = :now WHERE status = 'published' AND depublished_at < :now
Parameters:
[
  ":now" => Carbon\Carbon {#2051
    __toString(): "2025-11-06 07:06:37"
  }
]
3 0.15 ms
SELECT t0.id AS id_1, t0.content_type AS content_type_2, t0.status AS status_3, t0.created_at AS created_at_4, t0.modified_at AS modified_at_5, t0.published_at AS published_at_6, t0.depublished_at AS depublished_at_7, t0.title AS title_8, t0.list_format AS list_format_9, t0.author_id AS author_id_10, t11.id AS id_12, t11.display_name AS display_name_13, t11.username AS username_14, t11.email AS email_15, t11.password AS password_16, t11.roles AS roles_17, t11.lastseen_at AS lastseen_at_18, t11.last_ip AS last_ip_19, t11.locale AS locale_20, t11.backend_theme AS backend_theme_21, t11.status AS status_22, t11.avatar AS avatar_23, t11.about AS about_24 FROM bolt_content t0 LEFT JOIN bolt_user t11 ON t0.author_id = t11.id WHERE t0.content_type = ? LIMIT 1
Parameters:
[
  "settings"
]

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
Bolt\Entity\Content No errors.
Bolt\Entity\Taxonomy No errors.
Bolt\Entity\Media No errors.
Bolt\Entity\Relation No errors.
Bolt\Entity\User No errors.
Bolt\Entity\ResetPasswordRequest No errors.