{"__meta":{"id":"01KMTDAMQEG5QS5FXVVWFKC70X","datetime":"2026-03-28 19:54:48","utime":1774707888.878647,"method":"GET","uri":"\/api\/products?sort=name-asc&limit=30&category_id=26","ip":"127.0.0.1"},"modules":{"count":5,"modules":[{"name":"Webkul\\Attribute","models":["Webkul\\Attribute\\Models\\Attribute (31)","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.57,"duration_str":"570ms","connection":"bully-maketplace"},{"sql":"select * from `attributes` where `code` = 'name'","duration":0.53,"duration_str":"530ms","connection":"bully-maketplace"},{"sql":"select * from `attribute_families` where `attribute_families`.`id` in (9)","duration":0.37,"duration_str":"370ms","connection":"bully-maketplace"},{"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` = 9","duration":0.95,"duration_str":"950ms","connection":"bully-maketplace"}]},{"name":"Webkul\\Core","models":["Webkul\\Core\\Models\\Channel (1)","Webkul\\Core\\Models\\Locale (1)","Webkul\\Core\\Models\\Currency (2)"],"views":[],"queries":[{"sql":"select * from `channels` where `hostname` in ('127.0.0.1:8000', 'http:\/\/127.0.0.1:8000', 'https:\/\/127.0.0.1:8000')","duration":1.7,"duration_str":"1.7s","connection":"bully-maketplace"},{"sql":"select * from `channels` limit 1","duration":0.47,"duration_str":"470ms","connection":"bully-maketplace"},{"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":0.73,"duration_str":"730ms","connection":"bully-maketplace"},{"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":0.72,"duration_str":"720ms","connection":"bully-maketplace"},{"sql":"select * from `currencies` where `code` = 'USD'","duration":0.64,"duration_str":"640ms","connection":"bully-maketplace"},{"sql":"select * from `core_config` where `code` = 'catalog.products.search.engine'","duration":0.44,"duration_str":"440ms","connection":"bully-maketplace"},{"sql":"select * from `core_config` where `code` = 'catalog.products.storefront.products_per_page' and `channel_code` = 'default'","duration":0.61,"duration_str":"610ms","connection":"bully-maketplace"},{"sql":"select * from `core_config` where `code` = 'catalog.products.cache_small_image.url'","duration":0.7,"duration_str":"700ms","connection":"bully-maketplace"},{"sql":"select * from `core_config` where `code` = 'catalog.products.cache_medium_image.url'","duration":0.52,"duration_str":"520ms","connection":"bully-maketplace"},{"sql":"select * from `core_config` where `code` = 'catalog.products.cache_large_image.url'","duration":0.57,"duration_str":"570ms","connection":"bully-maketplace"},{"sql":"select * from `currency_exchange_rates` where `target_currency` = 1","duration":0.49,"duration_str":"490ms","connection":"bully-maketplace"}]},{"name":"Webkul\\Customer","models":["Webkul\\Customer\\Models\\CustomerGroup (1)"],"views":[],"queries":[{"sql":"select * from `customer_groups` where `code` = 'guest'","duration":0.54,"duration_str":"540ms","connection":"bully-maketplace"}]},{"name":"Webkul\\Product","models":["Webkul\\Product\\Models\\Product (1)","Webkul\\Product\\Models\\ProductImage (4)","Webkul\\Product\\Models\\ProductAttributeValue (18)","Webkul\\Product\\Models\\ProductPriceIndex (3)"],"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 `status_product_attribute_values` on `products`.`id` = `status_product_attribute_values`.`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 `sort_product_attribute_values` on `products`.`id` = `sort_product_attribute_values`.`product_id` and `sort_product_attribute_values`.`attribute_id` = 2 and `sort_product_attribute_values`.`locale` = 'en' where `product_categories`.`category_id` in ('26') and `product_channels`.`channel_id` = '1' and `status_product_attribute_values`.`attribute_id` = 8 and `status_product_attribute_values`.`boolean_value` = 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 group by `products`.`id` order by `sort_product_attribute_values`.`text_value` asc limit 12 offset 0","duration":1.31,"duration_str":"1.31s","connection":"bully-maketplace"},{"sql":"select * from `product_images` where `product_images`.`product_id` in (124) order by `position` asc","duration":0.47,"duration_str":"470ms","connection":"bully-maketplace"},{"sql":"select * from `product_videos` where `product_videos`.`product_id` in (124) order by `position` asc","duration":0.65,"duration_str":"650ms","connection":"bully-maketplace"},{"sql":"select * from `product_attribute_values` where `product_attribute_values`.`product_id` in (124)","duration":0.9,"duration_str":"900ms","connection":"bully-maketplace"},{"sql":"select * from `product_price_indices` where `product_price_indices`.`product_id` in (124)","duration":0.66,"duration_str":"660ms","connection":"bully-maketplace"},{"sql":"select * from `product_inventory_indices` where `product_inventory_indices`.`product_id` in (124)","duration":0.65,"duration_str":"650ms","connection":"bully-maketplace"},{"sql":"select * from `product_reviews` where `product_reviews`.`product_id` in (124)","duration":0.54,"duration_str":"540ms","connection":"bully-maketplace"},{"sql":"select * from `products` where `products`.`parent_id` in (124)","duration":0.36,"duration_str":"360ms","connection":"bully-maketplace"}]},{"name":"Webkul\\Shop","models":[],"views":["shop::products.prices.index (packages\/Webkul\/Shop\/src\/Resources\/views\/products\/prices\/index.blade.php)"],"queries":[]}]},"messages":{"count":31,"messages":[{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.81983,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.82152,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.824332,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.82449,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.826925,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.827101,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.829433,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.829685,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.835159,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Creation of dynamic property Webkul\\Shop\\Http\\Resources\\ProductResource::$reviewHelper is deprecated in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Shop\/src\/Http\/Resources\/ProductResource.php on line 19","message_html":null,"is_string":false,"label":"warning","time":1774707888.851286,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.859781,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.860019,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.861143,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.861341,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.862168,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.862304,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.863239,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.863335,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.86601,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.866193,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.868331,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.868503,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.871361,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.871533,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.872237,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.872364,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.873317,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.873456,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.874373,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: Since symfony\/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/symfony\/deprecation-contracts\/function.php on line 25","message_html":null,"is_string":false,"label":"warning","time":1774707888.874526,"xdebug_link":null,"collector":"log"},{"message":"[19:54:48] LOG.warning: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in \/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Helpers\/Review.php on line 31","message_html":null,"is_string":false,"label":"warning","time":1774707888.877934,"xdebug_link":null,"collector":"log"}]},"time":{"count":5,"start":1774707888.778683,"end":1774707888.888049,"duration":0.10936594009399414,"duration_str":"109ms","measures":[{"label":"Booting","start":1774707888.778683,"relative_start":0,"end":1774707888.80731,"relative_end":1774707888.80731,"duration":0.02862715721130371,"duration_str":"28.63ms","memory":0,"memory_str":"0B","params":[],"collector":"time","group":null},{"label":"Application","start":1774707888.807318,"relative_start":0.028635025024414062,"end":1774707888.888051,"relative_end":2.1457672119140625e-6,"duration":0.08073306083679199,"duration_str":"80.73ms","memory":0,"memory_str":"0B","params":[],"collector":"time","group":null},{"label":"Routing","start":1774707888.807941,"relative_start":0.029258012771606445,"end":1774707888.810074,"relative_end":1774707888.810074,"duration":0.0021331310272216797,"duration_str":"2.13ms","memory":0,"memory_str":"0B","params":[],"collector":null,"group":null},{"label":"Preparing Response","start":1774707888.851342,"relative_start":0.07265901565551758,"end":1774707888.878434,"relative_end":1774707888.878434,"duration":0.02709197998046875,"duration_str":"27.09ms","memory":0,"memory_str":"0B","params":[],"collector":null,"group":null},{"label":"View: shop::products.prices.index","start":1774707888.87713,"relative_start":0.09844708442687988,"end":1774707888.87713,"relative_end":1774707888.87713,"duration":0,"duration_str":"0\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":"views","group":"View"}]},"memory":{"peak_usage":4050664,"peak_usage_str":"4MB"},"exceptions":{"count":0,"exceptions":[]},"laravel":{"version":"11.x","tooltip":{"Laravel Version":"11.48.0","PHP Version":"8.4.16","Environment":"local","Debug Mode":"Enabled","URL":"localhost","Timezone":"Asia\/Kolkata","Locale":"en"}},"views":{"count":1,"nb_templates":1,"templates":[{"name":"shop::products.prices.index","param_count":null,"params":[],"start":1774707888.877116,"type":"blade","hash":"blade\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Shop\/src\/Providers\/..\/Resources\/views\/products\/prices\/index.blade.phpshop::products.prices.index","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fpackages%2FWebkul%2FShop%2Fsrc%2FResources%2Fviews%2Fproducts%2Fprices%2Findex.blade.php&line=1","ajax":false,"filename":"index.blade.php","line":"?"}}]},"queries":{"count":25,"nb_statements":25,"nb_visible_statements":25,"nb_excluded_statements":0,"nb_failed_statements":0,"accumulated_duration":0.01834,"accumulated_duration_str":"18.34ms","memory_usage":0,"memory_usage_str":null,"statements":[{"sql":"select * from `channels` where `hostname` in ('127.0.0.1:8000', 'http:\/\/127.0.0.1:8000', 'https:\/\/127.0.0.1:8000')","type":"query","params":[],"bindings":["127.0.0.1:8000","http:\/\/127.0.0.1:8000","https:\/\/127.0.0.1:8000"],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Core\/src\/Core.php","line":147},{"index":17,"namespace":"middleware","name":"theme","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209},{"index":19,"namespace":null,"name":"vendor\/laravel\/boost\/src\/Middleware\/InjectBoost.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/boost\/src\/Middleware\/InjectBoost.php","line":22}],"start":1774707888.814213,"duration":0.0017,"duration_str":"1.7ms","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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":578},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=578","ajax":false,"filename":"BaseRepository.php","line":"578"},"connection":"bully-maketplace","explain":null,"start_percent":0,"width_percent":9.269},{"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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Core\/src\/Core.php","line":154},{"index":20,"namespace":"middleware","name":"theme","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209},{"index":22,"namespace":null,"name":"vendor\/laravel\/boost\/src\/Middleware\/InjectBoost.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/boost\/src\/Middleware\/InjectBoost.php","line":22}],"start":1774707888.816664,"duration":0.00047,"duration_str":"470\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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":404},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=404","ajax":false,"filename":"BaseRepository.php","line":"404"},"connection":"bully-maketplace","explain":null,"start_percent":9.269,"width_percent":2.563},{"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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":174},{"index":21,"namespace":"middleware","name":"installer_locale","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209},{"index":23,"namespace":"middleware","name":"theme","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209}],"start":1774707888.818094,"duration":0.00073,"duration_str":"730\u03bcs","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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":174},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fastrotomic%2Flaravel-translatable%2Fsrc%2FTranslatable%2FTranslatable.php&line=174","ajax":false,"filename":"Translatable.php","line":"174"},"connection":"bully-maketplace","explain":null,"start_percent":11.832,"width_percent":3.98},{"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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":174},{"index":21,"namespace":"middleware","name":"currency","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209},{"index":23,"namespace":"middleware","name":"installer_locale","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":209}],"start":1774707888.820277,"duration":0.0007199999999999999,"duration_str":"720\u03bcs","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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/astrotomic\/laravel-translatable\/src\/Translatable\/Translatable.php","line":174},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fastrotomic%2Flaravel-translatable%2Fsrc%2FTranslatable%2FTranslatable.php&line=174","ajax":false,"filename":"Translatable.php","line":"174"},"connection":"bully-maketplace","explain":null,"start_percent":15.812,"width_percent":3.926},{"sql":"select * from `currencies` where `code` = 'USD'","type":"query","params":[],"bindings":["USD"],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":296},{"index":17,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Cache\/Repository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Cache\/Repository.php","line":427},{"index":18,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Cache\/CacheManager.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Cache\/CacheManager.php","line":453},{"index":19,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":295}],"start":1774707888.822292,"duration":0.00064,"duration_str":"640\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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":538},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=538","ajax":false,"filename":"BaseRepository.php","line":"538"},"connection":"bully-maketplace","explain":null,"start_percent":19.738,"width_percent":3.49},{"sql":"select * from `core_config` where `code` = 'catalog.products.search.engine'","type":"query","params":[],"bindings":["catalog.products.search.engine"],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":321},{"index":17,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Cache\/Repository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Cache\/Repository.php","line":427},{"index":18,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Cache\/CacheManager.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Cache\/CacheManager.php","line":453},{"index":19,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":320}],"start":1774707888.8249981,"duration":0.00044,"duration_str":"440\u03bcs","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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":559},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=559","ajax":false,"filename":"BaseRepository.php","line":"559"},"connection":"bully-maketplace","explain":null,"start_percent":23.228,"width_percent":2.399},{"sql":"select * from `core_config` where `code` = 'catalog.products.storefront.products_per_page' and `channel_code` = 'default'","type":"query","params":[],"bindings":["catalog.products.storefront.products_per_page","default"],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":321},{"index":17,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Cache\/Repository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Cache\/Repository.php","line":427},{"index":18,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Cache\/CacheManager.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Cache\/CacheManager.php","line":453},{"index":19,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":320}],"start":1774707888.8277879,"duration":0.00061,"duration_str":"610\u03bcs","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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":559},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=559","ajax":false,"filename":"BaseRepository.php","line":"559"},"connection":"bully-maketplace","explain":null,"start_percent":25.627,"width_percent":3.326},{"sql":"select * from `customer_groups` where `code` = 'guest'","type":"query","params":[],"bindings":["guest"],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php","line":104},{"index":18,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Core.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Core\/src\/Core.php","line":748},{"index":19,"namespace":null,"name":"packages\/Webkul\/Customer\/src\/Repositories\/CustomerRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Customer\/src\/Repositories\/CustomerRepository.php","line":43}],"start":1774707888.830834,"duration":0.00054,"duration_str":"540\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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":538},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=538","ajax":false,"filename":"BaseRepository.php","line":"538"},"connection":"bully-maketplace","explain":null,"start_percent":28.953,"width_percent":2.944},{"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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Attribute\/src\/Repositories\/AttributeRepository.php","line":200},{"index":17,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":317},{"index":18,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":485}],"start":1774707888.832162,"duration":0.00057,"duration_str":"570\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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":578},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=578","ajax":false,"filename":"BaseRepository.php","line":"578"},"connection":"bully-maketplace","explain":null,"start_percent":31.897,"width_percent":3.108},{"sql":"select * from `attributes` where `code` = 'name'","type":"query","params":[],"bindings":["name"],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php","line":104},{"index":18,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":421},{"index":19,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":1033}],"start":1774707888.833878,"duration":0.00053,"duration_str":"530\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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":538},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=538","ajax":false,"filename":"BaseRepository.php","line":"538"},"connection":"bully-maketplace","explain":null,"start_percent":35.005,"width_percent":2.89},{"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 `status_product_attribute_values` on `products`.`id` = `status_product_attribute_values`.`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 `sort_product_attribute_values` on `products`.`id` = `sort_product_attribute_values`.`product_id` and `sort_product_attribute_values`.`attribute_id` = 2 and `sort_product_attribute_values`.`locale` = 'en' where `product_categories`.`category_id` in ('26') and `product_channels`.`channel_id` = '1' and `status_product_attribute_values`.`attribute_id` = 8 and `status_product_attribute_values`.`boolean_value` = 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 group by `products`.`id`) as `aggregate_table`","type":"query","params":[],"bindings":[1,2,"en","26","1",8,1,3,7,1],"hints":null,"show_copy":true,"backtrace":[{"index":16,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":461},{"index":19,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":238},{"index":20,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774707888.835822,"duration":0.00225,"duration_str":"2.25ms","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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"bully-maketplace","explain":null,"start_percent":37.895,"width_percent":12.268},{"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 `status_product_attribute_values` on `products`.`id` = `status_product_attribute_values`.`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 `sort_product_attribute_values` on `products`.`id` = `sort_product_attribute_values`.`product_id` and `sort_product_attribute_values`.`attribute_id` = 2 and `sort_product_attribute_values`.`locale` = 'en' where `product_categories`.`category_id` in ('26') and `product_channels`.`channel_id` = '1' and `status_product_attribute_values`.`attribute_id` = 8 and `status_product_attribute_values`.`boolean_value` = 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 group by `products`.`id` order by `sort_product_attribute_values`.`text_value` asc limit 12 offset 0","type":"query","params":[],"bindings":[1,2,"en","26","1",8,1,3,7,1],"hints":null,"show_copy":true,"backtrace":[{"index":16,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":461},{"index":19,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":238},{"index":20,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774707888.838672,"duration":0.00131,"duration_str":"1.31ms","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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"bully-maketplace","explain":null,"start_percent":50.164,"width_percent":7.143},{"sql":"select * from `attribute_families` where `attribute_families`.`id` in (9)","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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":461},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":238},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774707888.840621,"duration":0.00037,"duration_str":"370\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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"bully-maketplace","explain":null,"start_percent":57.306,"width_percent":2.017},{"sql":"select * from `product_images` where `product_images`.`product_id` in (124) 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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":461},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":238},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774707888.8415902,"duration":0.00047,"duration_str":"470\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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"bully-maketplace","explain":null,"start_percent":59.324,"width_percent":2.563},{"sql":"select * from `product_videos` where `product_videos`.`product_id` in (124) 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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":461},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":238},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774707888.8429492,"duration":0.00065,"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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"bully-maketplace","explain":null,"start_percent":61.887,"width_percent":3.544},{"sql":"select * from `product_attribute_values` where `product_attribute_values`.`product_id` in (124)","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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":461},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":238},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774707888.844379,"duration":0.0009,"duration_str":"900\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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"bully-maketplace","explain":null,"start_percent":65.431,"width_percent":4.907},{"sql":"select * from `product_price_indices` where `product_price_indices`.`product_id` in (124)","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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":461},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":238},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774707888.8462222,"duration":0.00066,"duration_str":"660\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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"bully-maketplace","explain":null,"start_percent":70.338,"width_percent":3.599},{"sql":"select * from `product_inventory_indices` where `product_inventory_indices`.`product_id` in (124)","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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":461},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":238},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774707888.847717,"duration":0.00065,"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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"bully-maketplace","explain":null,"start_percent":73.937,"width_percent":3.544},{"sql":"select * from `product_reviews` where `product_reviews`.`product_id` in (124)","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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":461},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":238},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774707888.84926,"duration":0.00054,"duration_str":"540\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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"bully-maketplace","explain":null,"start_percent":77.481,"width_percent":2.944},{"sql":"select * from `products` where `products`.`parent_id` in (124)","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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":461},{"index":24,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Repositories\/ProductRepository.php","line":238},{"index":25,"namespace":null,"name":"packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Shop\/src\/Http\/Controllers\/API\/ProductController.php","line":40}],"start":1774707888.850335,"duration":0.00035999999999999997,"duration_str":"360\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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":487},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=487","ajax":false,"filename":"BaseRepository.php","line":"487"},"connection":"bully-maketplace","explain":null,"start_percent":80.425,"width_percent":1.963},{"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` = 9","type":"query","params":[],"bindings":[9],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"packages\/Webkul\/Attribute\/src\/Models\/AttributeFamily.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Attribute\/src\/Models\/AttributeFamily.php","line":53},{"index":21,"namespace":null,"name":"packages\/Webkul\/Attribute\/src\/Repositories\/AttributeRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Attribute\/src\/Repositories\/AttributeRepository.php","line":215},{"index":22,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Models\/Product.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Models\/Product.php","line":514},{"index":23,"namespace":null,"name":"packages\/Webkul\/Product\/src\/Models\/Product.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Product\/src\/Models\/Product.php","line":396},{"index":25,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Http\/Resources\/DelegatesToResource.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Http\/Resources\/DelegatesToResource.php","line":139}],"start":1774707888.8577428,"duration":0.00095,"duration_str":"950\u03bcs","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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Attribute\/src\/Models\/AttributeFamily.php","line":53},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fpackages%2FWebkul%2FAttribute%2Fsrc%2FModels%2FAttributeFamily.php&line=53","ajax":false,"filename":"AttributeFamily.php","line":"53"},"connection":"bully-maketplace","explain":null,"start_percent":82.388,"width_percent":5.18},{"sql":"select * from `core_config` where `code` = 'catalog.products.cache_small_image.url'","type":"query","params":[],"bindings":["catalog.products.cache_small_image.url"],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":321},{"index":17,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Cache\/Repository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Cache\/Repository.php","line":427},{"index":18,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Cache\/CacheManager.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Cache\/CacheManager.php","line":453},{"index":19,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":320}],"start":1774707888.864035,"duration":0.0007,"duration_str":"700\u03bcs","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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":559},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=559","ajax":false,"filename":"BaseRepository.php","line":"559"},"connection":"bully-maketplace","explain":null,"start_percent":87.568,"width_percent":3.817},{"sql":"select * from `core_config` where `code` = 'catalog.products.cache_medium_image.url'","type":"query","params":[],"bindings":["catalog.products.cache_medium_image.url"],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":321},{"index":17,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Cache\/Repository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Cache\/Repository.php","line":427},{"index":18,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Cache\/CacheManager.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Cache\/CacheManager.php","line":453},{"index":19,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":320}],"start":1774707888.866883,"duration":0.0005200000000000001,"duration_str":"520\u03bcs","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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":559},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=559","ajax":false,"filename":"BaseRepository.php","line":"559"},"connection":"bully-maketplace","explain":null,"start_percent":91.385,"width_percent":2.835},{"sql":"select * from `core_config` where `code` = 'catalog.products.cache_large_image.url'","type":"query","params":[],"bindings":["catalog.products.cache_large_image.url"],"hints":null,"show_copy":true,"backtrace":[{"index":15,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":321},{"index":17,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Cache\/Repository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Cache\/Repository.php","line":427},{"index":18,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Cache\/CacheManager.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/laravel\/framework\/src\/Illuminate\/Cache\/CacheManager.php","line":453},{"index":19,"namespace":null,"name":"vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Traits\/CacheableRepository.php","line":320}],"start":1774707888.8693318,"duration":0.00057,"duration_str":"570\u03bcs","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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":559},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=559","ajax":false,"filename":"BaseRepository.php","line":"559"},"connection":"bully-maketplace","explain":null,"start_percent":94.22,"width_percent":3.108},{"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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/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\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Core\/src\/Eloquent\/Repository.php","line":119},{"index":18,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Core.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Core\/src\/Core.php","line":459},{"index":19,"namespace":null,"name":"packages\/Webkul\/Core\/src\/Core.php","file":"\/home\/abdul-muqeet\/projects\/bagisto-2.3\/packages\/Webkul\/Core\/src\/Core.php","line":481}],"start":1774707888.8748941,"duration":0.00049,"duration_str":"490\u03bcs","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\/abdul-muqeet\/projects\/bagisto-2.3\/vendor\/prettus\/l5-repository\/src\/Prettus\/Repository\/Eloquent\/BaseRepository.php","line":559},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fvendor%2Fprettus%2Fl5-repository%2Fsrc%2FPrettus%2FRepository%2FEloquent%2FBaseRepository.php&line=559","ajax":false,"filename":"BaseRepository.php","line":"559"},"connection":"bully-maketplace","explain":null,"start_percent":97.328,"width_percent":2.672}]},"models":{"data":{"Webkul\\Attribute\\Models\\Attribute":{"retrieved":31,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fpackages%2FWebkul%2FAttribute%2Fsrc%2FModels%2FAttribute.php&line=1","ajax":false,"filename":"Attribute.php","line":"?"}},"Webkul\\Product\\Models\\ProductAttributeValue":{"retrieved":18,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fpackages%2FWebkul%2FProduct%2Fsrc%2FModels%2FProductAttributeValue.php&line=1","ajax":false,"filename":"ProductAttributeValue.php","line":"?"}},"Webkul\\Product\\Models\\ProductImage":{"retrieved":4,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%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%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fpackages%2FWebkul%2FProduct%2Fsrc%2FModels%2FProductPriceIndex.php&line=1","ajax":false,"filename":"ProductPriceIndex.php","line":"?"}},"Webkul\\Core\\Models\\Currency":{"retrieved":2,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fpackages%2FWebkul%2FCore%2Fsrc%2FModels%2FCurrency.php&line=1","ajax":false,"filename":"Currency.php","line":"?"}},"Webkul\\Core\\Models\\Channel":{"retrieved":1,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fpackages%2FWebkul%2FCore%2Fsrc%2FModels%2FChannel.php&line=1","ajax":false,"filename":"Channel.php","line":"?"}},"Webkul\\Core\\Models\\Locale":{"retrieved":1,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fpackages%2FWebkul%2FCore%2Fsrc%2FModels%2FLocale.php&line=1","ajax":false,"filename":"Locale.php","line":"?"}},"Webkul\\Customer\\Models\\CustomerGroup":{"retrieved":1,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fpackages%2FWebkul%2FCustomer%2Fsrc%2FModels%2FCustomerGroup.php&line=1","ajax":false,"filename":"CustomerGroup.php","line":"?"}},"Webkul\\Product\\Models\\Product":{"retrieved":1,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fpackages%2FWebkul%2FProduct%2Fsrc%2FModels%2FProduct.php&line=1","ajax":false,"filename":"Product.php","line":"?"}},"Webkul\\Attribute\\Models\\AttributeFamily":{"retrieved":1,"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%2Fpackages%2FWebkul%2FAttribute%2Fsrc%2FModels%2FAttributeFamily.php&line=1","ajax":false,"filename":"AttributeFamily.php","line":"?"}}},"count":63,"key_map":{"retrieved":"Retrieved","created":"Created","updated":"Updated","deleted":"Deleted"},"is_counter":true,"badges":{"retrieved":63}},"symfonymailer_mails":{"count":0,"mails":[]},"gate":{"count":0,"messages":[]},"request":{"data":{"status":"200 OK","full_url":"http:\/\/127.0.0.1:8000\/api\/products?category_id=26&limit=30&sort=name-asc","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%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%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%2Fabdul-muqeet%2Fprojects%2Fbagisto-2.3%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":"110ms","peak_memory":"6MB","response":"application\/json","request_format":"html","request_query":"<pre class=sf-dump id=sf-dump-907040428 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=\"8 characters\">name-asc<\/span>\"\n  \"<span class=sf-dump-key>limit<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">30<\/span>\"\n  \"<span class=sf-dump-key>category_id<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">26<\/span>\"\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-907040428\", {\"maxDepth\":0})<\/script>\n","request_request":"<pre class=sf-dump id=sf-dump-127730736 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-127730736\", {\"maxDepth\":0})<\/script>\n","request_headers":"<pre class=sf-dump id=sf-dump-1043709002 data-indent-pad=\"  \"><span class=sf-dump-note>array:16<\/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=\"14 characters\">127.0.0.1:8000<\/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=\"7 characters\">&quot;Linux&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\">eyJpdiI6IldNWXdZWDVZZDdYenpmY2NsOC9MQlE9PSIsInZhbHVlIjoiS3JHVHNRUzdMSkljYThaR1g5VlA0a3pNZEpNTC96elBqQ21BSTVHcUh0T1ErcXErcnlwcWRHc2tLcDc3Qjg0eEdwOGtvUFh1M1NBaHI5bG04NUhDWjhKUElwNUViM281UE9CQ1JCK0QwM0tkS055VDFCaDlyNi8wcHYwM3pCd3IiLCJtYWMiOiJhMzM5NjJhM2JkZWRiMjRhODIxMWE4NmQzMmIwNmJjOGNkMDAxNjU2Nzk3ZjFiM2I4MTgyNTIxMDUwOTJkMmM3IiwidGFnIjoiIn0=<\/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=\"101 characters\">Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/138.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=\"64 characters\">&quot;Not)A;Brand&quot;;v=&quot;8&quot;, &quot;Chromium&quot;;v=&quot;138&quot;, &quot;Google Chrome&quot;;v=&quot;138&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=\"22 characters\">http:\/\/127.0.0.1:8000\/<\/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=\"14 characters\">en-US,en;q=0.9<\/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=\"784 characters\">ajs_anonymous_id=%22dc185954-1d2d-43e8-867c-1d0b7a6263bd%22; XSRF-TOKEN=eyJpdiI6IldNWXdZWDVZZDdYenpmY2NsOC9MQlE9PSIsInZhbHVlIjoiS3JHVHNRUzdMSkljYThaR1g5VlA0a3pNZEpNTC96elBqQ21BSTVHcUh0T1ErcXErcnlwcWRHc2tLcDc3Qjg0eEdwOGtvUFh1M1NBaHI5bG04NUhDWjhKUElwNUViM281UE9CQ1JCK0QwM0tkS055VDFCaDlyNi8wcHYwM3pCd3IiLCJtYWMiOiJhMzM5NjJhM2JkZWRiMjRhODIxMWE4NmQzMmIwNmJjOGNkMDAxNjU2Nzk3ZjFiM2I4MTgyNTIxMDUwOTJkMmM3IiwidGFnIjoiIn0%3D; bully_marketplace_session=eyJpdiI6InNHdVB2L2UwZWUrWW03ZkQ1aFc4WUE9PSIsInZhbHVlIjoiN0NSRlUvTVpEWjh0K2pQN1JKcElSTklhME1lYStEMzZ0cUFnTXp2dWRTcUZvQmRnVzlFdjgzUEVYb3FITHBiUUJyVUhvRlJLTVBDQ1B2U2JTZXBpTWZqM2ZDUVBOenJBaHAxa29Icm1saFI3ZVB4SDR2ZlNQMVFnbTVEejFtRnkiLCJtYWMiOiI0ZWI2YmE2MjU0YTdjM2EzZWM1MTNkYmQ5MDQwODg1MjFiODc2NTI0YzdmY2VkNTY2YTg5ODcxYzk5NDY1ZGY0IiwidGFnIjoiIn0%3D<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1043709002\", {\"maxDepth\":0})<\/script>\n","request_cookies":"<pre class=sf-dump id=sf-dump-286910267 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>ajs_anonymous_id<\/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\">lFtGjRtkoaH8Xcq1t0wh5fXOUiulL2olghBDr3KH<\/span>\"\n  \"<span class=sf-dump-key>bully_marketplace_session<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">INi2W02yjSOBWcHpTw1deSPVRDijXl7fqeT5C3EU<\/span>\"\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-286910267\", {\"maxDepth\":0})<\/script>\n","response_headers":"<pre class=sf-dump id=sf-dump-1878143119 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 14:24:48 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-1878143119\", {\"maxDepth\":0})<\/script>\n","session_attributes":"<pre class=sf-dump id=sf-dump-489176630 data-indent-pad=\"  \"><span class=sf-dump-note>array:6<\/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\">lFtGjRtkoaH8Xcq1t0wh5fXOUiulL2olghBDr3KH<\/span>\"\n  \"<span class=sf-dump-key>locale<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">en<\/span>\"\n  \"<span class=sf-dump-key>currency<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">USD<\/span>\"\n  \"<span class=sf-dump-key>PHPDEBUGBAR_STACK_DATA<\/span>\" => []\n  \"<span class=sf-dump-key>_previous<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    \"<span class=sf-dump-key>url<\/span>\" => \"<span class=sf-dump-str title=\"21 characters\">http:\/\/127.0.0.1:8000<\/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<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-489176630\", {\"maxDepth\":0})<\/script>\n"},"tooltip":{"status":"200 OK","full_url":"http:\/\/127.0.0.1:8000\/api\/products?category_id=26&limit=30&sort=name-asc","action_name":"shop.api.products.index","controller_action":"Webkul\\Shop\\Http\\Controllers\\API\\ProductController@index"},"badge":null}}