-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standardize structure for Site Health reports #229
Comments
Just noting that I'm happy to help with updating language! |
Thanks, That would be really helpful @bethanylang |
Yeah agreed @mitogh we could probably use some direction from: https://github.com/GoogleChrome/lighthouse/blob/master/docs/plugins.md#audit-titles |
Just adding this to the Site Health project. |
@mitogh @manuelRod My thoughts on how to better align the language on each of the four Site Health checks that we have so far are below. I tried to answer the questions that Cris noted above as well as align with the "voice" in the core messages. If I thought that the item title (e.g. Autoloaded options) should also be updated, I've noted that, as well. I don't feel comfortable updating these myself in the code, so if these look good to you, could one of you submit PR(s) with these changes? Let me know if you have any questions! Audit Enqueued AssetsOpened a separate issue for this as it will require some more discussion: #267. Autoloaded OptionsNote that this will also need to be updated to add in documentation in #234. If acceptableCurrent title: Autoloaded options New title: Autoloaded options are acceptable Current description: The amount of 269 autoloaded options (size: 121 KB) in options table is acceptable. New description: Autoloaded options are configuration settings for plugins and themes that are automatically loaded with every page load in WordPress. Having too many autoloaded options can slow down your site. Your site has [number] autoloaded options (size: [size]) in the options table, which is acceptable. If not acceptableCurrent title: Autoloaded options New title: Autoloaded options could affect performance Current description: Your website uses [amount] autoloaded options (size: [size]). Try to reduce the number of autoloaded options or performance will be affected. New description: Autoloaded options are configuration settings for plugins and themes that are automatically loaded with every page load in WordPress. Your site has [number] autoloaded options (size: [size]) in the options table, which could cause your site to be slow. You can reduce the number of autoloaded options by cleaning up your site's options table. WebP SupportNot enabledCurrent description: WebP image format is used by WordPress to improve the performance of your site by generating smaller images than it usually could with the JPEG format. This means your pages will load faster and consume less bandwidth. Please contact your host and ask them to add WebP support. New description: The WebP image format produces images that are usually smaller in size than JPEG images, which can reduce page load time and consume less bandwidth. WebP support can only be enabled by your hosting provider, so contact them for more information. EnabledCurrent description: WebP image format is used by WordPress to improve the performance of your site by generating smaller images than it usually could with the JPEG format. This means your pages will load faster and consume less bandwidth. New description: The WebP image format produces images that are usually smaller in size than JPEG images, which can reduce page load time and consume less bandwidth. Persistent Object Cache Health CheckNeededCurrent description: WordPress performs at its best when a persistent object cache is used. A persistent object cache helps to reduce load on your SQL server significantly and allows WordPress to retrieve your site's content and settings much faster. Speak to your web host about what persistent object caches are available and how to enable them. Your host appears to support the following object caching services: [caching service(s)]. Learn more about persistent object caching. (opens in a new tab) New description: A persistent object cache makes your site's database more efficient, resulting in faster load times because WordPress can retrieve your site's content and settings much more quickly. Your hosting provider can tell you if persistent objects caches are able to be enabled on your site. Your host appears to support the following object caching services: [caching service(s)]. Learn more about persistent object caching. (opens in a new tab) Not neededCurrent description: WordPress performs at its best when a persistent object cache is used. A persistent object cache helps to reduce load on your SQL server significantly and allows WordPress to retrieve your site's content and settings much faster. Learn more about persistent object caching. (opens in a new tab) New description: WordPress performs at its best when a persistent object cache is used. A persistent object cache helps to reduce load on your SQL server significantly and allows WordPress to retrieve your site's content and settings much faster. Your site would not currently benefit from a persistent object cache. Learn more about persistent object caching. (opens in a new tab) |
Sure @bethanylang let's add it as a For the most part, everything looks great, I have some feedback on some items so let me know what do you think.
Just to be safe this is true for most cases but not all cases, so maybe we can update to: The WebP image format produces images that are usually smaller in size than JPEG images Besides that everything looks great, thanks @bethanylang |
@mitogh That change makes sense, thank you! I've updated. Adding those labels now and we'll see if we have any takers. :) |
Fantastic thanks @bethanylang |
@bethanylang @mitogh Since it's a bit easier to review the copy with in-line comments rather than in GitHub issue comments, I suggest we proceed with a PR already and ask for feedback on the exact wording on the PR. That allows reviewers to put inline comments and we can iterate directly in there. I see you already opened #269 🙌 |
Feature Description
Currently, there's no clear definition in how some things are helpful for performance and why others are being measured, setting a standard by answering a set of predetermined questions would help in making sure the metrics are meaningful for the majority of users and not just technical users.
The metric above does not indicate why I need to keep WordPress up to date.
What's the benefit of passing this test or keeping up to date with WordPress as a site owner what are the risk and benefits of going down this route? Is there any tradeoff If I decided not to?
Avoid technical wording if possible
This example is missing some answers for the questions above, but also includes additional wording that might not be explicit for the vast majority of users.
The text was updated successfully, but these errors were encountered: