Page loading refers to how quickly your content is displayed when a user visits a page on your site.
The different ways to optimize assets loading are:
- Minimize HTTP requests
- Utilize Content Development Network (CDN) and remove unused scripts/files
- Compress images and optimize files
- Caching data to the browser
- Reducing redirects to multiple pages
- Use asynchronous loading and delay loading for CSS and JavaScript files
- Minify (removing unnecessary characters, spaces comments, and any not required elements to reduce the size of the files) CSS, JavaScript, and HTML
- Remove unnecessary plugins