Skip to content

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

@westende

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() );

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