{"__meta":{"id":"01KMTKDNH561MSBREGFFNT41V8","datetime":"2026-03-28 19:11:19","utime":1774714279.462461948394775390625,"method":"GET","uri":"\/api\/products?sort=created_at-desc&limit=10&category_id=4","ip":"151.255.33.98"},"modules":{"count":5,"modules":[{"name":"Webkul\\Attribute","models":["Webkul\\Attribute\\Models\\Attribute (33)","Webkul\\Attribute\\Models\\AttributeFamily (1)"],"views":[],"queries":[{"sql":"select `id`, `code`, `value_per_channel`, `value_per_locale`, `type`, `is_filterable`, `is_configurable` from `attributes` where `code` in ('sort', 'limit', 'category_id', 'query', 'channel_id', 'status', 'visible_individually', 'url_key')","duration":0.68000000000000004884981308350688777863979339599609375,"duration_str":"680ms","connection":"adlau1ren_bag_lauren"},{"sql":"select * from `attributes` where `code` = 'created_at'","duration":0.5500000000000000444089209850062616169452667236328125,"duration_str":"550ms","connection":"adlau1ren_bag_lauren"},{"sql":"select * from `attribute_families` where `attribute_families`.`id` in (1)","duration":0.409999999999999975575093458246556110680103302001953125,"duration_str":"410ms","connection":"adlau1ren_bag_lauren"},{"sql":"select `attributes`.* from `attributes` inner join `attribute_group_mappings` on `attributes`.`id` = `attribute_group_mappings`.`attribute_id` inner join `attribute_groups` on `attribute_group_mappings`.`attribute_group_id` = `attribute_groups`.`id` inner join `attribute_families` on `attribute_groups`.`attribute_family_id` = `attribute_families`.`id` where `attribute_families`.`id` = 1","duration":1.2800000000000000266453525910037569701671600341796875,"duration_str":"1.28s","connection":"adlau1ren_bag_lauren"}]},{"name":"Webkul\\Core","models":["Webkul\\Core\\Models\\Channel (1)","Webkul\\Core\\Models\\Locale (2)","Webkul\\Core\\Models\\Currency (1)"],"views":[],"queries":[{"sql":"select * from `channels` where `hostname` in ('lauren.sa', 'http:\/\/lauren.sa', 'https:\/\/lauren.sa')","duration":0.8000000000000000444089209850062616169452667236328125,"duration_str":"800ms","connection":"adlau1ren_bag_lauren"},{"sql":"select * from `channels` limit 1","duration":0.60999999999999998667732370449812151491641998291015625,"duration_str":"610ms","connection":"adlau1ren_bag_lauren"},{"sql":"select `locales`.*, `channel_locales`.`channel_id` as `pivot_channel_id`, `channel_locales`.`locale_id` as `pivot_locale_id` from `locales` inner join `channel_locales` on `locales`.`id` = `channel_locales`.`locale_id` where `channel_locales`.`channel_id` = 1","duration":1.2199999999999999733546474089962430298328399658203125,"duration_str":"1.22s","connection":"adlau1ren_bag_lauren"},{"sql":"select `currencies`.*, `channel_currencies`.`channel_id` as `pivot_channel_id`, `channel_currencies`.`currency_id` as `pivot_currency_id` from `currencies` inner join `channel_currencies` on `currencies`.`id` = `channel_currencies`.`currency_id` where `channel_currencies`.`channel_id` = 1","duration":1.060000000000000053290705182007513940334320068359375,"duration_str":"1.06s","connection":"adlau1ren_bag_lauren"},{"sql":"select * from `currency_exchange_rates` where `target_currency` = 1","duration":2.899999999999999911182158029987476766109466552734375,"duration_str":"2.9s","connection":"adlau1ren_bag_lauren"}]},{"name":"Webkul\\Customer","models":["Webkul\\Customer\\Models\\Customer (1)","Webkul\\Customer\\Models\\CustomerGroup (1)"],"views":[],"queries":[{"sql":"select * from `customers` where `id` = 45 limit 1","duration":1.1399999999999999023003738329862244427204132080078125,"duration_str":"1.14s","connection":"adlau1ren_bag_lauren"},{"sql":"select * from `customer_groups` where `customer_groups`.`id` = 1 limit 1","duration":3.2400000000000002131628207280300557613372802734375,"duration_str":"3.24s","connection":"adlau1ren_bag_lauren"},{"sql":"select * from `wishlist_items` where `wishlist_items`.`customer_id` = 45 and `wishlist_items`.`customer_id` is not null","duration":7.2400000000000002131628207280300557613372802734375,"duration_str":"7.24s","connection":"adlau1ren_bag_lauren"}]},{"name":"Webkul\\Product","models":["Webkul\\Product\\Models\\Product (6)","Webkul\\Product\\Models\\ProductImage (6)","Webkul\\Product\\Models\\ProductAttributeValue (90)","Webkul\\Product\\Models\\ProductPriceIndex (3)","Webkul\\Product\\Models\\ProductInventoryIndex (1)"],"views":[],"queries":[{"sql":"select distinct `products`.* from `products` left join `products` as `variants` on COALESCE(variants.parent_id, variants.id) = `products`.`id` left join `product_price_indices` on `products`.`id` = `product_price_indices`.`product_id` and `product_price_indices`.`customer_group_id` = 1 left join `product_categories` on `product_categories`.`product_id` = `products`.`id` left join `product_channels` on `products`.`id` = `product_channels`.`product_id` left join `product_attribute_values` as `url_key_product_attribute_values` on `products`.`id` = `url_key_product_attribute_values`.`product_id` left join `product_attribute_values` as `visible_individually_product_attribute_values` on `products`.`id` = `visible_individually_product_attribute_values`.`product_id` left join `product_attribute_values` as `status_product_attribute_values` on `products`.`id` = `status_product_attribute_values`.`product_id` where `product_categories`.`category_id` in ('4') and `product_channels`.`channel_id` = '1' and `url_key_product_attribute_values`.`attribute_id` = 3 and `url_key_product_attribute_values`.`text_value` is not null and `visible_individually_product_attribute_values`.`attribute_id` = 7 and `visible_individually_product_attribute_values`.`boolean_value` = 1 and `status_product_attribute_values`.`attribute_id` = 8 and `status_product_attribute_values`.`boolean_value` = 1 group by `products`.`id` order by `products`.`created_at` desc limit 12 offset 0","duration":2.390000000000000124344978758017532527446746826171875,"duration_str":"2.39s","connection":"adlau1ren_bag_lauren"},{"sql":"select * from `product_images` where `product_images`.`product_id` in (20, 21, 23, 24, 26, 44) order by `position` asc","duration":0.65000000000000002220446049250313080847263336181640625,"duration_str":"650ms","connection":"adlau1ren_bag_lauren"},{"sql":"select * from `product_videos` where `product_videos`.`product_id` in (20, 21, 23, 24, 26, 44) order by `position` asc","duration":0.5500000000000000444089209850062616169452667236328125,"duration_str":"550ms","connection":"adlau1ren_bag_lauren"},{"sql":"select * from `product_attribute_values` where `product_attribute_values`.`product_id` in (20, 21, 23, 24, 26, 44)","duration":1.0100000000000000088817841970012523233890533447265625,"duration_str":"1.01s","connection":"adlau1ren_bag_lauren"},{"sql":"select * from `product_price_indices` where `product_price_indices`.`product_id` in (20, 21, 23, 24, 26, 44)","duration":0.5100000000000000088817841970012523233890533447265625,"duration_str":"510ms","connection":"adlau1ren_bag_lauren"},{"sql":"select * from `product_inventory_indices` where `product_inventory_indices`.`product_id` in (20, 21, 23, 24, 26, 44)","duration":0.440000000000000002220446049250313080847263336181640625,"duration_str":"440ms","connection":"adlau1ren_bag_lauren"},{"sql":"select * from `product_reviews` where `product_reviews`.`product_id` in (20, 21, 23, 24, 26, 44)","duration":0.38000000000000000444089209850062616169452667236328125,"duration_str":"380ms","connection":"adlau1ren_bag_lauren"},{"sql":"select * from `products` where `products`.`parent_id` in (20, 21, 23, 24, 26, 44)","duration":0.38000000000000000444089209850062616169452667236328125,"duration_str":"380ms","connection":"adlau1ren_bag_lauren"}]},{"name":"Webkul\\Shop","models":[],"views":["shop::products.prices.index (packages\/Webkul\/Shop\/src\/Resources\/views\/products\/prices\/index.blade.php)","shop::products.prices.index (packages\/Webkul\/Shop\/src\/Resources\/views\/products\/prices\/index.blade.php)","shop::products.prices.index (packages\/Webkul\/Shop\/src\/Resources\/views\/products\/prices\/index.blade.php)","shop::products.prices.index (packages\/Webkul\/Shop\/src\/Resources\/views\/products\/prices\/index.blade.php)","shop::products.prices.index (packages\/Webkul\/Shop\/src\/Resources\/views\/products\/prices\/index.blade.php)","shop::products.prices.index (packages\/Webkul\/Shop\/src\/Resources\/views\/products\/prices\/index.blade.php)"],"queries":[]}]},"messages":{"count":166,"messages":[{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.17142391204833984375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.17436504364013671875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.1845149993896484375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.184731006622314453125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.1855781078338623046875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.18574810028076171875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.199059963226318359375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.1993000507354736328125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.200951099395751953125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.2011549472808837890625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.2077538967132568359375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.207995891571044921875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Creation of dynamic property Webkul\\Shop\\Http\\Resources\\ProductResource::$reviewHelper is deprecated in \/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Resources\/ProductResource.php on line 19","message_html":null,"is_string":false,"label":"warning","time":1774714279.2490139007568359375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Creation of dynamic property Webkul\\Shop\\Http\\Resources\\ProductResource::$reviewHelper is deprecated in \/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Resources\/ProductResource.php on line 19","message_html":null,"is_string":false,"label":"warning","time":1774714279.249164104461669921875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Creation of dynamic property Webkul\\Shop\\Http\\Resources\\ProductResource::$reviewHelper is deprecated in \/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Resources\/ProductResource.php on line 19","message_html":null,"is_string":false,"label":"warning","time":1774714279.24925994873046875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Creation of dynamic property Webkul\\Shop\\Http\\Resources\\ProductResource::$reviewHelper is deprecated in \/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Resources\/ProductResource.php on line 19","message_html":null,"is_string":false,"label":"warning","time":1774714279.2493450641632080078125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Creation of dynamic property Webkul\\Shop\\Http\\Resources\\ProductResource::$reviewHelper is deprecated in \/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Resources\/ProductResource.php on line 19","message_html":null,"is_string":false,"label":"warning","time":1774714279.2494258880615234375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Creation of dynamic property Webkul\\Shop\\Http\\Resources\\ProductResource::$reviewHelper is deprecated in \/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Resources\/ProductResource.php on line 19","message_html":null,"is_string":false,"label":"warning","time":1774714279.2495009899139404296875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.268455982208251953125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.268745899200439453125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.269999027252197265625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.2702319622039794921875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.2713959217071533203125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.271595001220703125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.289144992828369140625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.2893550395965576171875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.2937490940093994140625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.2939569950103759765625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.2948780059814453125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.2950611114501953125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.29666996002197265625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.296904087066650390625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.29798793792724609375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.2982819080352783203125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.299499034881591796875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.299704074859619140625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.300776004791259765625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3009641170501708984375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3015348911285400390625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.301680088043212890625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3122360706329345703125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3124930858612060546875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in \/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Helpers\/Review.php on line 31","message_html":null,"is_string":false,"label":"warning","time":1774714279.3216149806976318359375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3235340118408203125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.323770046234130859375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.32489490509033203125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.325099945068359375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3261530399322509765625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3263280391693115234375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.32688808441162109375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3270130157470703125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.343305110931396484375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.343678951263427734375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.351849079132080078125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3520948886871337890625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3537518978118896484375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3539860248565673828125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.355165958404541015625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.35540008544921875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3565900325775146484375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.356791973114013671875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3578789234161376953125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.358097076416015625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3585550785064697265625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3587119579315185546875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.36239910125732421875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.362657070159912109375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in \/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Helpers\/Review.php on line 31","message_html":null,"is_string":false,"label":"warning","time":1774714279.3645761013031005859375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3664290904998779296875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3666760921478271484375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3677909374237060546875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.367990970611572265625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3690879344940185546875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.369287967681884765625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3698709011077880859375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3700840473175048828125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.370934009552001953125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3711020946502685546875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.372222900390625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3723659515380859375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3857390880584716796875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3859961032867431640625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3870599269866943359375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.387257099151611328125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.38827610015869140625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3884570598602294921875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3894259929656982421875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.389605998992919921875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3900148868560791015625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.39019298553466796875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3935139179229736328125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.393784046173095703125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in \/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Helpers\/Review.php on line 31","message_html":null,"is_string":false,"label":"warning","time":1774714279.396193027496337890625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3979179859161376953125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.3981530666351318359375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.399465084075927734375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.399662017822265625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.400826930999755859375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.401020050048828125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.401751995086669921875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4019010066986083984375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.402801990509033203125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4029529094696044921875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.40390491485595703125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4040820598602294921875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.40590000152587890625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4061229228973388671875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.407126903533935546875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4072639942169189453125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4081609249114990234375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.408329010009765625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4093449115753173828125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.409512996673583984375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4111530780792236328125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4113280773162841796875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in \/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Helpers\/Review.php on line 31","message_html":null,"is_string":false,"label":"warning","time":1774714279.4129350185394287109375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.414514064788818359375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.41468906402587890625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4156970977783203125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4158480167388916015625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4167749881744384765625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4169270992279052734375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.417458057403564453125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4175770282745361328125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4259650707244873046875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4262120723724365234375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.427092075347900390625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4272420406341552734375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.428823947906494140625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.429071903228759765625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4300730228424072265625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4302299022674560546875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4310181140899658203125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.431170940399169921875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4318439960479736328125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4319689273834228515625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.43260097503662109375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.432732105255126953125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4349730014801025390625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.435185909271240234375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in \/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Helpers\/Review.php on line 31","message_html":null,"is_string":false,"label":"warning","time":1774714279.4369699954986572265625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4387090206146240234375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4388949871063232421875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.43999004364013671875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4402000904083251953125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.44124698638916015625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4414188861846923828125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4419639110565185546875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4421269893646240234375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4431769847869873046875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4433100223541259765625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4440619945526123046875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.44420909881591796875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.445559978485107421875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.445702075958251953125,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4463369846343994140625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4464499950408935546875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4471380710601806640625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.447248935699462890625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4478099346160888671875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.447907924652099609375,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4481871128082275390625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4482669830322265625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.449740886688232421875,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/adlau1ren\/public_html\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774714279.4499208927154541015625,"xdebug_link":null,"collector":"log"},{"message":"[19:11:19] LOG.warning: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in \/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Helpers\/Review.php on line 31","message_html":null,"is_string":false,"label":"warning","time":1774714279.45166110992431640625,"xdebug_link":null,"collector":"log"}]},"time":{"count":10,"start":1774714278.327848911285400390625,"end":1774714279.5026309490203857421875,"duration":1.1747820377349853515625,"duration_str":"1.17s","measures":[{"label":"Booting","start":1774714278.327848911285400390625,"relative_start":0,"end":1774714279.0329968929290771484375,"relative_end":1774714279.0329968929290771484375,"duration":0.7051479816436767578125,"duration_str":"705ms","memory":0,"memory_str":"0B","params":[],"collector":"time","group":null},{"label":"Application","start":1774714279.0330150127410888671875,"relative_start":0.7051661014556884765625,"end":1774714279.5026340484619140625,"relative_end":3.0994415283203125e-6,"duration":0.4696190357208251953125,"duration_str":"470ms","memory":0,"memory_str":"0B","params":[],"collector":"time","group":null},{"label":"Routing","start":1774714279.0689098834991455078125,"relative_start":0.7410609722137451171875,"end":1774714279.0806839466094970703125,"relative_end":1774714279.0806839466094970703125,"duration":0.0117740631103515625,"duration_str":"11.77ms","memory":0,"memory_str":"0B","params":[],"collector":null,"group":null},{"label":"Preparing Response","start":1774714279.2496449947357177734375,"relative_start":0.9217960834503173828125,"end":1774714279.458919048309326171875,"relative_end":1774714279.458919048309326171875,"duration":0.2092740535736083984375,"duration_str":"209ms","memory":0,"memory_str":"0B","params":[],"collector":null,"group":null},{"label":"View: shop::products.prices.index","start":1774714279.3211739063262939453125,"relative_start":0.9933249950408935546875,"end":1774714279.3211739063262939453125,"relative_end":1774714279.3211739063262939453125,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::products.prices.index","start":1774714279.3643620014190673828125,"relative_start":1.0365130901336669921875,"end":1774714279.3643620014190673828125,"relative_end":1774714279.3643620014190673828125,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::products.prices.index","start":1774714279.39593601226806640625,"relative_start":1.068087100982666015625,"end":1774714279.39593601226806640625,"relative_end":1774714279.39593601226806640625,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::products.prices.index","start":1774714279.4127509593963623046875,"relative_start":1.0849020481109619140625,"end":1774714279.4127509593963623046875,"relative_end":1774714279.4127509593963623046875,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::products.prices.index","start":1774714279.436779022216796875,"relative_start":1.108930110931396484375,"end":1774714279.436779022216796875,"relative_end":1774714279.436779022216796875,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"},{"label":"View: shop::products.prices.index","start":1774714279.4514811038970947265625,"relative_start":1.1236321926116943359375,"end":1774714279.4514811038970947265625,"relative_end":1774714279.4514811038970947265625,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"}]},"memory":{"peak_usage":13559056,"peak_usage_str":"13MB"},"exceptions":{"count":0,"exceptions":[]},"laravel":{"version":"12.x","tooltip":{"Laravel Version":"12.55.0","PHP Version":"8.3.30","Environment":"local","Debug Mode":"Enabled","URL":"lauren.sa\/public","Timezone":"Asia\/Riyadh","Locale":"ar"}},"views":{"count":6,"nb_templates":6,"templates":[{"name":"shop::products.prices.index","param_count":null,"params":[],"start":1774714279.321154117584228515625,"type":"blade","hash":"blade\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/products\/prices\/index.blade.phpshop::products.prices.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fproducts%2Fprices%2Findex.blade.php&line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::products.prices.index","param_count":null,"params":[],"start":1774714279.364348888397216796875,"type":"blade","hash":"blade\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/products\/prices\/index.blade.phpshop::products.prices.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fproducts%2Fprices%2Findex.blade.php&line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::products.prices.index","param_count":null,"params":[],"start":1774714279.3959228992462158203125,"type":"blade","hash":"blade\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/products\/prices\/index.blade.phpshop::products.prices.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fproducts%2Fprices%2Findex.blade.php&line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::products.prices.index","param_count":null,"params":[],"start":1774714279.4127368927001953125,"type":"blade","hash":"blade\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/products\/prices\/index.blade.phpshop::products.prices.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fproducts%2Fprices%2Findex.blade.php&line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::products.prices.index","param_count":null,"params":[],"start":1774714279.4367659091949462890625,"type":"blade","hash":"blade\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/products\/prices\/index.blade.phpshop::products.prices.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fproducts%2Fprices%2Findex.blade.php&line=1","ajax":false,"filename":"index.blade.php","line":"?"}},{"name":"shop::products.prices.index","param_count":null,"params":[],"start":1774714279.451467990875244140625,"type":"blade","hash":"blade\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/products\/prices\/index.blade.phpshop::products.prices.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fproducts%2Fprices%2Findex.blade.php&line=1","ajax":false,"filename":"index.blade.php","line":"?"}}]},"queries":{"count":22,"nb_statements":22,"nb_visible_statements":22,"nb_excluded_statements":0,"nb_failed_statements":0,"accumulated_duration":0.032799999999999995825561427409411408007144927978515625,"accumulated_duration_str":"32.8ms","memory_usage":0,"memory_usage_str":null,"statements":[{"sql":"select * from `sessions` where `id` = 'tVQcOrjzaykyBT5P4jfS7vj8GnJxj0tn3B64Iien' limit 1","type":"query","params":[],"bindings":["tVQcOrjzaykyBT5P4jfS7vj8GnJxj0tn3B64Iien"],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Session\/DatabaseSessionHandler.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Session\/DatabaseSessionHandler.php","line":96},{"index":16,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Session\/Store.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Session\/Store.php","line":128},{"index":17,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Session\/Store.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Session\/Store.php","line":116},{"index":18,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Session\/Store.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Session\/Store.php","line":100},{"index":19,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Session\/Middleware\/StartSession.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Session\/Middleware\/StartSession.php","line":146}],"start":1774714279.1225039958953857421875,"duration":0.0025000000000000000520417042793042128323577344417572021484375,"duration_str":"2.5ms","slow":false,"memory":0,"memory_str":null,"filename":"DatabaseSessionHandler.php:96","source":{"index":15,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Session\/DatabaseSessionHandler.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Session\/DatabaseSessionHandler.php","line":96},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Flaravel%2Fframework%2Fsrc%2FIlluminate%2FSession%2FDatabaseSessionHandler.php&line=96","ajax":false,"filename":"DatabaseSessionHandler.php","line":"96"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":0,"width_percent":7.6219999999999998863131622783839702606201171875},{"sql":"select * from `channels` where `hostname` in ('lauren.sa', 'http:\/\/lauren.sa', 'https:\/\/lauren.sa')","type":"query","params":[],"bindings":["lauren.sa","http:\/\/lauren.sa","https:\/\/lauren.sa"],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":578},{"index":16,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Core.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Core\/src\/Core.php","line":147},{"index":17,"namespace":"middleware","name":"theme","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Theme.php","line":20},{"index":18,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":219},{"index":19,"namespace":null,"name":"vendor\/laravel\/boost\/src\/Middleware\/InjectBoost.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/boost\/src\/Middleware\/InjectBoost.php","line":22}],"start":1774714279.1464140415191650390625,"duration":0.000800000000000000038337388819087436786503531038761138916015625,"duration_str":"800\u03bcs","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:578","source":{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":578},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=578","ajax":false,"filename":"BaseRepository.php","line":"578"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":7.6219999999999998863131622783839702606201171875,"width_percent":2.43900000000000005684341886080801486968994140625},{"sql":"select * from `channels` limit 1","type":"query","params":[],"bindings":[],"hints":null,"show_copy":true,"backtrace":[{"index":18,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":404},{"index":19,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Core.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Core\/src\/Core.php","line":154},{"index":20,"namespace":"middleware","name":"theme","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Theme.php","line":20},{"index":21,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":219},{"index":22,"namespace":null,"name":"vendor\/laravel\/boost\/src\/Middleware\/InjectBoost.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/boost\/src\/Middleware\/InjectBoost.php","line":22}],"start":1774714279.15108585357666015625,"duration":0.000609999999999999973666897634672068306826986372470855712890625,"duration_str":"610\u03bcs","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:404","source":{"index":18,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":404},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=404","ajax":false,"filename":"BaseRepository.php","line":"404"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":10.06099999999999994315658113919198513031005859375,"width_percent":1.8600000000000000976996261670137755572795867919921875},{"sql":"select `locales`.*, `channel_locales`.`channel_id` as `pivot_channel_id`, `channel_locales`.`locale_id` as `pivot_locale_id` from `locales` inner join `channel_locales` on `locales`.`id` = `channel_locales`.`locale_id` where `channel_locales`.`channel_id` = 1","type":"query","params":[],"bindings":[1],"hints":null,"show_copy":true,"backtrace":[{"index":19,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/home\/adlau1ren\/public_html\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":174},{"index":21,"namespace":"middleware","name":"installer_locale","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Locale.php","line":26},{"index":22,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":219},{"index":23,"namespace":"middleware","name":"theme","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Theme.php","line":33},{"index":24,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":219}],"start":1774714279.16174411773681640625,"duration":0.00121999999999999994733379526934413661365397274494171142578125,"duration_str":"1.22ms","slow":false,"memory":0,"memory_str":null,"filename":"Translatable.php:174","source":{"index":19,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/home\/adlau1ren\/public_html\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":174},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fastrotomic%2Flaravel-translatable%2Fsrc%2FTranslatable%2FTranslatable.php&line=174","ajax":false,"filename":"Translatable.php","line":"174"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":11.92099999999999937472239253111183643341064453125,"width_percent":3.720000000000000195399252334027551114559173583984375},{"sql":"select `currencies`.*, `channel_currencies`.`channel_id` as `pivot_channel_id`, `channel_currencies`.`currency_id` as `pivot_currency_id` from `currencies` inner join `channel_currencies` on `currencies`.`id` = `channel_currencies`.`currency_id` where `channel_currencies`.`channel_id` = 1","type":"query","params":[],"bindings":[1],"hints":null,"show_copy":true,"backtrace":[{"index":19,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/home\/adlau1ren\/public_html\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":174},{"index":21,"namespace":"middleware","name":"currency","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Currency.php","line":26},{"index":22,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":219},{"index":23,"namespace":"middleware","name":"installer_locale","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Middleware\/Locale.php","line":41},{"index":24,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":219}],"start":1774714279.1724169254302978515625,"duration":0.00105999999999999996135036095523673793650232255458831787109375,"duration_str":"1.06ms","slow":false,"memory":0,"memory_str":null,"filename":"Translatable.php:174","source":{"index":19,"namespace":null,"name":"vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","file":"\/home\/adlau1ren\/public_html\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":174},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fastrotomic%2Flaravel-translatable%2Fsrc%2FTranslatable%2FTranslatable.php&line=174","ajax":false,"filename":"Translatable.php","line":"174"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":15.6400000000000005684341886080801486968994140625,"width_percent":3.23200000000000020605739337042905390262603759765625},{"sql":"select * from `customers` where `id` = 45 limit 1","type":"query","params":[],"bindings":[45],"hints":null,"show_copy":true,"backtrace":[{"index":16,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Auth\/EloquentUserProvider.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Auth\/EloquentUserProvider.php","line":58},{"index":17,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Auth\/SessionGuard.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Auth\/SessionGuard.php","line":189},{"index":18,"namespace":null,"name":"packages\/Lauren\/DeliveryScheduler\/src\/Http\/Middleware\/LockCustomerIdentityFields.php","file":"\/home\/adlau1ren\/public_html\/packages\/Lauren\/DeliveryScheduler\/src\/Http\/Middleware\/LockCustomerIdentityFields.php","line":15},{"index":19,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":219},{"index":20,"namespace":null,"name":"packages\/Lauren\/MsegatOtp\/src\/Http\/Middleware\/EnforceCheckoutAuthentication.php","file":"\/home\/adlau1ren\/public_html\/packages\/Lauren\/MsegatOtp\/src\/Http\/Middleware\/EnforceCheckoutAuthentication.php","line":28}],"start":1774714279.1962528228759765625,"duration":0.0011399999999999999543420781122904372750781476497650146484375,"duration_str":"1.14ms","slow":false,"memory":0,"memory_str":null,"filename":"EloquentUserProvider.php:58","source":{"index":16,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Auth\/EloquentUserProvider.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Auth\/EloquentUserProvider.php","line":58},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Flaravel%2Fframework%2Fsrc%2FIlluminate%2FAuth%2FEloquentUserProvider.php&line=58","ajax":false,"filename":"EloquentUserProvider.php","line":"58"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":18.8719999999999998863131622783839702606201171875,"width_percent":3.47599999999999997868371792719699442386627197265625},{"sql":"select * from `customer_groups` where `customer_groups`.`id` = 1 limit 1","type":"query","params":[],"bindings":[1],"hints":null,"show_copy":true,"backtrace":[{"index":22,"namespace":null,"name":"packages\/Webkul\/Customer\/src\/Repositories\/CustomerRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Customer\/src\/Repositories\/CustomerRepository.php","line":43},{"index":23,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":266},{"index":28,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":265},{"index":29,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":1033},{"index":30,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":485}],"start":1774714279.2111599445343017578125,"duration":0.0032400000000000002582656311034270402160473167896270751953125,"duration_str":"3.24ms","slow":false,"memory":0,"memory_str":null,"filename":"CustomerRepository.php:43","source":{"index":22,"namespace":null,"name":"packages\/Webkul\/Customer\/src\/Repositories\/CustomerRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Customer\/src\/Repositories\/CustomerRepository.php","line":43},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FCustomer%2Fsrc%2FRepositories%2FCustomerRepository.php&line=43","ajax":false,"filename":"CustomerRepository.php","line":"43"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":22.3479999999999989768184605054557323455810546875,"width_percent":9.8780000000000001136868377216160297393798828125},{"sql":"select `id`, `code`, `value_per_channel`, `value_per_locale`, `type`, `is_filterable`, `is_configurable` from `attributes` where `code` in ('sort', 'limit', 'category_id', 'query', 'channel_id', 'status', 'visible_individually', 'url_key')","type":"query","params":[],"bindings":["sort","limit","category_id","query","channel_id","status","visible_individually","url_key"],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":578},{"index":16,"namespace":null,"name":"packages\/Webkul\/Attribute\/src\/Repositories\/AttributeRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Attribute\/src\/Repositories\/AttributeRepository.php","line":200},{"index":17,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":309},{"index":18,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":1033},{"index":19,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":485}],"start":1774714279.215569972991943359375,"duration":0.00068000000000000004884981308350688777863979339599609375,"duration_str":"680\u03bcs","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:578","source":{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":578},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=578","ajax":false,"filename":"BaseRepository.php","line":"578"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":32.2259999999999990905052982270717620849609375,"width_percent":2.072999999999999953814722175593487918376922607421875},{"sql":"select * from `attributes` where `code` = 'created_at'","type":"query","params":[],"bindings":["created_at"],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":538},{"index":16,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":290},{"index":17,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Eloquent\/Repository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php","line":104},{"index":18,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":413},{"index":19,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":1033}],"start":1774714279.2180030345916748046875,"duration":0.000550000000000000033133218391157015503267757594585418701171875,"duration_str":"550\u03bcs","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:538","source":{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":538},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=538","ajax":false,"filename":"BaseRepository.php","line":"538"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":34.29899999999999948840923025272786617279052734375,"width_percent":1.677000000000000046185277824406512081623077392578125},{"sql":"select count(*) as aggregate from (select distinct `products`.* from `products` left join `products` as `variants` on COALESCE(variants.parent_id, variants.id) = `products`.`id` left join `product_price_indices` on `products`.`id` = `product_price_indices`.`product_id` and `product_price_indices`.`customer_group_id` = 1 left join `product_categories` on `product_categories`.`product_id` = `products`.`id` left join `product_channels` on `products`.`id` = `product_channels`.`product_id` left join `product_attribute_values` as `url_key_product_attribute_values` on `products`.`id` = `url_key_product_attribute_values`.`product_id` left join `product_attribute_values` as `visible_individually_product_attribute_values` on `products`.`id` = `visible_individually_product_attribute_values`.`product_id` left join `product_attribute_values` as `status_product_attribute_values` on `products`.`id` = `status_product_attribute_values`.`product_id` where `product_categories`.`category_id` in ('4') and `product_channels`.`channel_id` = '1' and `url_key_product_attribute_values`.`attribute_id` = 3 and `url_key_product_attribute_values`.`text_value` is not null and `visible_individually_product_attribute_values`.`attribute_id` = 7 and `visible_individually_product_attribute_values`.`boolean_value` = 1 and `status_product_attribute_values`.`attribute_id` = 8 and `status_product_attribute_values`.`boolean_value` = 1 group by `products`.`id`) as `aggregate_table`","type":"query","params":[],"bindings":[1,"4","1",3,7,1,8,1],"hints":null,"show_copy":true,"backtrace":[{"index":16,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},{"index":17,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":238},{"index":18,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":453},{"index":19,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":230},{"index":20,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774714279.21957302093505859375,"duration":0.00285999999999999969524377974039452965371310710906982421875,"duration_str":"2.86ms","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:487","source":{"index":16,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":35.9759999999999990905052982270717620849609375,"width_percent":8.7200000000000006394884621840901672840118408203125},{"sql":"select distinct `products`.* from `products` left join `products` as `variants` on COALESCE(variants.parent_id, variants.id) = `products`.`id` left join `product_price_indices` on `products`.`id` = `product_price_indices`.`product_id` and `product_price_indices`.`customer_group_id` = 1 left join `product_categories` on `product_categories`.`product_id` = `products`.`id` left join `product_channels` on `products`.`id` = `product_channels`.`product_id` left join `product_attribute_values` as `url_key_product_attribute_values` on `products`.`id` = `url_key_product_attribute_values`.`product_id` left join `product_attribute_values` as `visible_individually_product_attribute_values` on `products`.`id` = `visible_individually_product_attribute_values`.`product_id` left join `product_attribute_values` as `status_product_attribute_values` on `products`.`id` = `status_product_attribute_values`.`product_id` where `product_categories`.`category_id` in ('4') and `product_channels`.`channel_id` = '1' and `url_key_product_attribute_values`.`attribute_id` = 3 and `url_key_product_attribute_values`.`text_value` is not null and `visible_individually_product_attribute_values`.`attribute_id` = 7 and `visible_individually_product_attribute_values`.`boolean_value` = 1 and `status_product_attribute_values`.`attribute_id` = 8 and `status_product_attribute_values`.`boolean_value` = 1 group by `products`.`id` order by `products`.`created_at` desc limit 12 offset 0","type":"query","params":[],"bindings":[1,"4","1",3,7,1,8,1],"hints":null,"show_copy":true,"backtrace":[{"index":16,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},{"index":17,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":238},{"index":18,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":453},{"index":19,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":230},{"index":20,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774714279.2233121395111083984375,"duration":0.0023900000000000001972033647490434304927475750446319580078125,"duration_str":"2.39ms","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:487","source":{"index":16,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":44.69500000000000028421709430404007434844970703125,"width_percent":7.28699999999999992184029906638897955417633056640625},{"sql":"select * from `attribute_families` where `attribute_families`.`id` in (1)","type":"query","params":[],"bindings":[],"hints":null,"show_copy":true,"backtrace":[{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},{"index":22,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":238},{"index":23,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":453},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":230},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774714279.2272548675537109375,"duration":0.00040999999999999999118760474203781996038742363452911376953125,"duration_str":"410\u03bcs","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:487","source":{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":51.981999999999999317878973670303821563720703125,"width_percent":1.25},{"sql":"select * from `product_images` where `product_images`.`product_id` in (20, 21, 23, 24, 26, 44) order by `position` asc","type":"query","params":[],"bindings":[],"hints":null,"show_copy":true,"backtrace":[{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},{"index":22,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":238},{"index":23,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":453},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":230},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774714279.231544971466064453125,"duration":0.0006499999999999999701627562131989179761148989200592041015625,"duration_str":"650\u03bcs","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:487","source":{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":53.231999999999999317878973670303821563720703125,"width_percent":1.9819999999999999840127884453977458178997039794921875},{"sql":"select * from `product_videos` where `product_videos`.`product_id` in (20, 21, 23, 24, 26, 44) order by `position` asc","type":"query","params":[],"bindings":[],"hints":null,"show_copy":true,"backtrace":[{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},{"index":22,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":238},{"index":23,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":453},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":230},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774714279.2338368892669677734375,"duration":0.000550000000000000033133218391157015503267757594585418701171875,"duration_str":"550\u03bcs","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:487","source":{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":55.21300000000000096633812063373625278472900390625,"width_percent":1.677000000000000046185277824406512081623077392578125},{"sql":"select * from `product_attribute_values` where `product_attribute_values`.`product_id` in (20, 21, 23, 24, 26, 44)","type":"query","params":[],"bindings":[],"hints":null,"show_copy":true,"backtrace":[{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},{"index":22,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":238},{"index":23,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":453},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":230},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774714279.2353150844573974609375,"duration":0.0010100000000000000470457006684910084004513919353485107421875,"duration_str":"1.01ms","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:487","source":{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":56.8900000000000005684341886080801486968994140625,"width_percent":3.079000000000000181188397618825547397136688232421875},{"sql":"select * from `product_price_indices` where `product_price_indices`.`product_id` in (20, 21, 23, 24, 26, 44)","type":"query","params":[],"bindings":[],"hints":null,"show_copy":true,"backtrace":[{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},{"index":22,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":238},{"index":23,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":453},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":230},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774714279.2387840747833251953125,"duration":0.0005100000000000000366373598126301658339798450469970703125,"duration_str":"510\u03bcs","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:487","source":{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":59.969999999999998863131622783839702606201171875,"width_percent":1.5549999999999999378275106209912337362766265869140625},{"sql":"select * from `product_inventory_indices` where `product_inventory_indices`.`product_id` in (20, 21, 23, 24, 26, 44)","type":"query","params":[],"bindings":[],"hints":null,"show_copy":true,"backtrace":[{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},{"index":22,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":238},{"index":23,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":453},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":230},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774714279.2406370639801025390625,"duration":0.0004400000000000000156645529880705680625396780669689178466796875,"duration_str":"440\u03bcs","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:487","source":{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":61.5240000000000009094947017729282379150390625,"width_percent":1.3409999999999999698019337301957421004772186279296875},{"sql":"select * from `product_reviews` where `product_reviews`.`product_id` in (20, 21, 23, 24, 26, 44)","type":"query","params":[],"bindings":[],"hints":null,"show_copy":true,"backtrace":[{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},{"index":22,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":238},{"index":23,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":453},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":230},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774714279.2423059940338134765625,"duration":0.000380000000000000020920765120280293558607809245586395263671875,"duration_str":"380\u03bcs","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:487","source":{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":62.8659999999999996589394868351519107818603515625,"width_percent":1.1590000000000000301980662698042578995227813720703125},{"sql":"select * from `products` where `products`.`parent_id` in (20, 21, 23, 24, 26, 44)","type":"query","params":[],"bindings":[],"hints":null,"show_copy":true,"backtrace":[{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},{"index":22,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":238},{"index":23,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":453},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":230},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774714279.2433369159698486328125,"duration":0.000380000000000000020920765120280293558607809245586395263671875,"duration_str":"380\u03bcs","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:487","source":{"index":21,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":64.0240000000000009094947017729282379150390625,"width_percent":1.1590000000000000301980662698042578995227813720703125},{"sql":"select `attributes`.* from `attributes` inner join `attribute_group_mappings` on `attributes`.`id` = `attribute_group_mappings`.`attribute_id` inner join `attribute_groups` on `attribute_group_mappings`.`attribute_group_id` = `attribute_groups`.`id` inner join `attribute_families` on `attribute_groups`.`attribute_family_id` = `attribute_families`.`id` where `attribute_families`.`id` = 1","type":"query","params":[],"bindings":[1],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"packages\/Webkul\/Attribute\/src\/Models\/AttributeFamily.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Attribute\/src\/Models\/AttributeFamily.php","line":53},{"index":21,"namespace":null,"name":"packages\/Webkul\/Attribute\/src\/Repositories\/AttributeRepository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Attribute\/src\/Repositories\/AttributeRepository.php","line":215},{"index":22,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Models\/Product.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Models\/Product.php","line":513},{"index":23,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Models\/Product.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Product\/src\/Models\/Product.php","line":395},{"index":25,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Http\/Resources\/DelegatesToResource.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Http\/Resources\/DelegatesToResource.php","line":139}],"start":1774714279.26552295684814453125,"duration":0.00128000000000000010470790900996007621870376169681549072265625,"duration_str":"1.28ms","slow":false,"memory":0,"memory_str":null,"filename":"AttributeFamily.php:53","source":{"index":15,"namespace":null,"name":"packages\/Webkul\/Attribute\/src\/Models\/AttributeFamily.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Attribute\/src\/Models\/AttributeFamily.php","line":53},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FAttribute%2Fsrc%2FModels%2FAttributeFamily.php&line=53","ajax":false,"filename":"AttributeFamily.php","line":"53"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":65.1830000000000069348971010185778141021728515625,"width_percent":3.90200000000000013500311979441903531551361083984375},{"sql":"select * from `wishlist_items` where `wishlist_items`.`customer_id` = 45 and `wishlist_items`.`customer_id` is not null","type":"query","params":[],"bindings":[45],"hints":null,"show_copy":true,"backtrace":[{"index":20,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Resources\/ProductResource.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Resources\/ProductResource.php","line":46},{"index":21,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Http\/Resources\/Json\/JsonResource.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Http\/Resources\/Json\/JsonResource.php","line":139},{"index":22,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Http\/Resources\/Json\/JsonResource.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Http\/Resources\/Json\/JsonResource.php","line":150},{"index":23,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Http\/Resources\/Json\/JsonResource.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Http\/Resources\/Json\/JsonResource.php","line":114},{"index":29,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Http\/Resources\/Json\/ResourceCollection.php","file":"\/home\/adlau1ren\/public_html\/vendor\/laravel\/framework\/src\/Illuminate\/Http\/Resources\/Json\/ResourceCollection.php","line":103}],"start":1774714279.3033330440521240234375,"duration":0.0072399999999999999078514889561120071448385715484619140625,"duration_str":"7.24ms","slow":false,"memory":0,"memory_str":null,"filename":"ProductResource.php:46","source":{"index":20,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Resources\/ProductResource.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Shop\/src\/Http\/Resources\/ProductResource.php","line":46},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FShop%2Fsrc%2FHttp%2FResources%2FProductResource.php&line=46","ajax":false,"filename":"ProductResource.php","line":"46"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":69.0849999999999937472239253111183643341064453125,"width_percent":22.07300000000000039790393202565610408782958984375},{"sql":"select * from `currency_exchange_rates` where `target_currency` = 1","type":"query","params":[],"bindings":[1],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":559},{"index":16,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":315},{"index":17,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Eloquent\/Repository.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php","line":119},{"index":18,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Core.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Core\/src\/Core.php","line":459},{"index":19,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Core.php","file":"\/home\/adlau1ren\/public_html\/packages\/Webkul\/Core\/src\/Core.php","line":481}],"start":1774714279.3140671253204345703125,"duration":0.00289999999999999980015985556747182272374629974365234375,"duration_str":"2.9ms","slow":false,"memory":0,"memory_str":null,"filename":"BaseRepository.php:559","source":{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/adlau1ren\/public_html\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":559},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=559","ajax":false,"filename":"BaseRepository.php","line":"559"},"connection":"adlau1ren_bag_lauren","explain":null,"start_percent":91.1590000000000060254023992456495761871337890625,"width_percent":8.8409999999999993036681189551018178462982177734375}]},"models":{"data":{"Webkul\\Product\\Models\\ProductAttributeValue":{"retrieved":90,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FProduct%2Fsrc%2FModels%2FProductAttributeValue.php&line=1","ajax":false,"filename":"ProductAttributeValue.php","line":"?"}},"Webkul\\Attribute\\Models\\Attribute":{"retrieved":33,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FAttribute%2Fsrc%2FModels%2FAttribute.php&line=1","ajax":false,"filename":"Attribute.php","line":"?"}},"Webkul\\Product\\Models\\Product":{"retrieved":6,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FProduct%2Fsrc%2FModels%2FProduct.php&line=1","ajax":false,"filename":"Product.php","line":"?"}},"Webkul\\Product\\Models\\ProductImage":{"retrieved":6,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FProduct%2Fsrc%2FModels%2FProductImage.php&line=1","ajax":false,"filename":"ProductImage.php","line":"?"}},"Webkul\\Product\\Models\\ProductPriceIndex":{"retrieved":3,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FProduct%2Fsrc%2FModels%2FProductPriceIndex.php&line=1","ajax":false,"filename":"ProductPriceIndex.php","line":"?"}},"Webkul\\Core\\Models\\Locale":{"retrieved":2,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FCore%2Fsrc%2FModels%2FLocale.php&line=1","ajax":false,"filename":"Locale.php","line":"?"}},"Webkul\\Core\\Models\\Channel":{"retrieved":1,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FCore%2Fsrc%2FModels%2FChannel.php&line=1","ajax":false,"filename":"Channel.php","line":"?"}},"Webkul\\Core\\Models\\Currency":{"retrieved":1,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FCore%2Fsrc%2FModels%2FCurrency.php&line=1","ajax":false,"filename":"Currency.php","line":"?"}},"Webkul\\Customer\\Models\\Customer":{"retrieved":1,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FCustomer%2Fsrc%2FModels%2FCustomer.php&line=1","ajax":false,"filename":"Customer.php","line":"?"}},"Webkul\\Customer\\Models\\CustomerGroup":{"retrieved":1,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FCustomer%2Fsrc%2FModels%2FCustomerGroup.php&line=1","ajax":false,"filename":"CustomerGroup.php","line":"?"}},"Webkul\\Attribute\\Models\\AttributeFamily":{"retrieved":1,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FAttribute%2Fsrc%2FModels%2FAttributeFamily.php&line=1","ajax":false,"filename":"AttributeFamily.php","line":"?"}},"Webkul\\Product\\Models\\ProductInventoryIndex":{"retrieved":1,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FProduct%2Fsrc%2FModels%2FProductInventoryIndex.php&line=1","ajax":false,"filename":"ProductInventoryIndex.php","line":"?"}}},"count":146,"key_map":{"retrieved":"Retrieved","created":"Created","updated":"Updated","deleted":"Deleted"},"is_counter":true,"badges":{"retrieved":146}},"symfonymailer_mails":{"count":0,"mails":[]},"gate":{"count":0,"messages":[]},"request":{"data":{"status":"200 OK","full_url":"https:\/\/lauren.sa\/api\/products?category_id=4&limit=10&sort=created_at-desc","action_name":"shop.api.products.index","controller_action":"Webkul\\Shop\\Http\\Controllers\\API\\ProductController@index","uri":"GET api\/products","controller":{"value":"Webkul\\Shop\\Http\\Controllers\\API\\ProductController@index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FShop%2Fsrc%2FHttp%2FControllers%2FAPI%2FProductController.php&line=26","ajax":false,"filename":"ProductController.php","line":"26"}},"prefix":"api\/products","file":{"value":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php:26-63","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fadlau1ren%2Fpublic_html%2Fpackages%2FWebkul%2FShop%2Fsrc%2FHttp%2FControllers%2FAPI%2FProductController.php&line=26","ajax":false,"filename":"ProductController.php","line":"26"}},"middleware":"web, shop, Webkul\\Core\\Http\\Middleware\\PreventRequestsDuringMaintenance","duration":"1.18s","peak_memory":"18MB","response":"application\/json","request_format":"html","request_query":"<pre class=sf-dump id=sf-dump-1474495654 data-indent-pad=\"  \"><span class=sf-dump-note>array:3<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>sort<\/span>\" => \"<span class=sf-dump-str title=\"15 characters\">created_at-desc<\/span>\"\n  \"<span class=sf-dump-key>limit<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">10<\/span>\"\n  \"<span class=sf-dump-key>category_id<\/span>\" => \"<span class=sf-dump-str>4<\/span>\"\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1474495654\", {\"maxDepth\":0})<\/script>\n","request_request":"<pre class=sf-dump id=sf-dump-1277065192 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-1277065192\", {\"maxDepth\":0})<\/script>\n","request_headers":"<pre class=sf-dump id=sf-dump-1173026530 data-indent-pad=\"  \"><span class=sf-dump-note>array:17<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>host<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"9 characters\">lauren.sa<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>connection<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"10 characters\">keep-alive<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-ch-ua-platform<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"9 characters\">&quot;Windows&quot;<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>x-xsrf-token<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"340 characters\">eyJpdiI6IkxEcVZEUjRkN3ErZzBjY0E3MXp2Y1E9PSIsInZhbHVlIjoiaE8xUTFHd3JPL25UUWgwNXRNM3hQTis0cXhNMDlTT0xpaGhncS9JRXduVXl0WGZ0S2J0aGYvNEsrTGRqa2UzUThNL25HeGFPZ1N6d25HZVQ5UGpQL3g2QzAvSkIxZmFMTFpqZy9YSDRpSjBKUHYxZTVWRVgrNDl4dmJMRHViVGsiLCJtYWMiOiJjZGFkNjYyZGFiNGVmMjQzYjIwNjYxYTg2YzA1ZDlhMTI1NzAxOTA0ZGRhYjBkMTk3N2NkNTY2YWQyNWEyZjk4IiwidGFnIjoiIn0=<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>x-requested-with<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"14 characters\">XMLHttpRequest<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>user-agent<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"111 characters\">Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/146.0.0.0 Safari\/537.36<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"33 characters\">application\/json, text\/plain, *\/*<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-ch-ua<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"65 characters\">&quot;Chromium&quot;;v=&quot;146&quot;, &quot;Not-A.Brand&quot;;v=&quot;24&quot;, &quot;Google Chrome&quot;;v=&quot;146&quot;<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-ch-ua-mobile<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"2 characters\">?0<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-site<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"11 characters\">same-origin<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-mode<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"4 characters\">cors<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-dest<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"5 characters\">empty<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>referer<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"18 characters\">https:\/\/lauren.sa\/<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept-encoding<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"23 characters\">gzip, deflate, br, zstd<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept-language<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"23 characters\">en-US,en;q=0.9,ar;q=0.8<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cookie<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"839 characters\">_ga_1XKWWJ5S4K=GS2.1.s1774280030$o6$g0$t1774280030$j60$l0$h0; private_content_version=bf4df4010eec7cbe80cf63d8ed6949b6; XSRF-TOKEN=eyJpdiI6IkxEcVZEUjRkN3ErZzBjY0E3MXp2Y1E9PSIsInZhbHVlIjoiaE8xUTFHd3JPL25UUWgwNXRNM3hQTis0cXhNMDlTT0xpaGhncS9JRXduVXl0WGZ0S2J0aGYvNEsrTGRqa2UzUThNL25HeGFPZ1N6d25HZVQ5UGpQL3g2QzAvSkIxZmFMTFpqZy9YSDRpSjBKUHYxZTVWRVgrNDl4dmJMRHViVGsiLCJtYWMiOiJjZGFkNjYyZGFiNGVmMjQzYjIwNjYxYTg2YzA1ZDlhMTI1NzAxOTA0ZGRhYjBkMTk3N2NkNTY2YWQyNWEyZjk4IiwidGFnIjoiIn0%3D; lauren_bakery_session=eyJpdiI6IlJmMVErK25PQkxTejBxbmRtVEl2dUE9PSIsInZhbHVlIjoiem1GdVMwckZwM3pFRW04RStFbGpnZ3pRalFlMXhsQ1JneTVLNkVjNndMUmpsZEtMeFVTZTNKS0lReklycmI5djB6MTBaWGsrZkppbHZqd3ZFamJZbmhwTHRPbVBiblcrT3pmWTY5RExWRjBMaHhQeC9NQkNKSVVTNnBObEtxYWQiLCJtYWMiOiI2Nzk0OGE4ODVhNTQ5OTlmMTY2ODMyOTg3NmE5YWI1OWZiMzQyNmE4NzdhMzU5YzFmNzFkY2JlN2NhMGQ5ZTFmIiwidGFnIjoiIn0%3D<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>x-https<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str>1<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1173026530\", {\"maxDepth\":0})<\/script>\n","request_cookies":"<pre class=sf-dump id=sf-dump-2035414049 data-indent-pad=\"  \"><span class=sf-dump-note>array:4<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>_ga_1XKWWJ5S4K<\/span>\" => <span class=sf-dump-const>null<\/span>\n  \"<span class=sf-dump-key>private_content_version<\/span>\" => <span class=sf-dump-const>null<\/span>\n  \"<span class=sf-dump-key>XSRF-TOKEN<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">QhoUdYPfw56e55sOX1bSR0RjjPM35haNLns8eruM<\/span>\"\n  \"<span class=sf-dump-key>lauren_bakery_session<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">tVQcOrjzaykyBT5P4jfS7vj8GnJxj0tn3B64Iien<\/span>\"\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-2035414049\", {\"maxDepth\":0})<\/script>\n","response_headers":"<pre class=sf-dump id=sf-dump-1943424420 data-indent-pad=\"  \"><span class=sf-dump-note>array:3<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>cache-control<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"17 characters\">no-cache, private<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>date<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"29 characters\">Sat, 28 Mar 2026 16:11:19 GMT<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>content-type<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"16 characters\">application\/json<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1943424420\", {\"maxDepth\":0})<\/script>\n","session_attributes":"<pre class=sf-dump id=sf-dump-1096003746 data-indent-pad=\"  \"><span class=sf-dump-note>array:9<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>_token<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">QhoUdYPfw56e55sOX1bSR0RjjPM35haNLns8eruM<\/span>\"\n  \"<span class=sf-dump-key>locale<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">ar<\/span>\"\n  \"<span class=sf-dump-key>currency<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">SAR<\/span>\"\n  \"<span class=sf-dump-key>_previous<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    \"<span class=sf-dump-key>url<\/span>\" => \"<span class=sf-dump-str title=\"17 characters\">https:\/\/lauren.sa<\/span>\"\n    \"<span class=sf-dump-key>route<\/span>\" => \"<span class=sf-dump-str title=\"15 characters\">shop.home.index<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>_flash<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    \"<span class=sf-dump-key>old<\/span>\" => []\n    \"<span class=sf-dump-key>new<\/span>\" => []\n  <\/samp>]\n  \"<span class=sf-dump-key>url<\/span>\" => []\n  \"<span class=sf-dump-key>login_admin_59ba36addc2b2f9401580f014c7f58ea4e30989d<\/span>\" => <span class=sf-dump-num>2<\/span>\n  \"<span class=sf-dump-key>login_customer_59ba36addc2b2f9401580f014c7f58ea4e30989d<\/span>\" => <span class=sf-dump-num>45<\/span>\n  \"<span class=sf-dump-key>PHPDEBUGBAR_STACK_DATA<\/span>\" => []\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1096003746\", {\"maxDepth\":0})<\/script>\n"},"tooltip":{"status":"200 OK","full_url":"https:\/\/lauren.sa\/api\/products?category_id=4&limit=10&sort=created_at-desc","action_name":"shop.api.products.index","controller_action":"Webkul\\Shop\\Http\\Controllers\\API\\ProductController@index"},"badge":null}}