Maximum call stack size exceeded – js frontend event causes performance issue
-
When a single product page which has elements with [data-is_pricing_rules=yes] attributes, a JS error is produced (in Chrome, at least):
Uncaught RangeError: Maximum call stack size exceeded
An event is triggered repeatedly until Chrome stops it executing, causing the page’s performance to suffer.
The event is handled in wcff-client.js line 53:
$(document).on("change", "[data-is_pricing_rules=yes]", function(e) { self.update_negotiate_price( $(this) ); });
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Maximum call stack size exceeded – js frontend event causes performance issue’ is closed to new replies.