Question

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?

Was it helpful?

Solution

Are you loading and displaying all 700 items at once? If not, you can just get the subset of the items for each page (or whatever) of items. If so, I'd recommend changing to a paged system. :P

OTHER TIPS

I had the same problem, and had to limit my results until I found a "sweet spot"...in my case, about 300 results.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top