Reduce server response times (TTFB)

Discussion in 'Programming' started by claud saille, Feb 13, 2020.

  1. #1
    I am trying to improve the loading time of the website apprentus notament site on mobile but I cannot understand this error ( Reduce server response times (TTFB) ) , what is it and how can I improve it
     
    claud saille, Feb 13, 2020 IP
  2. stephan2307

    stephan2307 Well-Known Member

    Messages:
    1,277
    Likes Received:
    33
    Best Answers:
    7
    Trophy Points:
    150
    #2
    This is the time it takes from sending the request to the server until the server responds with something.

    There isn't a silver bullet to fix this as every website is different but things you need to look at are things like

    - slow and/or unnecessary queries
    - is caching set up correctly
     
    stephan2307, Feb 13, 2020 IP