<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Implementing Pagination for ActivityPub Collections]]></title><description><![CDATA[<p dir="auto">I wrote up some recommendations about implementing paginated collections.</p>
<p dir="auto"><a href="https://ghost.evanp.me/implementing-pagination-for-activitypub-collections/" rel="nofollow ugc">https://ghost.evanp.me/implementing-pagination-for-activitypub-collections/</a></p>
<p dir="auto">tl;dr (read the full article for the whys):</p>
<ul>
<li>Have big pages – 128 or 256 items per page.</li>
<li>Inline the items for small collections.</li>
<li>If you're already using offset pagination, change to cursor pagination ASAP.</li>
<li>If you're implementing from scratch, consider using bucket pagination.</li>
</ul>
]]></description><link>https://fedi.wiki/topic/b10972d4-c4cf-4d71-8be1-08cfaad824c5/implementing-pagination-for-activitypub-collections</link><generator>RSS for Node</generator><lastBuildDate>Tue, 25 Aug 2026 08:08:34 GMT</lastBuildDate><atom:link href="https://fedi.wiki/topic/b10972d4-c4cf-4d71-8be1-08cfaad824c5.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 15 Aug 2026 22:10:44 GMT</pubDate><ttl>60</ttl></channel></rss>