From 68873f367ff92ffaf71d18ba64fc53acdbcf3efe Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Sun, 14 Jun 2020 03:41:35 +0200 Subject: [PATCH] Add paragraph about serverside rendering to README (#4841) * Add paragraph about serverside rendering to README * Update readme.md A few tweaks to wording and "unpacking" of LCP acronym. * Update readme.txt A few tweaks to wording and "unpacking" LCP acronym. * Improve SSR description Co-authored-by: Alberto A. Medina Co-authored-by: Weston Ruter --- readme.md | 2 +- readme.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 92a923eba65..30b73717eaa 100644 --- a/readme.md +++ b/readme.md @@ -24,6 +24,7 @@ Features and capabilities provided by the plugin include: - **Core Theme Support**: enabling AMP compatibility for all core themes, from Twenty Ten all the way through Twenty Twenty. - **Compatibility Tool**: when automatic conversion of markup to AMP is not possible, debug AMP validation errors with detailed information including the invalid markup and the specific components responsible on site (e.g theme, plugin, embed); validation errors are shown contextually with their respective blocks in the editor. - **CSS Tree Shaking**: automatically remove the majority of unused CSS to bring the total under AMP's 75KB limit; when the total after tree shaking is still over this limit, prioritization is used so that the all-important theme stylesheet important is retained, leaving less important ones to be excluded (e.g. print styles). +- **Server-side Rendering**: integrated PHP-port of the [AMP Optimizer](https://github.com/ampproject/amp-toolbox/tree/master/packages/optimizer) providing automated [server-side rendering](https://amp.dev/documentation/guides-and-tutorials/optimize-and-measure/server-side-rendering/) of AMP pages, drastically improving the [Last Contentful Paint](https://web.dev/lcp/) (LCP) metric. Please note that the [Stories](https://amp.dev/about/stories) experience has been removed from the AMP plugin in favor of the feature being released as a standalone plugin. It will be available soon! @@ -104,4 +105,3 @@ If you are a developer, we encourage you to [follow along](https://github.com/am ## Changelog ## For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/ampproject/amp-wp/releases). - diff --git a/readme.txt b/readme.txt index 4b37cadbed3..31b2ade448d 100644 --- a/readme.txt +++ b/readme.txt @@ -20,6 +20,7 @@ Features and capabilities provided by the plugin include: - **Core Theme Support**: enabling AMP compatibility for all core themes, from Twenty Ten all the way through Twenty Twenty. - **Compatibility Tool**: when automatic conversion of markup to AMP is not possible, debug AMP validation errors with detailed information including the invalid markup and the specific components responsible on site (e.g theme, plugin, embed); validation errors are shown contextually with their respective blocks in the editor. - **CSS Tree Shaking**: automatically remove the majority of unused CSS to bring the total under AMP's 75KB limit; when the total after tree shaking is still over this limit, prioritization is used so that the all-important theme stylesheet important is retained, leaving less important ones to be excluded (e.g. print styles). +- **Server-side Rendering**: integrated PHP-port of the [AMP Optimizer](https://github.com/ampproject/amp-toolbox/tree/master/packages/optimizer) providing automated [server-side rendering](https://amp.dev/documentation/guides-and-tutorials/optimize-and-measure/server-side-rendering/) of AMP pages, drastically improving the [Last Contentful Paint](https://web.dev/lcp/) (LCP) metric. Please note that the [Stories](https://amp.dev/about/stories) experience has been removed from the AMP plugin in favor of the feature being released as a standalone plugin. It will be available soon!