database disk full problem on scheduled opt.
-
Hi, I run a website with over 150.000 posts and about 180k images.
I find the tool interesing and usable, the problem is with cron/scheduled optimization. The process that keeps optimized images data as serialized array in options table seems to overload my sql server.
I have checked with my hosting company and they say that the problem is in this:UPDATE
wp_options
SEToption_value
=
‘Huuuuuge serialized array with attachment ids and urls of optimized images’
WHEREoption_name
= ‘ewww_image_optimizer_aux_attachments’Can you help me with the settings, so I could do this without huge SQL server load?
Is it posible just to optimize pictures on upload, without database updates?
What is this option doing anyway and what would happen if I just remove/change the lines that update and check the “ewww_image_optimizer_aux_attachments” option?btw, the option that locked my server is scheduled optimizing for the last two folders of wp gallery.
Thanks in advance.
- The topic ‘database disk full problem on scheduled opt.’ is closed to new replies.