Active
Project:
Embedded Media Field
Version:
6.x-1.x-dev
Component:
Providers
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2009 at 09:17 UTC
Updated:
21 Jul 2009 at 09:17 UTC
Currently, calls to emfield_include_invoke() will scan the directory system on each request; this is a very expensive operation and may be avoided by using a caching mechanism, holding a Provider registry similar to the Theme registry in D6.
Please consider implementing such a cache.