Web Pages Optimization: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
| Line 31: | Line 30: | ||
=== References === | === References === | ||
<references /> | <references /> | ||
[[Category:Web Development]][[Category:Analytics]] | |||
Latest revision as of 14:27, 22 December 2024
Overview[edit]
Notes on web page optimization best practices and tools for implementing and auditing web page performance.
Considerations[edit]
- Add
Cache-Controlheaders - Minify CSS (scroll down to "Optimizing CSS and JavaScript files" and/or
cssnano), also cssnano - Add
Expiresheaders - Add
Last-Modifiedheaders - Specify character encoding in header
littled_lib utility classes[edit]
Littled\Cache\CacheControl
Adds cache control headers to assets such as images, web fonts, stylesheets, and javascript served in a shared hosting environment where there is no access to the server settings.
Auditing tools[edit]
- GTmetrix - Provide a score for a URL along with a list of optimizations to perform.
- crazyegg - Subscription-based heatmapping utility.
- UsabilityTools - Subscription-based analytics with focus on bounce rates.
Notes[edit]
External links[edit]
- Caching, Google Developers