I tried removing the css styling and that did knock the render time down to ~5 minutes. Then I tried removing the <table class="administrationTable"> table and replacing everything in there to use divs instead, however that only knocked the time down 30 more seconds. I do need the css styling however. So I suppose my best option is probably to look into the parallel rendering at this point?