A website request means the data your browser asks for when visiting a website. The styles (CSS) and Javascript files, Images and videos are all requests. Each one of them gets called when a user visits a website.
The amount of requests is a good indicator to page speed. Close to 100 requests and you can guarantee your website will take seconds to load and be MB’s in size, 20 requests or less and you will have a quick webpage load speed.
Understandably some websites will naturally have high request counts such as forums, but through wise page sorting and delegating you should be able to keep it down at something decent (50 odd). Excess widgets and plugins can really hit home hard.
Some tips to minimize the effect request counts can have on your website would be to use a CDN to get lightning fast fetches and to store the requests at the same address, which comes with using a CDN. Combining files, compressing images, caching and minifying can also help the effects of a high request count.
If you want to see a websites request count and load speed simply open the Chrome or Firefox web developer tool panel, navigate to network and refresh the page to see the details.
A drained and empty Kennington reservoir images from a drone in early July 2024. The…
Merrimu Reservoir from drone. Click images to view larger.
Using FTP and PHP to get an array of file details such as size and…
Creating and using Laravel form requests to create cleaner code, separation and reusability for your…
Improving the default Laravel login and register views in such a simple manner but making…
Laravel validation for checking if a field value exists in the database. The validation rule…