On May 13, 2008, at 9:51 AM, Eric Dalquist wrote: > Also as for the performance, I'd be interested to see what YSlow > recommends for fixing the performance problems. Your table looks > pretty good ... we know that with an empty cache it is a large first > hit, this is the reality that comes with people wanting a dynamic > user-interface. The primed cache shows one CSS file being loaded and > the portal content being loaded, I'm not what else could be done to > improve performance out-of-the-box there. I'd imagine setting some > agressive cache headers may help cut down on the number of requests > but there is some significant implications in doing that around > people doing development work, future changes to those files and > container/http-server compatibility. I'd be very interested to hear > suggestions for how to improve that rating.
One thing to consider is that browser caching behaves very differently under SSL & non-secure connections. So even if you most websites would rely on client-side caching, if you're running fully encrypted you typically cannot rely on images/css being cached between sessions, and in some cases (depending on HTTP-header voodoo) browsers may not cache resources at all. Jason -- Register now for Portlets 2008 - May 19th - 21st, 2008 @ Cleveland, Ohio This year's Portlets 2008 Conference (http://tinyurl.com/6rq9g) will bring together portal programmers from around the world in a spirit of community and collaboration. Beginner/intermediate to advanced portal programmers will benefit from hands-on sessions classes and tutorials on topics including Introduction to Portlet Development, How to Develop a Hello World Portlet,EAI – Framework, AJAX/Spring Hibernate, JSR-286 PL/SQL, Spring MVC Portlet, SMS Mobile Design and Build Portlet, SOA (Service Oriented Architecture) and CAS (Central Authentication Service). Register at: http://www.regonline.com/portlets2008 -- Jason Shao Director of Open Source Solutions CampusEAI Consortium 1940 East 6th Street, 11th Floor Cleveland, OH 44114 Tel: 216.589.9626x249 Fax: 216.589.9639 -- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
