I read a few questions regarding the Firefox "Script Stack Space Quota is Exhausted." The answers are usually "work with less data".
However, how much "JSON" data we process is not the issue. We created a very small template, then loaded over 700 products with that template without an issue.
The problem seem to be how much HTML is in the template (times the quantity of products).
In our case, it's how much html content is rendered with the Microsoft Templating plugin.
Is there some setting we could do within MS Template or Firefox's preferences to avoid the Script Stack error?