Get started with quicklink CDN
Apache-2.0 licensed
Library, Quicklink: Delayed loads, progressively renders pages.
Tags:- prefetch
- performance
- fetch
- intersectionobserver
- background
- speed
Stable version
Copied!
How to start using quicklink CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with quicklink CDN - cdnhub.io</title>
<link rel="preload" as="script" href="https://cdn.cdnhub.io/quicklink/2.3.0/quicklink.js" />
<script>
document.addEventListener('DOMContentLoaded', () => {
const quicklink = new window.QuickLink({
// Optional configuration
// For more options, check the Quicklink documentation: https://github.com/GoogleChromeLabs/quicklink
});
});
</script>
</head>
<body>
<!-- Your content goes here -->
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!