Actually, static is better for SEO, as every page using a static collection will be pre-rendered (and you’ll be able to use the collection to create static collection pages).
Cached works like dynamic, but fetches data from our servers. It’s helpful when your backend has strong rate limits or slow response times (like Airtable).
@Quentin is there a limit to static pages? We’re building a directory-style site of events with dynamic information from a database. I would imagine we’d eventually have tens of thousands of static pages for historical reference on everything related to an event. Is that supported / is there a better way to do that? Load speed is of utmost importance for our users, as well as build / publish update time for us developing it long term.
Hey guys, thanks for the contribution. I seem to be having a similar issue when loading content on mobile/tab. The only difference from the suggestions provided so far to improve load times, seem to be that I use ImageKit as my CDN for the background images within my collection cards. The current behaviour is one that loads correctly, but when I start scrolling down, the entire site (except nav bar) appears white before they slowly start appearing after about 5-10 secs. Likewise, when I scroll back up, it has the same white bg effect.
Should I be doing some form of caching or dynamic loading or pagination? The current assumption is that each user could have about 10-15 of these cards on their page. With my test account, I am trying to load about 30 of these and I must say the experience is rather dismal.
Any help or tip is appreciated. Thanks in advance!