Skip to content

Garbage collection is never executed resulting in GB's of CSS and JS files #43

Description

@westende

In the GarbageCollector class garbage collection is executed when

get_option( self::$code, 0 ) <= time() - $this->offset

However self::$code is always updated resulting in the GarbageCollector never actually doing the necessary cleanup.

update_option( self::$code, time() );

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions