We are launching a web service that fights some very high page rendering times, especially IE8 (about 20 seconds). We are very able to create high-performance backend systems, but not so skillfully optimizing the interface.
Currently it seems (from newrelic) that the rendering and dom-parsing page is the biggest problem.
We tried to optimize the js scripts and that helped a bit, but still the page is terribly slow in IE8, and I feel that some low hanging fruit is there. My problem is that I really donโt know where to start, and what will work, and if there are red lambs that I donโt see. I need an experienced look.
Can someone help me in the right direction (I'm open to everything!)?
Slow page is here: slow page
PS. we run Rails 3.2
source share