spent a couple of hours testing this on jsf version of mediacast (small view as large view no longer has this component). I increased the size of the cache in the store to 20 and proceeded to upload several photos.
But...what I did note is that the entire list is being updated each and every time and this is extremely slow and not very performant. We should probably consider a version of this component where only the shared photo can be passed to the javascript object to be added to the list/carousel.
For fun....I did a test using 3G and it was > 20 seconds to update the carousel/list of photos. The carousel sits there blank until the list is loaded again. (we are just re-creating the carousel objects on each update).
The issues for carousel for this Jira though must be jsp-related.
spent a couple of hours testing this on jsf version of mediacast (small view as large view no longer has this component). I increased the size of the cache in the store to 20 and proceeded to upload several photos.
But...what I did note is that the entire list is being updated each and every time and this is extremely slow and not very performant. We should probably consider a version of this component where only the shared photo can be passed to the javascript object to be added to the list/carousel.
For fun....I did a test using 3G and it was > 20 seconds to update the carousel/list of photos. The carousel sits there blank until the list is loaded again. (we are just re-creating the carousel objects on each update).
The issues for carousel for this Jira though must be jsp-related.