Batched permission checks during page rendering
Previously, DekiScript rendering checked page permissions one page at a time, which was inefficient on pages with large navigation trees. Now, permission checks for known page IDs are batched into a single query ahead of rendering, which reduces SQL query volume and render time on pages with deep navigation or many related pages.