How to decrease your attachments folder by 50-80%

I've made a test with JPEGMINI on an image exported from Photoshop using Save for Web option. Tee original imag was 507.984 and the optimized one 333.090 so I think that that app is worth the price...
 
Still looking for an addon that can compress attachments as the user uploads them... and go through all existing attachments and compress them.
 
If you run this on the .data files, you'll get errors on the attachments.

1748_upload_2015-1-23_16-44-56.png


You need to figure a way to update the file size information in the database table for the attachments.

Any idea if the same is true for image proxy .data files?
 
On your server, within your XF attachments dir ...
Code:
find . -iname *.jpg -exec jpegoptim -p {} \;
Does xenforo store information about the filesize in its database? If not, this is the easiest approach.
 
hi guys

so the .data has been renamed .jpg
and i resize the image into smaller size.
i already uploaded the file back and rename to .data

now whats next step?
i have bd attachement store installed.

will bd attachment store rebuilds the resized image?

thanks
 
Hey Guys, i am working for compress images which need VPS (not through any third parties). I need some free users to testing it before release to community.
 
Top Bottom