OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

Custom Forms permission provider performs a costly query #4289

Closed orchardbot closed 9 years ago

orchardbot commented 10 years ago

@pszmyd created: https://orchard.codeplex.com/workitem/20460

When fetching permission list, the provider from CustomForms module scans all content items just to get a list of distinct types. That impacts performance a lot when there are lots of items and one wants to list all available permissions.

orchardbot commented 10 years ago

@pszmyd closed and commented:

Already fixed - #20403