The xenforo LSCache addon needs more love as I couldn't get my forum to reach more than 84 in google pagespeed, how to properly setup the pagespeed for my vhost?, I have read various manuals but could not get pagespeed in vhost to work in xenforo forums.
About pagespeed I have enabled for my vhost with the following settings :
Code:
pagespeed FileCachePath /tmp/lshttpd/pagespeed;
Pagespeed EnableFilters rewrite_css,combine_css;
Pagespeed EnableFilters recompress_images;
Pagespeed EnableFilters convert_png_to_jpg,convert_jpg_to_webp;
Pagespeed EnableFilters collapse_whitespace,remove_comments;
The FileCachePath is exist with folder permission set into nobody:nobody , restarted the lsws and still could not get
x-ls-pagespeed header displayed upon client's request, either using curl -s --head or chrome developer tools. I don't use any panel (Cpanel,etc) at all in my vps.