OBIEE 11g + YSlow
A recent discussion at the
OBIEE Enterprise Methodology Group reminded me of something...
A few weeks back I tried out the
YSlow extension from Yahoo against OBIEE 11g.
I couldn't figure out how to print or export the results until this morning when I clicked on the Tweet button. That gave me a URL.
For my test this morning, I used the SampleApp Build 10502 General Index (which rocks by the way, tons of great stuff and examples the team has created):

Overall Grade, D.
This page either got an A or a F. The F's were in the following categories:
- Make fewer HTTP requests
- Use a Content Delivery Network (CDN) (no idea)
- Add expires headers
- Compress components with gzip
- Put JavaScript at bottom
- Reduce the number of DOM elements
- User cookie-free domains

You can find the page
here.
Interesting stuff.
Google also has an extension called PageSpeed which you can find
here.
Labels: 11g, obiee, oradb, performance