[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3033) make s:graphicImage work with s:cache

Daniel Roth (JIRA) jira-events at lists.jboss.org
Fri May 23 04:29:42 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBSEAM-3033?page=comments#action_12413964 ] 
            
Daniel Roth commented on JBSEAM-3033:
-------------------------------------

It is a feature request, the workings I guess are up to Assignee to figure out. Maybe <s:graphicImage cache="dimension"> is another approach.

In my use case, responsiveness is a major concern. Pre-scaling(on startup/upload) and storing all images in-memory to get rid of the transformation cost works like a charm. However, I think it would be better to have that kind of ui code removed from the business code. Being able to cache the images with jsf tags would therefore be really nice.

> make s:graphicImage work with s:cache 
> --------------------------------------
>
>                 Key: JBSEAM-3033
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-3033
>             Project: Seam
>          Issue Type: Feature Request
>          Components: JSF Controls, Performance and Scalability
>    Affects Versions: 2.0.2.GA
>         Environment: All
>            Reporter: Daniel Roth
>            Priority: Minor
>             Fix For: The future
>
>
> s:graphicImage with its transformations is a great tag to use for user uploaded images. However, having a couple of images on the same page makes the page a bit slow to load due to transformations. One can quite easy make the transformations oneself and cache them, however a nicer solution would be if s:graphicImage could be used inside s:cache tags.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list