J2EE cache filter
Java, Open Source, Web Development | (5)
In my current web project I was having some performance issues, I needed a tool that allowed me to do some testing so I can see what's wrong and what I can do better so my application perform faster.
My search lead me to High Performance Web Sites and YSlow, a very good talk by Steve Souders the Chief Performance Yahoo! at Yahoo!
YSlow is an easy-for-use plugin that allows you to inspect any web page just clicking a button.
YSlow analyzes web pages and tells you why they're slow based on the rules for high performance web sites. YSlow is a Firefox ...