While editing the long FAQ, I noticed that many automatic titles of raw links are not shown in the preview.
On page load I see a single XHR that, for example, includes question id 11740. But 11740 is not in the results, unless I replay that request and limit the number of ids. It seems the results are paginated, but no additional Ajax calls are made to get the 2nd and 3rd set:
apiCallbacks["meta.stackoverflow.com"]({
"total": 63,
"page": 1,
"pagesize": 30,
"questions":
[...]
(After page load, when chancing the troublesome URLs, I'm not seeing new Ajax calls for the troublesome URLs — but I guess that's just caused by some caching you're doing? Nice! Same results in Safari, Firefox and Chrome on a Mac.)
status-bydesign! – Arjan Mar 15 '11 at 13:36