GET https://dev.cueslab.com/armory

Query Metrics

3 Database Queries
3 Different statements
9.94 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 2.96 ms
SELECT setting_value FROM site_settings WHERE setting_key = 'maintenance_pages'
Parameters:
[]
2 3.21 ms
SELECT GREATEST(
                COALESCE((SELECT MAX(updated_at) FROM weapons), '1970-01-01'),
                COALESCE((SELECT MAX(updated_at) FROM scopes), '1970-01-01'),
                COALESCE((SELECT MAX(updated_at) FROM suppressors), '1970-01-01'),
                COALESCE((SELECT MAX(updated_at) FROM explosives), '1970-01-01'),
                COALESCE((SELECT MAX(updated_at) FROM accessories), '1970-01-01'),
                COALESCE((SELECT MAX(updated_at) FROM vehicles), '1970-01-01')
            )
Parameters:
[]
3 3.78 ms
SELECT 'Weapons' AS category, 'weapon' AS type, w.id, w.name, w.image, w.level,
                   w.price_permanent, w.price_buy_once, NULL AS rearm_cost, wt.name AS sub_category,
                   w.is_mod, w.mod_name
              FROM weapons w JOIN weapon_types wt ON w.weapon_type_id = wt.id WHERE w.is_hidden = 0
            UNION ALL
            SELECT 'Scopes' AS category, 'scope' AS type, id, name, image, level,
                   price_permanent, price_buy_once, NULL, NULL, is_mod, mod_name
              FROM scopes WHERE is_hidden = 0
            UNION ALL
            SELECT 'Suppressors' AS category, 'suppressor' AS type, id, name, image, level,
                   price_permanent, price_buy_once, NULL, NULL, is_mod, mod_name
              FROM suppressors WHERE is_hidden = 0
            UNION ALL
            SELECT 'Explosives' AS category, 'explosive' AS type, id, name, image, level,
                   price_permanent, price_buy_once, NULL, NULL, is_mod, mod_name
              FROM explosives WHERE is_hidden = 0
            UNION ALL
            SELECT 'Accessories' AS category, 'accessory' AS type, id, name, image, level,
                   price_permanent, price_buy_once, NULL, NULL, is_mod, mod_name
              FROM accessories WHERE is_hidden = 0
            UNION ALL
            SELECT 'Vehicles' AS category, 'vehicle' AS type, v.id, v.name, v.image, v.level,
                   v.price_permanent, v.price_buy_once, v.rearm_cost, vt.name, v.is_mod, v.mod_name
              FROM vehicles v JOIN vehicle_types vt ON v.vehicle_type_id = vt.id WHERE v.is_hidden = 0
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

Entities Mapping

No loaded entities.