You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[^104]CodeSandbox: HTML Performance Optimization Techniques.
3988
3988
3989
-
[^104]:[CodeSandbox: HTML Performance Optimization Techniques](https://qm3w7j.csb.app/), last access: September 10, 2024.
3989
+
[^104]:[CodeSandbox: HTML Performance Optimization Techniques](https://qm3w7j.csb.app/), last access: April 4, 2025.
3990
3990
3991
3991
- In this example, the `<link rel="preload">` tag is used to prioritize the loading of critical resources (CSS and JavaScript files) by indicating their importance and specifying the `as` attribute to define the resource type.
3992
3992
-**There is a problem with this example in CodeSandbox environment to get it fully working, it's just for your information how it should work, sorry for that. Follow [https://github.com/codesandbox/codesandbox-client/issues/8610](https://github.com/codesandbox/codesandbox-client/issues/8610) for more information.**
@@ -4001,7 +4001,7 @@ h1 {
4001
4001
4002
4002
[^105]CodeSandbox: HTML Minification and Compression.
4003
4003
4004
-
[^105]:[CodeSandbox: HTML Minification and Compression](https://vdpynt.csb.app/), last access: September 11, 2024.
4004
+
[^105]:[CodeSandbox: HTML Minification and Compression](https://vdpynt.csb.app/), last access: April 4, 2025.
4005
4005
4006
4006
- This example demonstrates a minified HTML document where unnecessary whitespace, comments, and redundant attributes have been removed to reduce file size and improve load times.
4007
4007
@@ -4017,7 +4017,7 @@ h1 {
4017
4017
4018
4018
[^106]CodeSandbox: Lazy Loading of Images.
4019
4019
4020
-
[^106]:[CodeSandbox: Lazy Loading of Images](https://mx2q9r.csb.app/), last access: September 12, 2024.
4020
+
[^106]:[CodeSandbox: Lazy Loading of Images](https://mx2q9r.csb.app/), last access: April 4, 2025.
4021
4021
4022
4022
- The `loading="lazy"` attribute is applied to the `<img>` tag, instructing the browser to lazily load the image when it enters the viewport, reducing initial page load times and improving performance.
[^107]CodeSandbox: CSS and JavaScript Optimization.
4063
4063
4064
-
[^107]:[CodeSandbox: CSS and JavaScript Optimization](https://nz9jsn.csb.app/), last access: September 29, 2024.
4064
+
[^107]:[CodeSandbox: CSS and JavaScript Optimization](https://nz9jsn.csb.app/), last access: April 4, 2025.
4065
4065
4066
4066
- In this example, CSS and JavaScript files are minified and combined into single files (`styles.min.css` and `scripts.min.js`) to minimize the number of HTTP requests required for fetching external resources, thereby improving page load times.
0 commit comments