Search results

  1. A

    Server response time logged in log file is greater than TTFB shown in browser

    Hi, We need to log external application i.e lsphp response time. So we are using the following log format. logFormat %{Host}i %h %t %>s %O %D \"%r\" %{User-agent}i Where %D is reponse time in miroseconds. Here response time is 94221 micro seconds. So it is 94.22 milli seconds. But in...
  2. A

    mod_headers.c is not working

    Hi, I am trying to add the following code to the .htaccess but it is not working. I am using LScache plugin in Wordpress. <IfModule mod_headers.c> <FilesMatch "\.(html|htm)$"> Header set Cache-Control "max-age=600, must-revalidate" </FilesMatch> </IfModule>
Top