Native <video> in HTML is extremely good these days. Videos encoded with H264/AAC are universally playable and with HTTP chunk support you can serve the same video to all users.
However, browsers seem to request videos with preload=auto/metadata as soon as the page loads which is unnecessary. So I built this lazy-load solution that hides the src attribute (prevents loading) until an Intersection Observer callback.
Was chatting with an AI about Zero-Knowledge (ZK) proofs and how they relate to backtraces and public-key crypto (concepts I know):
> Imagine a PHP backtrace, turned into a spreadsheet, hashed into a Merkle root, and then proved using fancy math that it obeyed all your function contracts without ever showing you the contents. π€―
Built the ultimate login/logout block that works with the WP core navigation block. Use it to:
– Display only the logout link for logged-in users. – Display only the login link for anonymous users. – Specify a custom page (any post type) as the login destination.
Do we really need to wait for the block bits (a shortcode replacement) to enable dynamic content inside inline elements? Currently there isn't a way to display the post title as a paragraph tag in a query loop block, for example.
Importantly, it doesnβt matter if just one sitemap is slow to respond β it will still encourage Google to throttle crawling.
Most of the popular SEO plugin sitemap implementations are known to have both issues on sites with 10k posts or more β there is a delay in regeneration and the dynamic response times can be 30 seconds and more even on dedicated enterprise hosting.
Make sure your sitemaps are quick to update and fast to render at ALL times!