You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Benoit Wiart (JIRA)" <ji...@apache.org> on 2013/10/21 17:47:43 UTC

[jira] [Created] (FLEX-33836) ResourceManagerImpl should implement some kind of lazy loading

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)