layer5
layer5 copied to clipboard
Layer5, expect more from your infrastructure
### Description The [Newcomer's page](https://layer5.io/community/newcomers) has a map with a link to the "Newcomer's guide" that is currently broken. I'm assuming it happened in some sort of handbook restructuring ###...
**Description** ### Changes - Lazy-load non-critical sections on the Kanvas page using `import()` + `useEffect`. - Defer loading of non-critical Kanvas sections — Reviews, TeaserModal, KanvasFeatures, Catalog, KanvasBtn, and Platform...
Good work here. Albeit small, further optimization would be to move these images to static/partners . _Originally posted by @leecalcote in https://github.com/layer5io/layer5/pull/7255#pullrequestreview-3554314466_
**Description** This PR fixes #7157 **Notes for Reviewers** **[Signed commits](https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [X] Yes, I signed my commits.
## Plan to Eliminate CLS on Home Page - [x] Analyze the Partners-home section component causing CLS - [x] Implement skeleton/placeholder for partner images to reserve space - [ ]...
### Current Behavior The attached screenshot has an example of unwanted behavior in which content is displayed to halfway while it is only partially rendered. ### Desired Situation Ideally content...
**Description** I've disabled Netlify's default caching (mergeCachingHeaders: false) to implement a more granular policy. This change sets a long-term (1-year, immutable) cache for all hashed static assets (JS, CSS, images,...
### Current Behavior ``` find . -type f -size +2M -print0 | xargs -0 du -h | sort -rh | head -n 10 ``` ``` 7.5M ./components/Academy/Features-Section/academy-catalog.gif 6.6M ./sections/Meshery/images/service mesh...
**Description** This PR fixes #6482 **Notes for Reviewers** **[Signed commits](https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [X] Yes, I signed my commits.
### Current Behavior This site's build time is too long. ### Desired Situation Install, run, and analyze the report provided by this plugin - https://github.com/pieh/gatsby-plugin-perf-budgets --- Contributor Resources and Handbook...