I'm building a custom navigation for SP2013 that uses termstore to manage the menu items reasonably. This technet article covers basic termstore limitations, but it doesn't touch on the following problem:
How many items can I reasonably expect to query from the termstore?
Currently, as it's a tree-like navigation, I request items recursively, going breadth-first, asking all the items at level 1, then all the children for those items, then the grandchildren and so forth.
What I've noticed is, however, that past a certain point (as an example, asking for 200 items at the same time), I don't get a response at all. Inspecting the network tab doesn't reveal any pending requests, it seems almost as-if executeQueryAsync is failing silently at some point.
What could be the reason and how many items can I reasonably query at the same time (from termstore and in general)?

0 commentaires:
Enregistrer un commentaire