Releases: magehost/performance-dashboard
Releases · magehost/performance-dashboard
1.15.4 (2022-05-03)
1.15.3 (2021-08-26)
- Added MySQL default settings check
- Added move_script_to_bottom check
- Removed merge and bundling checks since they often hurt performance
1.15.2 (2021-07-23)
- Fixed logger path
1.15.1 (2021-07-15)
Made ElasticSearch check Magento 2.4 compatible
Added ElasticSearch check + improved DevDoc links
1.15.0 (2020-05-12)
- Added ElasticSearch check
- Improved DevDoc URLs
- Magento2 Coding Standard
Improved HTTP/2 check + less days Layout log
1.14.2 (2018-07-16)
- Added check if frontend is HTTPS, required for HTTP/2
- Added alternative way of checking HTTP/2
- Fixed config link on HTTP/2 check for HTTPS requirement
- Fixed #6: Lowered history for logging Non Cacheable Layouts to 3 days.
Added checks for HTTP/2
v1.13.0 (2017-12-31)
- Added check if web server is running HTTP/2
- Disabled checks for JS/CSS Bundling/Merging if on HTTP/2
- Fixes issue #4. Thanks to @JeroenVanLeusden for reporting.
Improved Composer + recognise db session storage
Updated docs
v1.12.1 (2017-10-14)
- Updated documents
- Bump version for resubmit to Magento Marketplace
Improvements, mostly for Magento 2.2
v1.12.0 (2017-09-25)
- Submitted to the Magento Marketplace for approval
- Links to DevDocs now contain the actual Magento version
- Magento 2.2: Removed dev/.../... config settings. Does no longer exist in production mode.
- Added DevDocs link explaining Cache types
- Moved ideas for future checks to Wiki
- Moved Development instructions to Wiki
- Using Magento's wrapper functions instead of
glob()
andfile()