Project

General

Profile

Actions

Bug #5726

closed

Large amount of conditions causes massive page load times

Added by krileon about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
20 January 2016
Due date:
% Done:

100%

Estimated time:

Description

This is due to .change() being used to trigger the initial conditions. The problem with that is it bubbles up the entire DOM chain and is really slow. What it needs to do is actually just call the conditionElement function on the target directly to do the initial conditioning properly.

Actions #1

Updated by krileon about 8 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF