Michael Dale schreef:
its just for search results so maybe just the into paragraph? or maybe you could request either?
Dian mentioned merging it all as a single request but that would be pretty resource intensive and have pretty low cache hit rate. I foresee the use case eventually being fairly high traffic.
Actually, it wouldn't have a low cache hit rate if you're parsing multiple entire pages at once. Each page would be parsed separately, which means cached pages are served from cache and the rest is parsed right then and there. Since we're talking about current revisions, cache hit rate will actually be pretty high.
Roan Kattouw (Catrope)