Fragrance Performance Log â Sillage, Longevity & Season
Rate each of your perfumes on projection, longevity, and best season. Build a personal database to choose the right scent for any occasion.
UD5 Toolkit
Rate each of your perfumes on projection, longevity, and best season. Build a personal database to choose the right scent for any occasion.
Build <link> tags for preload, prefetch, preconnect, and dnsâprefetch. Improve page load speed with correct priorities. Copy the optimized HTML.
Fetch a page and list all loaded assets (CSS, JS, images) with their sizes. See total page weight. Quick performance check.
Access the Paint Timing API and display First Paint, First Contentful Paint, and Largest Contentful Paint times. Quick perf check.
Compress text with Brotli at different quality levels. See size reduction and time. Find the sweet spot for your static assets.
Test how `contentâtype: text/html` vs `contentâtype: image/svg+xml` affects SVG rendering in the browser. Modern performance hint.
See your current page load broken down into DNS, TLS, request, and DOM phases. Understand where time is spent.
Display used/total/limit JS heap size using performance.memory. Take snapshots and see growth. Simple memory leak detection.
Run a CPUâheavy calculation (e.g., prime numbers) in a Web Worker and see the UI stay responsive. Code snippet provided.
List all resources loaded by the current page and their detailed timing breakdown. Inâbrowser waterfall.
Demonstrate how to yield heavy computation to user input using the isInputPending API. Keep UI responsive.
Answer questions about your page (image size, caching, fonts) and get a tailored list of optimization tips. Manual audit helper.
Enter a URL and see a waterfall of external scripts with their download size and execution time estimate. Identify performance culprits.
Paste your full CSS and HTML; automatically identify and extract the styles needed for the visible part. Reduce renderâblocking resources.
Calculate large Fibonacci numbers in a Web Worker. See the UI remain responsive. Copy the pattern for your app.
See your current page load broken down into DNS, TLS, request, and DOM phases. Understand where time is spent.
Count total DOM nodes on the current page and show warnings if limits exceed best practices. Keep the DOM lean.
Toggle contentâvisibility: auto on long blocks and see the rendering time difference. Understand this powerful property.
Start recording and watch for Long Tasks that block the main thread. See task duration and attribution. Improve Interaction to Next Paint.
Add many complex CSS styles and measure frames per second. Isolate expensive properties. Practical performance lab.
Apply contentâvisibility: auto to offâscreen sections and see the rendering cost drop. Demos for infinite scroll optimization.
Construct HTTP Link headers for server push replacements, preload, and preconnect. Copy the header value.
Test a regex against long strings and measure execution time. Detect catastrophic backtracking patterns. Visual warning if slow.
Paste a raster image and an SVG, see the file size and rendering time. Understand when to use vector. Local.
Toggle contain: strict, content, paint, layout and see how it affects rendering. Understand isolation for faster pages.
Apply willâchange to any element and see its effect on compositing. Learn best practices for smooth animations.
Adjust page characteristics (image size, server delay, layout shift) and see the simulated Core Web Vitals scores. Understand what impacts performance.
Render 1000 styled elements using inline styles vs. CSS classes and compare time. Understand CSSâinâJS tradeâoffs.
Measure your browser's GPU compute power using a simple WebGPU matrix multiplication. See raw FLOPS and compare with peers. Fully clientâside.
Enter a URL and get a rough client-side performance simulation: request count, DOM size, and potential speed tips. No real Lighthouse.
Enter a URL and get a oneâpage report of titles, description, headings, image alts, and broken links. All from browser.