What are the rules for counting Visual Views?

I’m currently facing an issue with using SSG. Due to caching, the page doesn’t get updated immediately after publishing. It may require a hard reload or some waiting time. How can I ensure the page gets updated every time after publishing?

PS: It seems that requesting fetchOneEntry with options: { cachebust: true, noCache: true } can fetch the latest version, but this would increase the load on the Visual View.