I am experiencing extremely slow Javascript performance under CentOS across all browsers I have tried. It is to the point that for sites that make heavy use of javascript (such as this one) that my CPU is maxed out for several seconds, and I have to wait for whatever rendering is being performed, making these sites almost unusable. Using the same set of browsers/versions under Windows XP and Ubuntu 6.06 as well as 8.04 on the same machine does not cause any issues. It is to the point that I am trying obscure browsers in hopes that I will find one without issue, but I have not found one that does not suffer the same javascript issues.
The browsers I've tried are:
- Firefox 3.0.15 from the CentOS 5.4 repositories
- Opera 10.01 installed via rpm from the Opera webiste
- Conkeror 0.9.1 installed via source
The only explanation is that there is some shared library they all use for running javascript as it would explain why every browser I've tried has the same problem, but I can't seem to find anything online stating that this is a known issue. Does anyone have any suggestions/ideas for how I can go about pinpointing the source of the issue and/or resolving it?
Note: I am experiencing the problem on a work machine which needs to run CentOS so switching to Ubuntu which I normally run at home can not be considered.