| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
please add |
Sorry, something went wrong.
|
@manuelRod Since I'm working on updating the language on the other Site Health reports, I took a look at the copy for this one as well and left some thoughts. Let me know if you have any questions! |
Sorry, something went wrong.
|
Thanks for that @bethanylang, where I can find those thoughts? |
Sorry, something went wrong.
There was a problem hiding this comment.
Overall looks good to me, but it looked good to me in the AMP plugin when I merged it, so I'm probably not the best to review for merging here.
Sorry, something went wrong.
added |
Sorry, something went wrong.
There was a problem hiding this comment.
@manuelRod Overall the code here looks solid. I left a few minor things for some cleanup, particularly I'd suggest to remove two of the functions that are only used in one place and actually make the code more complex to follow rather than less because of splitting how the $result is generated.
Sorry, something went wrong.
|
@bethanylang Would be great to get your review here specifically on the copy in the Site Health check. |
Sorry, something went wrong.
There was a problem hiding this comment.
@manuelRod This looks solid and should be close to merge, I mostly have some nit-picks around documentation. Please make sure to update all version references for new code in this PR to n.e.x.t, per our guidelines.
Last but not least, based on #310, please refresh this PR against latest trunk and add the corresponding entries for this new module to the CODEOWNERS file, with at least yourself as the module owner.
Sorry, something went wrong.
|
@manuelRod @westonruter Given that this is an entirely new module and the 1.1.0 release is about to be finalized with the release coming next week, I think with the remaining iterations to make this won't give us enough time for testing prior to the release, so I think this would be better to include in the following 1.2.0 release. Let's make sure we finalize the PR soon so that it can be merged into trunk shortly after 1.1.0, to have time for testing and potential further iterations. |
Sorry, something went wrong.
|
I tested the module and so far it looks good to me. Multiple scenarios (looback request failed, without cache, with cache plugin) were tested and I've attached the screenshot for each below: Loopback failureWithout cacheCache enabledI'll test some more scenarios and update it over here. |
Sorry, something went wrong.
There was a problem hiding this comment.
@manuelRod Looks good to me, great stuff!
I left a few minor points on documentation and indentation, please address these. None of these are too critical though, so I'm already going to mark this as approved from my end.
Sorry, something went wrong.
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
There was a problem hiding this comment.
Great, thanks @manuelRod!
@bethanylang You previously requested changes regarding the copy. Can you please give this another pass and approve once it's good from your end?
Sorry, something went wrong.
There was a problem hiding this comment.
Language LGTM!
Sorry, something went wrong.
|
@felixarntz @manuelRod Apologies if I was a blocker here; just approved on my side. Looks like this is good to go for 1.2.0! 🥳 |
Sorry, something went wrong.
|
Thanks @bethanylang! |
Sorry, something went wrong.
|
awesome, thanks guys! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Fixes #220
Trac #54423
Relevant technical choices
As @westonruter proposed, I've adapted and migrated the full page caching Site Health test from AMP to the performance plugin.
Checklist