-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some files become larger after compression/transcoding #30
Comments
I agree. I also face the very same problem. |
Could you share which pages exhibit these symptoms so we can track them more precisely? |
You can check http://en.simplesite.com/, which is a simple HTTP served page.
|
This seems to be fixed in the current version of compy. I just checked the logs of my compy server and there are no percentages above 100. I also visited http://en.simplesite.com/ and there is nothing over 100%. -> Issue can be closed IMHO |
Well, it would be nice to track down which commit fixed the issue. Also, http://en.simplesite.com is not the same as it was in 2017... And, I don't really use compy anymore, as mobile data has become dirt cheap for me! |
I was testing Compy on some http websites and I am getting some strange numbers for the "amount transcoded" report. Example:
2017/10/03 07:53:27 transcoded: 53 -> 77 (145.3%)
2017/10/03 07:53:27 transcoded: 61 -> 74 (121.3%)
2017/10/03 07:52:56 transcoded: 61 -> 74 (121.3%)
2017/10/03 07:52:56 transcoded: 69 -> 93 (134.8%)
2017/10/03 07:52:28 transcoded: 0 -> 23 (+Inf%)
@gaul mention:
Perhaps a conditional statement could be included, such as "if x is this small or smaller then bypass transcoding/compression, else transcode/compress"?
The text was updated successfully, but these errors were encountered: