I have enabled lazy loading of images on my WordPress website. Since I have enabled “cache everything”. The images are loaded during the initial page load. Is it possible to overcome this?
Is the wait time of the website resources based on CPU or RAM?
The “wait” time, or TTFB, is generally dependent on the speed of the processor. If the wait time is too high, it can mean that too much code is running on each page load or each page. This is generally due to too many WordPress plugins running code or calling external APIs while the page is loading.
However, a wait time of 7 milliseconds is amazing. You should only be worried if your wait time is >100-300ms.