Task #45501
Image Metadata in ContentEditing should be cached
| Status: | New | Start date: | 2013-02-15 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assigned To: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - |
Description
To avoid loading the metadata for images in content again and again we should cache it once it was loaded.
Packages/Application/TYPO3.Neos/Resources/Public/JavaScript/neos/content/ui/editors.js -> _readAndDeserializeValue() is where the loading happens.