EncryptedLocalStorage.getItem() is slow on Windows
I'm developing an application on Windows (profile: Extended Desktop with .exe as output), and I need to get an Item from ELS at launch time.
The first time to get an Item from ELS takes longer than 1 second (~ 1300ms). The second time to get this Item is 30ms.
Adding 1 second to launch time is so bad experience to users. The Item is a string with only ~ 160 chars. I think it's an performance issue that Adobe should take a look at.
Anyone has same issue?
(Sorry for my bad English
)
