-
Notifications
You must be signed in to change notification settings - Fork 1
Releases: pressidium/pressidium-performance
Releases · pressidium/pressidium-performance
1.1.0
@over-engineer
over-engineer
d1e379a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- Fix an issue where the Logs tab was failing to load entirely if the log file was too large
- Fix an issue where deleting an attachment that was scheduled for optimization could cause the process to get stuck
- Fix an issue where expired minified files were repeatedly refetched when their content was unchanged
- Fix an issue where optimizing images on sites with a large number of attachments in their Media Library could cause memory exhaustion errors
- Improve background process logging
- Introduce a new background process to revert optimized images back to their original state
- Introduce a new "Debug mode" option to log detailed information to a log file for troubleshooting (disabled by default)
- Log to server error logs instead of a custom log file by default to limit filesystem I/O
- Store in object cache the URLs of CSS and JavaScript files that should not be minified at all to prevent them from being repeatedly evaluated on every request
- Clean up expired minified files after a grace period to prevent files from accumulating on the filesystem
Assets 3
1.0.1
@over-engineer
over-engineer
47d537e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- Fix an issue where original images were overwritten when the source and target formats were the same
- Fix an issue where original images remained on the filesystem as orphaned files when optimized images were deleted from the Media Library
- Fix an issue where optimizing images resulted in double slashes in
srcsetattributes
Assets 3
1.0.0
@over-engineer
over-engineer
38531c0
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- Initial version