import ProLabel from '../buttons/ProLabel'; const PageSpeedTrackingHelp = () => { return (
Page Speed Tracking (Load Time)
The Page Speed Tracking feature allows you to monitor the load time of your website pages. It uses the event name page_load_time{' '} to help you analyze the performance of your website. To enable this feature, you need to toggle the option. Tracking Load time will help you understand how your website performs and how individual pages compare to each other. This will help you identify slow pages and optimize them to improve the user experience. After enabling the feature, head over to Google Analytics and create the "page_load_time" custom metric. You can find the instructions here: Page Speed Tracking in Google Analytics Click here to learn more about Page Speed tracking.
); }; export default PageSpeedTrackingHelp;