Finally, it’s official – Firefox has better performance than IE

Few Oracle’s support treasures
December 12, 2010
How To Setup Session Timeout In Oracle BIEE
February 13, 2011

Browser performance is a hot topic. I normally develop with Firefox, but from my experience, it’s a rare situation that Firefox is supported by company’s IT department. Hence, I need to use IE on a regular basis – and I can’t say I’m too happy.

I feel like Captain Obvious for re-posting this, but here you go:

IE takes significantly more time than Firefox to open a report.

There are two issues:

1. MacAfee anti-virus software was configured to scan the OBIEE files. As a result, a scan was done on every file when, using IE, which significantly degraded performance. Firefox did not scans any of  the files, and therefore, was much faster.

2. Fundamental differences in the browsers. For example.. IE is built in as part of the OS, while Firefox is standalone.

To minimize the performance differential between IE and Firefox:

First of all, disable virus scanning on any Analytics (OBIEE) folders, and also, the web server folder where cache files are generated.

Secondly, Oracle does recommend any specific settings for either IE or Firefox, however, it is generally acknowledged that Firefox is a faster browser than IE. The explanation for this is that IE is embedded into the OS, whereas Firefox is a standalone application. The effects of this are:

  1. Memory Management: IE doesn’t do memory cleanup, because it is done by the OS. Firefox, however, only has to interact with the OS, where it does a better job of managing memory resources, first reserving, and then releasing memory to be reused faster.
  2. Network issues: IE being integrated into Windows uses the network settings from Windows, whereas Firefox can more efficiently figure out which settings to use.

Firefox eats IE in OBIEE

Leave a Reply