VirtoCommerce / vc-storefront

Virto Commerce Storefront - ASP.NET Core 8.0

Home Page:http://virtocommerce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search file in AzureBlobContentProvider is not optimal

tatarincev opened this issue · comments

image

The one of biggest limitation of Azure blob storage service that it doesn't allow to search files by path or with using a file mask, and one of possible way is to do it through loop of all containers and virtual folders and apply file mask in execution code on a client side.

So need to debug and find out a solution how to optimize a performance of this controller method https://github.com/VirtoCommerce/vc-storefront-core/blob/master/VirtoCommerce.Storefront/Controllers/AssetController.cs#L73