Actions
bug #9610
openMediaMetadataFileReader (formerly in CdmImageInfo) loads same image file multiple times
Start date:
Due date:
% Done:
0%
Estimated time:
Severity:
normal
Found in Version:
Description
For one and the same image file the UriUtils methos getInputStream()
and getResourceLength()
are being used multiple times:
getInputStream()
: 4xgetResourceLength()
: 1x
This will cause in the worst case that the file is loaded 5x from the internet! What as waste of time an resources!!!
Related issues
Updated by Andreas Kohlbecker over 1 year ago
- Related to bug #9608: UriUtils to use HTTP HEAD requests where possible added
Updated by Andreas Kohlbecker over 1 year ago
- Related to task #9607: read image metadata from MediaInfoService if available added
Updated by Andreas Kohlbecker about 1 year ago
- Target version changed from Release 5.25 to Release 5.34
Updated by Katja Luther 5 months ago
- Subject changed from MediaMedadataFileReader (formerly in CdmImageInfo) loads same image file multiple times to MediaMetadataFileReader (formerly in CdmImageInfo) loads same image file multiple times
Updated by Andreas Müller 5 months ago
- Subject changed from MediaMetadataFileReader (formerly in CdmImageInfo) loads same image file multiple times to MediaMedadataFileReader (formerly in CdmImageInfo) loads same image file multiple times
- Assignee changed from Andreas Kohlbecker to Andreas Müller
- Target version changed from Release 5.34 to Release 5.33
Check if this is not yet fixed in the meanwhile.
Updated by Andreas Müller 5 months ago
- Subject changed from MediaMedadataFileReader (formerly in CdmImageInfo) loads same image file multiple times to MediaMetadataFileReader (formerly in CdmImageInfo) loads same image file multiple times
Updated by Andreas Müller 5 months ago
- Related to feature request #5016: Use asynchronous loading for images added
Actions