Skip to content

Instantly share code, notes, and snippets.

View afcapel's full-sized avatar

Alberto Fernández-Capel afcapel

View GitHub Profile
@afcapel
afcapel / slow.html
Last active February 9, 2023 13:26
Slow document body clone in Chrome
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Slow clone body Test</title>
</head>
<body>
<div id="container">
<button id="cloneBodyBtn">Clone body</button>
</div>
@afcapel
afcapel / frame-navigation.html
Created February 5, 2024 10:09
Frame navigation
<!doctype html>
<html lang=en>
<head>
<title>Throughput</title>
<meta name=viewport content='width=device-width,initial-scale=1.0'>
<meta charset=utf-8>
<link rel=stylesheet href=styles.css>
<head>
<script type="module" src="https://cdn.jsdelivr.net/npm/@hotwired/turbo@latest/dist/turbo.es2017-esm.min.js"></script>