Understanding static page pre-rendering with dynamic data

This is probably a basic question for those with vue experience.

A static page has access to the collection item’s data and I guess that data is inputted into the static page when publishing and won’t need to be queried from the db when live.

If that static page also queries dynamic data. For example a related record from another collection (not the collection associated with the page), then is that being pre-pulled and published statically for each collection page during publishing? I see a surge in db requests at each publish.

Or is the page published statically with dynamic subcomponents placeholders that will render on a user’s page load?

I’m also hoping to understand how dynamic content in static pages affects publishing performance.

Honestly, no-one can answer this, other than the WeWeb team itself.

I think this would be the case.

I think it shouldn’t affect it.

1 Like