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

71 questions
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
  • 10
2
votes
2 answers

Mod_pagespeed, Varnish and Apache cache issues after new code pushes

I have a rather strange issue. In my environment we are running a load balanced cluster of 8 apache servers with a master-master MySQL backend. In front of apache we have Varnish in the cache layer. We have been running Apache mod_pagespeed for…
WerkkreW
  • 5,969
  • 3
  • 24
  • 32
2
votes
0 answers

Pagespeed delivers content with gzip header but not gzip content all out of nowhere?

All out of nowhere our website did not longer load CSS. The Chrome browser console showed Error 330 (net::ERR_CONTENT_DECODING_FAILED) With the httpie tool a similar error: $ http…
Alex
  • 676
  • 1
  • 14
  • 37
1
vote
0 answers

Does mod_pagespeed use Elacticache Cluster Client? Or do we have to manually keep a list of nodes?

I've searched a lot for this, but couldn't find anything. The documentation (https://www.modpagespeed.com/doc/system#memcached) also does not specify anything regarding the same. I'm using mod_pagespeed on apache server, and I have a memcached…
1
vote
0 answers

Nginx pagespeed cache error

my nginx server is running with pagespeed but every day I have some problems with cache. The problem is that after some time the scripts loaded in my site returns 404 error. When i look into the cache directory I find a new file named !clean!time!,…
MarBer
  • 111
  • 2
1
vote
1 answer

mod_pagespeed setup for SSL offloading

On our Apache web server cluster, we have mod_pagespeed setup with memcached and domain sharding to cookieless domain. Our web servers sits behind a loadbalancer with non-sticky sessions, and SSL offloading. With SSL offloading the loadbalancer…
Phliplip
  • 541
  • 8
  • 22
1
vote
1 answer

Nginx installed twice while trying to install google pagespeed

I am not an expert in linux/ubuntu.. just know the absolute basics following whatever I've read on stackoverflow. I was trying to install pagespeed (upon nginx) on my EC2 server following the steps that are given here:…
1
vote
0 answers

I am trying to get centOS pagespeed apache2 module to run with SSL but it doesn't seem to be working

I have installed pagespeed module for httpd on centOS, finally I got it to work with http, but I still haven't managed to get it directing for ssl's, I've added the ssl cert dir path and .pem path, and from what I can tell have written everything…
ireply
  • 11
  • 1
1
vote
1 answer

html5 video tag cache

We run a pretty vanilla Centos 7 LAMP server ( Apache 2.4 with mod_pagespeed PHP 5.6, MariaDB 5.5 ), and recently started embedding html5 videos on the background of some pages as per code:
1
vote
3 answers

How to configure HTTPS Nginx + Pagespeed + Varnish + Apache?

I currently have the following set-up: Nginx (https) => ssl offloaded => Varnish (http) => Apache (http) I want to add mod_pagespeed or nginx pagespeed in the mix. Any ideas where to add it? Should I look into adding pagespeed to Apache or to…
Milan Simek
  • 111
  • 4
1
vote
0 answers

mod_pagespeed css shown render blocking?

I've already found this topic concerning my problem and figured out Google is about to discuss a fix of the blocking js. However, could somebody please check out my client's site squarecard.de with Google Pagespeed and explain what else is going…
1
vote
1 answer

Recommended config for pagespeed reverse proxy server with apache

I'd like to setup server to use pagespeed reverse proxy server with apache for several sites which cannot run pagespeed on their origin. It seems I should be able to create a VirtualHost for each site and use ModPagespeedMapProxyDomain to specify…
Quinn Comendant
  • 548
  • 2
  • 17
1
vote
2 answers

OPcache breaks phpBB registration

I don't know what happended, but whenever a user tries to register himself on one of my phpBB forums nginx throws 502 Bad gateway, but if I disable OPcache everything works fine. This is the error log from php-fpm: WARNING: [pool www] child…
Octfx
  • 283
  • 1
  • 2
  • 7
1
vote
4 answers

Errors when Compiling Nginx with Pagespeed on CentOS 7

I am trying to compile Nginx with Pagespeed from source and I am having a hard time trying to resolve the not found errors I am seeing when I add the configure settings. This is my configure settings: I am using CentOS 7 - 64 bit Configure…
Neel
  • 1,441
  • 7
  • 21
  • 35
1
vote
1 answer

How to upgrade ngx_pagespeed in production server?

I have a LEMP set-up in CentOS 7. I am planning to install the ngx_pagespeed module to it. When I was reading through the docs I came to realise that unlike Apache, I cannot install this module dynamically with Nginx. So from my understanding, I now…
Neel
  • 1,441
  • 7
  • 21
  • 35