roborourke / wp-less

Provides a LESS compiler compatible with wp_enqueue_style() for rapid CSS development in themes and plugins.
MIT License
217 stars 55 forks source link

WP Less Garbage Collection bloating DB #59

Closed WazzaJB closed 10 years ago

WazzaJB commented 10 years ago

Hi there,

I have been using WP-Less for a while, and this issue has plagued me. For some reason the database is getting bloated in wp_options under the cron field, a serialized array is getting ridiculously large because of a 'wp-less_garabage_collection' value that is constantly being added.

This is actually forcing WordPress to crash under a "maximum execution time exceeded".

Thanks!

roborourke commented 10 years ago

This is referring to the WP-Less plugin by oncletom: https://github.com/oncletom/wp-less