You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a form that has a secondary instance
And multiple XPath queries against that secondary instance with a common subexpression
Then queries after the first should be faster than the first
There could be limitations to what kinds of expressions can benefit from the intervention (e.g. only single equality predicates such as name=${selected})
The text was updated successfully, but these errors were encountered:
Given a form that has a secondary instance
And multiple XPath queries against that secondary instance with a common subexpression
Then queries after the first should be faster than the first
select-from-file-50k.xlsx with external secondary instance external.csv (GSheets source) is big enough to take noticeable time on most devices.
There could be limitations to what kinds of expressions can benefit from the intervention (e.g. only single equality predicates such as
name=${selected}
)The text was updated successfully, but these errors were encountered: