POST https://activation.rsound-connect.com/api/v1/license/check

Query Metrics

6 Database Queries
6 Different statements
4.07 ms Query time
0 Invalid entities
9 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.91 ms
(71.35%)
1
SELECT t0.id AS id_1, t0.license_key AS license_key_2, t0.status AS status_3, t0.expires_at AS expires_at_4, t0.max_sites AS max_sites_5, t0.client_firstname AS client_firstname_6, t0.client_lastname AS client_lastname_7, t0.client_society AS client_society_8, t0.client_email AS client_email_9, t0.client_phone AS client_phone_10, t0.license_key_hash AS license_key_hash_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.plan_id AS plan_id_14 FROM license t0 WHERE t0.license_key_hash = ? LIMIT 1
Parameters:
[
  "13fe4132674d432cea47b879498568d959a8cb0d49964adafcb0e087090300d6"
]
0.46 ms
(11.25%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.claude_credits_monthly AS claude_credits_monthly_3, t0.eleven_labs_chars_monthly AS eleven_labs_chars_monthly_4, t0.eleven_labs_clones_monthly AS eleven_labs_clones_monthly_5, t0.rate_limit_per_minute AS rate_limit_per_minute_6, t0.active AS active_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM plan t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.43 ms
(10.46%)
1
SELECT l0_.id AS id_0, l0_.site_url AS site_url_1, l0_.activated_at AS activated_at_2, l0_.deactivated_at AS deactivated_at_3, l0_.plugin_version AS plugin_version_4, l0_.wordpress_version AS wordpress_version_5, l0_.last_seen_at AS last_seen_at_6, l0_.created_at AS created_at_7, l0_.updated_at AS updated_at_8, l0_.license_id AS license_id_9 FROM license_activation l0_ WHERE l0_.license_id = ? AND l0_.deactivated_at IS NULL
Parameters:
[
  2
]
0.12 ms
(3.00%)
1
UPDATE license_activation SET last_seen_at = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "2026-08-27 09:45:04"
  "2026-08-27 09:45:04"
  34
]
0.10 ms
(2.48%)
1
"COMMIT"
Parameters:
[]
0.06 ms
(1.47%)
1
"START TRANSACTION"
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\LicenseActivation 7
App\Entity\License 1
App\Entity\Plan 1

Entities Mapping

Class Mapping errors
App\Entity\License No errors.
App\Entity\Plan No errors.
App\Entity\LicenseActivation No errors.
App\Entity\LicenseQuota No errors.
App\Entity\Api\UsageLog No errors.
App\Entity\CreditAdjustment No errors.
App\Entity\ClonedVoice No errors.