Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Support random dropping of expensive rewrites #719

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 4 comments
Closed

Support random dropping of expensive rewrites #719

GoogleCodeExporter opened this issue Apr 6, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Image rewrites are CPU intensive.  For some large sites with many images, some 
images are frequently fetched while the majority of images are infrequently 
fetched.  Optimizing every image can be wasteful for images that are unlikely 
to be fetched again soon.  

Keeping track of frequency counts for every image is a memory and complexity 
burden.  Instead, we should support random drops of image rewrites, which is 
stateless.  For instance, if 90% of image rewrites are dropped, then there is a 
10% chance of optimizing an image fetched only once, but a 99% chance of 
optimizing an image fetched 50 times. 

Original issue reported on code.google.com by jkar...@google.com on 5 Jun 2013 at 1:19

@GoogleCodeExporter
Copy link
Author

[deleted comment]

1 similar comment
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

A new option, ModPagespeedRewriteRandomDropPercentage has been added.  

A value of 100 means that all image/CSS rewrites are dropped and a value of 50 
means that half of them are.  All images within an optimized CSS file will be 
optimized to prevent partial CSS rewrites.

This feature will be available in the next release.

Original comment by jkar...@google.com on 11 Jun 2013 at 5:11

  • Changed title: Support random dropping of expensive rewrites

@GoogleCodeExporter
Copy link
Author

Original comment by jkar...@google.com on 13 Jun 2013 at 1:32

  • Added labels: Milestone-v29
  • Removed labels: Milestone-v27

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant