Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Website Optimization Techniques

18

Flashcards

0/18

Still learning
StarStarStarStar

Browser Caching

StarStarStarStar

Using browser caches stores commonly used files locally, decreasing load times for repeat visitors and reducing server load.

StarStarStarStar

Lazy Loading

StarStarStarStar

Lazy loading defers the loading of non-critical resources at page load time, thereby reducing initial load time and saving bandwidth.

StarStarStarStar

Accelerated Mobile Pages (AMP)

StarStarStarStar

AMP is a web component framework that enables the creation of fast-loading mobile web pages, potentially improving mobile browsing experience.

StarStarStarStar

Asynchronous Loading

StarStarStarStar

Asynchronous loading of scripts and other resources allows the web page to continue rendering without waiting for all scripts to download and execute.

StarStarStarStar

Compression

StarStarStarStar

Using file compression like GZIP reduces the size of resource files, improving load time by decreasing the amount of data that must be transferred.

StarStarStarStar

Critical CSS

StarStarStarStar

Extracting and inlining the CSS necessary for rendering the above-the-fold content of a webpage can greatly reduce render-blocking time and speed up page load.

StarStarStarStar

Image Optimization

StarStarStarStar

Optimized images have reduced file sizes with minimal loss of quality, which decreases bandwidth usage and improves page loading times.

StarStarStarStar

Progressive Web App (PWA)

StarStarStarStar

A PWA provides an app-like experience using web technologies, which includes reliability, fast loading, and the ability to work offline.

StarStarStarStar

Use HTTPS

StarStarStarStar

Using HTTPS ensures secure data transfer and can improve trust and credibility, also potentially impacting page load due to modern protocols like HTTP/2.

StarStarStarStar

Server Response Time

StarStarStarStar

Optimizing server response time involves enhancing the server's performance and the efficiency of database queries, thereby reducing the time to first byte (TTFB).

StarStarStarStar

Minimize HTTP Requests

StarStarStarStar

Reducing the number of HTTP requests decreases load times by cutting down on the amount of data exchanged between client and server.

StarStarStarStar

Minify Resources

StarStarStarStar

Minifying resources like CSS, JS, and HTML removes unnecessary characters without affecting functionality, reducing file sizes to improve load times.

StarStarStarStar

HTTP/2

StarStarStarStar

HTTP/2 provides several enhancements over HTTP/1.x, including multiplexing, server push, header compression, and prioritization, which improves load performance.

StarStarStarStar

Reduce Cookie Size

StarStarStarStar

Reducing the size of cookies decreases HTTP request overhead, improving the speed of the request-response cycle.

StarStarStarStar

Server-Side Rendering (SSR)

StarStarStarStar

SSR is when a website's content is rendered on the server, not the client, which can provide faster initial loading and better SEO.

StarStarStarStar

Content Delivery Network (CDN)

StarStarStarStar

A CDN delivers content from the nearest server to the user, reducing latency and speeding up the accessibility of resources.

StarStarStarStar

Critical Rendering Path Optimization

StarStarStarStar

Optimizing the critical rendering path means improving the speed at which the page's critical content is displayed to the user.

StarStarStarStar

WebP Image Format

StarStarStarStar

WebP is an image format that provides superior lossless and lossy compression for images on the web, contributing to faster page loads and lower bandwidth usage.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.