- 🚀 Speed up initial generation of /amp/ content with many images - Kevin Ansfield
- 🐛 Fixed redirects to absolute URLs (#10777) - Timothy Stapleton
You can see the full change log for the details of every change included in this release.
Tag Name: 2.23.4
Release Date: 6/11/2019
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Ghost 2.23.4 is a maintenance release that significantly improves AMP page generation performance and fixes a critical redirect issue. This update focuses on performance optimizations, bug fixes, and architectural improvements that enhance the platform's reliability and speed, particularly for sites with image-heavy content.
No migration steps are required for this update. This is a drop-in replacement that can be installed using your normal update process.
This update is recommended for all Ghost users, especially those with:
{{#get}} helper extensivelyThe performance improvements and bug fixes provide meaningful benefits with no breaking changes, making this a safe and valuable upgrade.
This release fixes an issue where redirects to absolute URLs (those including a host/domain) were incorrectly modified with the site's subdirectory path. Now, when a redirect's "to" property includes a host, Ghost will:
This resolves issues where external redirects would fail or redirect to incorrect URLs.
Ghost now includes a new performance monitoring feature for the {{#get}} helper, which can identify slow operations that might impact site performance:
{{#get}} operations exceed a configurable time threshold (default: 200ms){
"logging": {
"slowHelper": {
"level": "warn",
"threshold": 200
}
}
}
This feature helps theme developers and site administrators identify and fix performance bottlenecks in themes, particularly those using limit="all" or other operations that might fetch large amounts of data.
No security fixes were included in this release.
Ghost 2.23.4 significantly improves the performance of AMP page generation, especially for content with many images:
These improvements reduce the time required to generate AMP pages, particularly for image-heavy content, resulting in faster page loads and better user experience.
Ghost 2.23.4 delivers important performance optimizations and architectural improvements that enhance the platform's reliability and speed. The AMP content generation improvements will be particularly noticeable for sites with image-heavy content, potentially reducing page generation times significantly.
The addition of performance monitoring for the {{#get}} helper provides developers with valuable insights to optimize theme performance, which can lead to better overall site speed. This is especially important for sites with large amounts of content where inefficient theme code can cause performance bottlenecks.
The architectural improvements, including moving components to the Ghost SDK, continue Ghost's journey toward a more modular codebase with clearer separation of concerns. This benefits the long-term maintainability of both Ghost core and custom themes.
Overall, this release represents a solid maintenance update that improves performance and reliability without introducing breaking changes.
You can see the full change log for the details of every change included in this release.