New to Kirby, a couple of performance questions if I may

i have created a very big page with kirby… 3000+ pages. no performance issues. but if you want to edit the pages in the panel you should split the pages to years/month folders or the sidebar of the panel slows down to a crawl. you should also avoid using filtering all pages (like $pages->index()->filterBy(…)) which will be to slow.