Page Views seem to register 10x higher

When I view my app (and I know I am the only one viewing it) the metrics page will show 100’s of page views in that hour. See screenshot below.

The app is primarily built as a single page app so each click shouldn’t be registering a new page view. I was troubleshooting something so the occasional refresh happens and lots of clicking around. I wouldn’t be surprised if there were 40 unique page views in that time. But >400 seems impossible.

Screenshot 2024-07-17 at 9.26.28 AM

It seems like this is unique to my views on my machine. When others are viewing or running workflows (see small spikes at beginning of the chart) it doesn’t seem to be registering such high page views but when I (the primary developer) view it, the views sky rocket.

This also seems to quickly create WU spikes and things get a little slow.

Any ideas?

1 Like

This application does use a lot of reusables.

Does having a reusable load count as a page load. If so it might make sense that one page load is actually 10 different page loads happening at once.

Yes, sir … I think it can some time, like if the redirect is use a on page load, or moving refreshing a lot.

you can also narrow down the log to the most call workflow. to get an better idea, why its happening ?

kindly share what you find, so it be helpful to community.

This topic was automatically closed after 70 days. New replies are no longer allowed.