Need for speed #6
Replies: 6 comments 7 replies
-
Utilise Slimsy for variable image sizes |
Beta Was this translation helpful? Give feedback.
-
Another one could be Html Minifier |
Beta Was this translation helpful? Give feedback.
-
And also best practices for caching (web config stuff) https://github.com/h5bp/server-configs-iis/blob/master/dotnet%204.5/MVC5/Web.config |
Beta Was this translation helpful? Give feedback.
-
Keep in mind that WebP is not supported by Safari, but maybe it is possible to create a helper function to generate the right Image snippets. |
Beta Was this translation helpful? Give feedback.
-
Maybe a Donut output caching. And Query performance.... V8 is different from V7. For example what is the tipping point for doing Descendants... In V8 the impact is not as heavy as in V7... but it's still there. |
Beta Was this translation helpful? Give feedback.
-
Might be usefull: https://dev.to/ender_minyard/the-ultimate-guide-to-web-performance-ci4 |
Beta Was this translation helpful? Give feedback.
-
Best practices for front end performance:
Beta Was this translation helpful? Give feedback.
All reactions