Error 404 Not Found

GET https://test-admin.clearorbitllc.com/api/sub/json/02303f5c-83ae-432d-8fd4-7a2c0feb7076

Query Metrics

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

Queries

Group similar statements

# Time Info
1 4.14 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4 FROM "admins" t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "twig"
]
2 5.49 ms
SELECT u0_.id AS id_0, u0_.role AS role_1, u0_.telegram_id AS telegram_id_2, u0_.nickname AS nickname_3, u0_.started_at AS started_at_4, u0_.expired_at AS expired_at_5, u0_.created_at AS created_at_6, u0_.updated_at AS updated_at_7, u0_.promo_period_has_been_activated AS promo_period_has_been_activated_8, u0_.comment AS comment_9, u0_.traffic AS traffic_10, u0_.uuid AS uuid_11, u0_.enable_referral AS enable_referral_12, u0_.language AS language_13, u0_.is_available_ss AS is_available_ss_14, u0_.is_available_vless AS is_available_vless_15, u0_.is_available_wl AS is_available_wl_16, u0_.is_blocked_bot AS is_blocked_bot_17, u0_.sub_id AS sub_id_18, u0_.use_vless_subscribe AS use_vless_subscribe_19, u0_.use_vless_json_subscribe AS use_vless_json_subscribe_20, u0_.referral_program_started_at AS referral_program_started_at_21, u0_.status AS status_22, u0_.is_allowed_recurrent AS is_allowed_recurrent_23, u0_.is_send_message_expired AS is_send_message_expired_24, u0_.recurring_price AS recurring_price_25, u0_.public_user_id AS public_user_id_26, u0_.is_allow_referral_days AS is_allow_referral_days_27, u0_.is_allow_referral_money AS is_allow_referral_money_28, u0_.white_list_expired_at AS white_list_expired_at_29, u0_.available_white_list_traffic AS available_white_list_traffic_30, u0_.used_white_list_traffic AS used_white_list_traffic_31, u0_.fingerprint AS fingerprint_32, u0_.is_send_message_white_list_expired AS is_send_message_white_list_expired_33, u0_.promotion_id AS promotion_id_34, u0_.referral_link_id AS referral_link_id_35 FROM "users" u0_ WHERE u0_.sub_id = ? LIMIT 1
Parameters:
[
  "02303f5c-83ae-432d-8fd4-7a2c0feb7076"
]

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\Admin No errors.
App\Entity\User
  • The mappings App\Entity\User#user_sales and App\Entity\UserSale#user are inconsistent with each other.
  • The mappings App\Entity\User#recurring_payment_methods and App\Entity\RecurringPaymentMethod#user are inconsistent with each other.
  • The mappings App\Entity\User#from_messages and App\Entity\Message#from_user are inconsistent with each other.
  • The mappings App\Entity\User#to_messages and App\Entity\Message#to_user are inconsistent with each other.
  • The mappings App\Entity\User#referral_transactions and App\Entity\ReferralTransaction#user are inconsistent with each other.
  • The mappings App\Entity\User#user_tag_rels and App\Entity\UserTagRel#user are inconsistent with each other.
App\Entity\ReferralLink No errors.