Home > database >  My wordpress page extremly slow loading (first load waiting before transfer data)
My wordpress page extremly slow loading (first load waiting before transfer data)

Time:10-06

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?

PageSpeed Insights

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

  1. compress your content(images)
  2. put your script bottom of the HTML pages
  3. Do not use any CDN or CSS which means you can download and added that path on function.php.
  4. install any caching plugins
  5. use lazyload etc.
  • Related