Odd Firefox warning slangley  2014-07-09 15:54
Status: Closed
 
Have you seen this kind of warning in the console window of Firefox? (I'm running Firefox 27.0.1 on Linux):

An unbalanced tree was written using document.write() causing data from the network to be reparsed. For more information https://developer.mozilla.org/en/Optimizing_Your_Pages_for_Speculative_Parsing begin.view:50

Where this is line 50 in the begin.view page I'm looking at:

    <script src="/cpas/internal.min.js?2123703553" type="text/javascript"></script>

for:
   https://atlas.scharp.org/cpas/project/HVTN/begin.view?

Thanks.

Scott
 
 
Greg Taylor responded:  2014-07-10 15:14
Hi Scott,

Nope, we have not seen this warning in the console window of Firefox before. The warning shouldn't cause problems however and can safely be ignored. At this time, We are unsure of what could be creating an unbalance tree.

Greg
 
A-aron responded:  2014-07-11 10:44
Hey Scott,

I think a few of us have seen these. However, most development and support is focused for Chrome which supports our largest set of features and can handle areas like this better.

As noted in the mozilla url, we are probably writing some output to the dom using document.write() and as such mozilla performance suffers. If you are doing any type of work where the browser performance is a significant hurdle, it is suggested that you use Chrome.

If this particular issue warrants further investigation please let us know and I will open an issue to myself on this.

Thanks,

-Aaron