• Hi. How can I reduce TTFB, Eliminate Render Blocking resources and Reduce unused javascript? I have enabled crawler. I am also using Javascript/CSS minify/combine.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Muhammad Junaid

    (@mj00712)

    Report number: GJUJLAZO

    You already use everything what is good for a good TTFB, but a TTFB always depends on the location where your server is located and from where a user requests your page. For this you already use a CDN, so nothing more can be done.

    The best method to eleminate render blocking resources and unused Javascript, is to remove everything what is not needed. If this is not possible use async/defer loading of such resources. The main problem of your page is caused by many and too much requests to external hosts like Google for Analytics. Remove it and you will extra speed! Guaranteed!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce TTFB’ is closed to new replies.