# Query soft limit for Debugbar is reached after 100 queries, additional 36 queries onlyshow the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)
select*from `db_families` where `FamilyDescription` ='Utensilios' limit 1
selectmin(`SalePrice_1`) as aggregate from `db_articles` where `FamilyId` ='A0E2DE0AC6938FE5F5B29BAF570E8A7E'and `SubFamilyId` ='407A5B28CCE27F2C98B0FAD27615942A'and `AvailableOnline` =1
selectmax(`SalePrice_1`) as aggregate from `db_articles` where `FamilyId` ='A0E2DE0AC6938FE5F5B29BAF570E8A7E'and `SubFamilyId` ='407A5B28CCE27F2C98B0FAD27615942A'and `AvailableOnline` =1