-
AuthorPosts
-
September 14, 2018 at 2:49 pm #1009897
Hey,
I am encountering a problem on my Enfold-installations – when uploading images via the dashboard (each already around 200KB, but resolution way above 1500x900px), the automatically scaled images, mostly the higher resolution ones, are actuially bigger in filesize than the sources. I tried already different images, jpg’s and png’s, and different programs to export them – but still the same problem. How is that possible, as it somehow doesn’t make sense to me? Hope somebody has an idea what could go wrong here and how to fix this.
Thanks and best regards,
eCSeptember 15, 2018 at 5:47 pm #1010194Hey eC,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoSeptember 18, 2018 at 1:28 pm #1011261Hi Nikko,
you can find the credentials in the private section. Please have a look at the five most recent images uploaded for test purposes in 09-2018.
Thanks a bunch and best regards,
eCSeptember 18, 2018 at 3:16 pm #1011337Hi eC,
Here is a thread for you to consider
Best regards,
VictoriaSeptember 18, 2018 at 3:57 pm #1011363Hi Victoria,
unfortunately this did not fix it – the filesizes remain the exact same after uploading the images.
Thanks and best regards,
eCSeptember 19, 2018 at 6:32 pm #1011969Hi eC,
Thanks for giving us admin access.
I have tested it and I’m not sure why it’s uploading a larger image size.
I already reported this to our devs to check further on the issue.Regards,
NikkoSeptember 25, 2018 at 3:49 pm #1014244Hi Nikko,
it’s been almost a week now – thus I wanted to catch up and ask if there were any new insights on this?
Thanks again,
eCSeptember 25, 2018 at 7:29 pm #1014414Hi eC,
We apologize for the inconvenience.
The issue posted is currently in the queue of things to be fixed and our devs are currently working on other issues/bugs that are reported first but rest assured that they are working hard to fix issues as soon as possible.
As a temporary solution, can you try to add this code at the bottom of functions.php:function av_return_100(){ return 80; } add_filter('jpeg_quality', 'av_return_100'); add_filter('wp_editor_set_quality', 'av_return_100');
Let us know if this helps.
Best regards,
NikkoSeptember 27, 2018 at 6:10 pm #1015419Hi Nikko,
thanks a bunch – it seems like this has resolved the issue. Could you explain what this exactly does in comparison to the regular behavior?
Thanks and best regards,
eCSeptember 28, 2018 at 12:23 am #1015553Hi,
Just a small update for the sizes, nothing else :)
Best regards,
BasilisSeptember 28, 2018 at 7:42 am #1015599i have on most my installations now:
function av_return_100(){ return 65; } add_filter('jpeg_quality', 'av_return_100'); add_filter('wp_editor_set_quality', 'av_return_100');
it seems that the 65 is nearby the Photoshop jpeg 35 til 45 % Quality
-
AuthorPosts
- You must be logged in to reply to this topic.