Benoit Wiart created FLEX-33836:
-----------------------------------
Summary: ResourceManagerImpl should implement some kind of lazy
loading
Key: FLEX-33836
URL: https://issues.apache.org/jira/browse/FLEX-33836
Project: Apache Flex
Issue Type: Improvement
Components: Mobile: Performance, Performance: Framework
Affects Versions: Apache Flex 4.11.0
Environment: Mobile (Air ios), Desktop
Reporter: Benoit Wiart
ResourceManagerImpl loads all the resource bundles in memory at startup (see
ResourceManagerImpl#processInfo)
On mobile environnements, it's slow and waste some memory
With this patch, the ResourceManagerImpl loads the resource bundle only when
needed.
The patch is probably not production ready, please review thoroughly.
--
This message was sent by Atlassian JIRA
(v6.1#6144)