My web site extremely loading slow. Actually my image size and the other attachment's does not bother me. But when first loading, 4 sec later firefox start transferring data (It is occurred in 2-3 days, after routed second domain. I think it is not related but I just wanna add.
Is it related hosting/domain issue, or should I check DNS/nameserver settings?
Actually I want to get rid of first 4 blank image in the test results.
(My hosting's cpanel loads very fast. I think it is not hosting or domain related)
CodePudding user response:
- First you need to compress your image with any tools. for example use this site CompressJpeg.
- Secondly, do not the use png file until you don't need any transparency.
CodePudding user response:
Follow below step
- compress your content(images)
- put your script bottom of the HTML pages
- Do not use any CDN or CSS which means you can download and added that path on function.php.
- install any caching plugins
- use lazyload etc.