ImTheRealOne
ImTheRealOne
> Hi @devansh-webkul , > > Yes, this is true. Categories are causing the problem. One more thing, > > * The PR you mentioned, is just for duplicated queries...
@devansh-webkul I do apologize I did not mean the issue is with the category menu but the product category page.  
@devansh-webkul yeah the issue is loading all the products on resource/themes/velocity/views/products/index.blade.php 
@devansh-webkul I was able to optimize the product attribute filter by replacing the double for loop code in ProductFlatRepository in public function getProductsRelatedFilterableAttributes($category) { `$allProductAttributeOptionsCode = []; foreach ($products as...
Hi all, does anyone have an update for this issue. Just ran into this issue as well.
Thank you. Do we also remove the routes from web.php for the following errors? Unable to prepare route [profile/{username}/updateUserAccount] for serialization. Another route has already been assigned name [{username}]. Unable...