Questions tagged [mod-pagespeed]

The mod_pagespeed modules are open-source server modules that optimize your site automatically.

mod_pagespeed is an open-source module written by Google that automatically optimizes web pages and resources on them. It does this by rewriting the resources using filters that implement web performance best practices. Webmasters and web developers can use mod_pagespeed to improve the performance of their web pages when serving content from the server.

mod_pagespeed provides a pre-built binary package for HTTP server and a module for HTTP server.

mod_pagespeed includes several filter that optimize JavaScript, HTML and CSS stylesheets. It also includes filters for optimizing JPEG and PNG images. The filters are based on a set of best practices known to enhance web page performance. Webmasters who set up mod_pagespeed in addition to configuring proper caching and compression on their Apache distribution should expect to see an improvement in the loading time of the pages on their websites.

250 questions
0
votes
2 answers

Need to turn off ModPagespeed

I've been trying to turn off the ModPagespeed module for this site : http://www.mundo-satelital.com.ar , firstly through .htaccess ModPagespeed off And I also tried ModPagespeedDisallow * in place of…
mickadoo
  • 3,337
  • 1
  • 25
  • 38
0
votes
2 answers

mod_pagespeed breaks css links

I have a PHP script that scraps a page and rewrites it in a different way with a different layout etc. On the top of the PHP generated page I have a serie of . I've updated my server yesterday and today I've noticed…
Fez Vrasta
  • 14,110
  • 21
  • 98
  • 160
0
votes
1 answer

google pagespeed need to fix

I have a problem with google pagespeed. I was editing .php file with sublime text 2, and it installed pagespeed automatically. Before that my javascript and css files was look…
zgabievi
  • 1,162
  • 6
  • 28
0
votes
1 answer

Image optimization for Websites - mod_pagespeed X bulk optimize and replace source (trimage)

I have a couple of wordpress websites running on nginx with ngx_pagespeed (same as mod_pagespeed). It optimizes css, js, html and images and serve optimized resources from ram cache. So I am considering moving all media to another domain/server…
0
votes
0 answers

mod_pagespeed - fetching images and css under session scope

Is there a way to configure mod_pagespeed so that it can fetch contents that are under the session scope ? In my case the resources mapping logic resides in the tomcat layer and hence all the images are under the session scope. Since when pagespeed…
Shamis Shukoor
  • 2,515
  • 5
  • 29
  • 33
0
votes
3 answers

about mod_pagespeed & insights configuration

I just installed mod_pagespeed for apache on my VPS server. It has 2 GB RAM, and 2 2.6 Ghz CPUs. Everything is fine. But I can't configure filters to combine JS CSS files like: style.css&second_style.css_ etc. Here is my current pagespeed.conf…
Fatih Toprak
  • 1,097
  • 1
  • 19
  • 48
0
votes
1 answer

mod_pagespeed is not sending expected output with extended cache

For testing purposes, I have this in my Apache configuration: ... Header unset Etag Header set Cache-control "max-age=0, no-cache"
blitzmann
  • 7,319
  • 5
  • 23
  • 29
0
votes
1 answer

mod_pagespeed rewrite all images into data:image format

I'm using mod_pagespeed and I'm searching for a way to rewrite all images into data:image format. Currently only small images are being included. I can't find anything in the documentation.
teslasimus
  • 1,238
  • 5
  • 15
  • 23
0
votes
1 answer

ModPagespeed domain dynamic url in .htaccess

I'm currently using this snippet of code in my .htaccess for Pagespeed: ModPagespeedDomain cdn.example.com ModPagespeedMapRewriteDomain cdn.example.com *example.com I'd like something like this (Doesn't…
0
votes
1 answer

ModPagespeedDisallow - Internal Server error (Page speed)

I don't know why... but when i upgraded my "pagespeed" to version 1.3.. some features stopped.. ModPagespeed On ModPagespeedDomain http://www.domain.com # ModPageSpeedDisallow stopped :( # ModPageSpeedDisallow…
Eduardo Stuart
  • 2,869
  • 18
  • 22
0
votes
0 answers

Google mod_pagespeed combining and url rewriting

I fails to configure the module mod_pagespeed from google. There is my site's .conf: ServerName dev.a-very-new.com DocumentRoot "/var/www/a-very-new/web/" DirectoryIndex…
lionelp
  • 443
  • 1
  • 7
  • 21
0
votes
1 answer

mod-pagespeed and tree menu behaviour

We're having a very peculiar problem with a site that is using mod-pagespeed. Here's the link in question - http://www.microsemi.com/applications/ If you try to expand one of the sections by clicking on the '+' sign you need to click twice to open.…
Ashwin Date
  • 301
  • 1
  • 4
0
votes
1 answer

C++ std::bad_alloc from stack allocation?

We have a test in our code that tries to tickle a stack-overflow bug (in an old modified version of OpenCV). AFAIK, the test should SEGV if there is actually a stack overflow. One of our users is getting a test failure because of exception…
sligocki
  • 6,246
  • 5
  • 38
  • 47
0
votes
1 answer

mod_pagespeed is rewriting but not combining

I have the following problem. I installed mod_pagespeed but i am not getting the results i want! It does rewrite my css and changes the to the cache url but its not combining the css files. I have seached the web and stackoverflow for it but did…
Marc vd M
  • 354
  • 3
  • 11
0
votes
1 answer

How to disable encoding of images as "data:image/png;base64...."?

I Enable This Feature in my .htaccess file, to speed up the image load process and unable to figure it out how to disable it. My .htaccess file is. ModPagespeed on ModPagespeedEnableFilters…
Asim
  • 401
  • 1
  • 5
  • 17
1 2 3
16
17