I suggest that you set a custom time point, for example: when the content under a certain div has finished loading, it can be considered as the time when the final rendering is complete. You can then use JavaScript to listen for whether it has finished loading, in order to track the total loading duration. If you have any other questions regarding performance, you can refer to this article.