Questions tagged [mod-pagespeed]

PageSpeed Module speeds up your site and reduces page load time. This open-source webserver module automatically applies web performance best practices to pages and associated assets (CSS, JavaScript, images) without requiring that you modify your existing content or workflow.

PageSpeed Module

PageSpeed speeds up your site and reduces page load time. This open-source webserver module automatically applies web performance best practices to pages and associated assets (CSS, JavaScript, images) without requiring that you modify your existing content or workflow.

Features

  1. Automatic website and asset optimization
  2. Latest web optimization techniques
  3. 40+ configurable optimization filters
  4. Free, open-source, and frequently updated
  5. Deployed by individual sites, hosting providers, CDNs

for more details https://developers.google.com/speed/pagespeed/module

70 questions
6
votes
1 answer

How to get Mod_pagespeed to output compressed (gzip) css?

Ubuntu 14.04 Apache 2.4.7 php-FPM 5.5.9 Using latest stable Pagespeed Module for Apache (1.9.32.3-4448). I'm in the process of optimizing a WordPress website for speed (bandwidth and rendering). Mod Deflate is set up. A plugin (Better Wordpress…
pixeline
  • 658
  • 3
  • 12
  • 29
6
votes
0 answers

How to Build nginx 1.4.0 and ngx_pagespeed in Ubuntu/Debian?

How to Build nginx 1.4.0 and ngx_pagespeed in Ubuntu Create a directory to download necessary packages (optional) : mkdir pagespeed && cd pagespeed Make sure that you have latest version of nginx, I recommend using nginx repo. To add nginx repo…
PePe
  • 69
  • 1
  • 4
3
votes
0 answers

Optimal server stack for Wordpress

There are numerous tutorials/articles(some even with benchmarks) on how to create an optimized stack to run Wordpress(or any dynamic site, for that matter). The site doesn't get frequently updated(best case scenario one article per week), so a long…
3
votes
1 answer

How to make varnish 4.0 work with nginx and pagespeed

I am trying to setup Varnish 4 + Nginx with mod_pagespeed. I am using the following config for Varnish 4 as per this document : https://developers.google.com/speed/pagespeed/module/downstream-caching The config I am using gives no errors, but I get…
Pyth Phytho
  • 63
  • 1
  • 2
  • 8
3
votes
2 answers

Remove "X-Page-Speed" version from headers in ngx_pagespeed

I have compiled ngx_pagespeed, but forgot to remove the version number. Is there any way to overwrite/delete/hide them? Apache has feature to 'unset' them, but I couldn't find anything similar for nginx. Perhaps I do not know how to use headers…
Dzh
  • 195
  • 1
  • 7
3
votes
3 answers

apache : disable mod_deflate - [error] an unknown filter

I am running apache with mod_pagespeed on fedora (14), and I am getting the error message: [error] an unknown filter was not added: DEFLATE a lot. I know this is because mod_deflate is not loaded, but that's good, I don't want to load it (the load…
CodeMonkey
  • 173
  • 1
  • 2
  • 7
2
votes
2 answers

Nginx - enable download of multimedia file instead of streaming?

I am trying to enable multimedia (Mp3 and Mp4) file downloads on my newly setupped nginx/1.17.6 using HTTP2 server but the file started streaming instead of downloading. Here is my nginx.conf file: user www-data; worker_processes auto; error_log …
user343272
  • 46
  • 1
  • 3
2
votes
1 answer

Nginx cache-control / expire headers will just not work

I've searched everywhere for a working answer to this issue, but none of the answers seem to work. I'm also sorry for the super long post but I just need to ask for help on this. I've tried to be as detailed as possible. I have an nginx webserver…
2
votes
1 answer

How to completely remove Mod Pagespeed from Ubuntu 16.04

I have previously installed mod pagespeed on my apache2 but because it doesn't feels like the way I want it.. website ends up slower than I want it to be, I end up remove it using apt-get autoremove. However, I notice that the following are still…
Someone Special
  • 171
  • 2
  • 8
2
votes
0 answers

CentOS 7: Nginx systemctl hangs on start, why?

I compiled nginx with pagespeed and made the nginx.service file in /usr/lib/systemd/system/nginx.service but when i try to do systemctl start nginx it just hangs, nginx does start but systemctl hangs. I have to use ctrl+c to get out.
Mehul
  • 131
  • 4
2
votes
2 answers

Nginx Pagespeed does not Combine or Minify JS or CSS

I am using Mod_Pagespeed Filters for Nginx and the combine and minify javascipt or css is not working. I checked everything and could not find the reason: 1) There are no errors in the error log 2) Pagespeed works cuz its able to…
Neel
  • 1,421
  • 7
  • 21
  • 35
2
votes
3 answers

Adding PageSpeed Module to installed nginx

I like to add the Google PageSpeed Module to my nginx webserver on Ubuntu. This link gives a simple overview https://developers.google.com/speed/pagespeed/module/build_ngx_pagespeed_from_source?hl=de but it only covers the case when you install…
paskster
  • 301
  • 5
  • 12
2
votes
1 answer

mod_pagespeed own js and css render blocking

My mod_pagespeed gives a lower score because it's own js and css are render blocking. Given that the tool is designed to speed up, not slow down, I don't think this is desired behavior by design. Has anyone come across this before? Here are the…
Vlad
  • 61
  • 2
  • 8
2
votes
0 answers

Mod_pagespeed with Zend Framework gives 404

I am expiering some problems with the Google's Apache mod_pagespeed module to combine css, js, etc. During the last months I developed a new version of our software based on Zend Framework. I just installed mod_pagespeed and it doesn't seem to…
2
votes
1 answer

apache2 access log , thousands of logs from the IP of the same server

I was Trying to read the apache access log for my vps 1.1.1.173 server and i have found something wired , it has almost 98% of the requests from same IP address of the vps here is an example of logs 1.1.1.173 - - [02/Feb/2012:16:39:58 +0400]…
tawfekov
  • 195
  • 8
1
2 3 4 5