Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie '__conn' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/1a361c96-117f-43eb-9e49-8dadb0c36b74)<a href="https://beavercheck.com/results/1a361c96-117f-43eb-9e49-8dadb0c36b74"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdoodleordie.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdoodleordie.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~31%.
Page takes 4.5s to load
+12% bounceUsers abandon at ~3s — you're 2.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 397ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$350 investment → $3,366/month returns + USD 157,500 risk avoided
$350
4h · 5 findings
$3,366 /mo
~$40,386 / year
USD 157,500
if kept compliant
$200 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
3.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,512 / year if left unfixed
$157,500
+6 more
$0.97 /mo
12082.6 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.43 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
397 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.013
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.70 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
11.36 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| ssl.google-analytics.com/ga.js | 7200.0 s | 17.4 KiB |
| doodleordie.com/images/pencil.png | 432000.0 s | 1.0 KiB |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| dodcdn.s3.amazonaws.com/assets/8dc10594/css/icons.css | 28.3 KiB | 1.3 s |
| dodcdn.s3.amazonaws.com/assets/852249b9/compiled/dod.min.css | 29.8 KiB | 1.3 s |
| fonts.googleapis.com/css?family=PT+Sans:400,700 | 999 B | 831 ms |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/E5kVNgPgE/EG8byd5xi8.png | 211.5 KiB | 178.5 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/EivoA0Ny8/1__EVi5JNZcI.png | 113.7 KiB | 80.7 KiB |
div.doodle_content > div.doodle > a.chain_link > img div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/1qX2bHRzO/8i6fQ7xlSE.png | 99.9 KiB | 66.8 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/865_49JzvN/1iCHK1kPc8.png | 67.7 KiB | 59.5 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/1iHtJ_YE/8E88zmbqB-.png | 82.9 KiB | 49.9 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/EGFTufNC5/8hAr92X3T.png | 69.0 KiB | 36.0 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/1qbHSrG3V/1__EUj55RF-7.png | 59.6 KiB | 26.6 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/Ex9biR03w/3__1Oolxqbb6.png | 53.8 KiB | 20.8 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/5i2xBUrRS8/5H8Jc6gZX.png | 46.9 KiB | 13.9 KiB |
body#page_splash > header#top | dodcdn.s3.amazonaws.com/assets/852249b9/images/header_background.png | 5.5 KiB | 4.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| dodcdn.s3.amazonaws.com/assets/852249b9/compiled/dod.min.css | 29.4 KiB | 27.8 KiB |
| dodcdn.s3.amazonaws.com/assets/8dc10594/css/icons.css | 27.9 KiB | 26.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| dodcdn.s3.amazonaws.com/assets/ffd02842/compiled/dod.min.js | 44.3 KiB | 32.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
(See more) div#explore > div.featured-snapshot > h3.icon-compass > a |
upon getting his coffee, man finds a bear fighting a redneck in his cup, and a … div.container > div.chain_step > div.info > a.chain_link |
75 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Daredevil apologizes about killing your kitten. div.container > div.chain_step > div.info > a.chain_link |
114 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Something Awful div.meta_wrapper > ul.meta > li > a.icon-people |
A cultured chimp wearing a blue suit, red bow tie, top hat, and monocle drinks … div.container > div.chain_step > div.info > a.chain_link |
114 likes div.info > div.meta_wrapper > ul.meta > li.likes |
15 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
I saw this one, the worst suprise from Cracker Jack Cereals div.container > div.chain_step > div.info > a.chain_link |
187 likes div.info > div.meta_wrapper > ul.meta > li.likes |
7 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
The next target is Hello Kitty. Most Greatest War Mouse in the world is going t… div.container > div.chain_step > div.info > a.chain_link |
448 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
A vivid drawing of why 6 is afraid of 7 div.container > div.chain_step > div.info > a.chain_link |
75 likes div.info > div.meta_wrapper > ul.meta > li.likes |
9 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
A construction of the Doodle or Die logo, using an actual skull and a couple of… div.container > div.chain_step > div.info > a.chain_link |
255 likes div.info > div.meta_wrapper > ul.meta > li.likes |
9 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
a ghost steals a bear's hat div.container > div.chain_step > div.info > a.chain_link |
193 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
A man and his dog around a campfire near the lake div.container > div.chain_step > div.info > a.chain_link |
45 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
Ice King has been a naughty boy. Now he has to clean up all the blood. div.container > div.chain_step > div.info > a.chain_link |
69 likes div.info > div.meta_wrapper > ul.meta > li.likes |
14 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
A Dell commercial targeting Squids. div.container > div.chain_step > div.info > a.chain_link |
200 likes div.info > div.meta_wrapper > ul.meta > li.likes |
14 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Something Awful div.meta_wrapper > ul.meta > li > a.icon-people |
Mexican dinosaur playing twister div.container > div.chain_step > div.info > a.chain_link |
97 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
A Swedish fighter pilot is about to crash into the jungle because he's too busy… div.container > div.chain_step > div.info > a.chain_link |
332 likes div.info > div.meta_wrapper > ul.meta > li.likes |
15 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
The Burger King (R) and Wendy(R) in an unhappy marriage. div.container > div.chain_step > div.info > a.chain_link |
213 likes div.info > div.meta_wrapper > ul.meta > li.likes |
5 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
Astronaut escapes a black hole through clever use of a wood chipper. div.container > div.chain_step > div.info > a.chain_link |
242 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
we found waldo div.container > div.chain_step > div.info > a.chain_link |
185 likes div.info > div.meta_wrapper > ul.meta > li.likes |
11 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
a ladybug poooping bubbles div.container > div.chain_step > div.info > a.chain_link |
46 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
the reason we don't let kids draw on the walls. div.container > div.chain_step > div.info > a.chain_link |
382 likes div.info > div.meta_wrapper > ul.meta > li.likes |
8 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
HELLO YES THIS IS DOG div.container > div.chain_step > div.info > a.chain_link |
19 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
A scene from "The Thing" - without any dogs, any characters, vehicles, building… div.container > div.chain_step > div.info > a.chain_link |
94 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
After rescuing Mutt from the indigenous Black Sumo Wrestlers, Indiana Jones fle… div.container > div.chain_step > div.info > a.chain_link |
100 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Storyboard div.meta_wrapper > ul.meta > li > a.icon-people |
A seagull transforms into a giant dragon in the middle of the stormy ocean, whi… div.container > div.chain_step > div.info > a.chain_link |
153 likes div.info > div.meta_wrapper > ul.meta > li.likes |
14 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
Google Chome thinks he's working properly but Google Explorer, who reads books,… div.container > div.chain_step > div.info > a.chain_link |
70 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Flirting with death. div.container > div.chain_step > div.info > a.chain_link |
63 likes div.info > div.meta_wrapper > ul.meta > li.likes |
12 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
The yellow school bus has had enough, and chooses to leave this world. :'( div.container > div.chain_step > div.info > a.chain_link |
51 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
carnivor pig. div.container > div.chain_step > div.info > a.chain_link |
35 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
The rainbow beamed in the blue sky. On the ocean the navy fought. The dolphins … div.container > div.chain_step > div.info > a.chain_link |
916 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
Super creepy Cheshire cat with a hoop earring and it looks like he's been eatin… div.container > div.chain_step > div.info > a.chain_link |
23 likes div.info > div.meta_wrapper > ul.meta > li.likes |
14 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Geeky Cheeky div.meta_wrapper > ul.meta > li > a.icon-people |
bad art div.container > div.chain_step > div.info > a.chain_link |
153 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Tally ho! On a mammoth! div.container > div.chain_step > div.info > a.chain_link |
146 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
a beautiful and happy Bob Ross intricately paints a landscape that, indeed, doe… div.container > div.chain_step > div.info > a.chain_link |
69 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 9 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
a beautiful woman stares off into the sunrise from the edge of a cliff div.container > div.chain_step > div.info > a.chain_link |
162 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
Penguin flying with jetpack flipping me of div.container > div.chain_step > div.info > a.chain_link |
66 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 9 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Casino Royales newest gambling hit: Go Fish. Daniel Craig goes all out. div.container > div.chain_step > div.info > a.chain_link |
150 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Something Awful div.meta_wrapper > ul.meta > li > a.icon-people |
epic robot and t-rex battle with an explosion! div.container > div.chain_step > div.info > a.chain_link |
123 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
A green desert. Everything is green. The sky, the ground. All but a dying tree … div.container > div.chain_step > div.info > a.chain_link |
490 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
FOSSIL FUEL div.container > div.chain_step > div.info > a.chain_link |
60 likes div.info > div.meta_wrapper > ul.meta > li.likes |
9 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Sir Snail looks confused. div.container > div.chain_step > div.info > a.chain_link |
489 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
so the dolphins were aliens after all... div.container > div.chain_step > div.info > a.chain_link |
111 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
Mario and Luigi eating mushrooms. Guess which one is poisonous. div.container > div.chain_step > div.info > a.chain_link |
46 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Anime & Video Games div.meta_wrapper > ul.meta > li > a.icon-people |
A realistic T. Rex tries to get insurance coverage and tells a heart-wrenching … div.container > div.chain_step > div.info > a.chain_link |
358 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
A viking and tooth fairy team up to kill a DJ Dragon thats wearing shades and h… div.container > div.chain_step > div.info > a.chain_link |
631 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
a moose wearing a party hat has a deflated balloon tied to its antlers div.container > div.chain_step > div.info > a.chain_link |
27 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
AMAZINGLY well drawn futuristic Link has a tiny computer in his brain that lets… div.container > div.chain_step > div.info > a.chain_link |
193 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Legend of Zelda div.meta_wrapper > ul.meta > li > a.icon-people |
Spongebob is about to take on Darth Vader, in an attempt to avenge that poor st… div.container > div.chain_step > div.info > a.chain_link |
385 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Pizza slice riding a dolphin. div.container > div.chain_step > div.info > a.chain_link |
79 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 8 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
a goose sticking its head into a portal div.container > div.chain_step > div.info > a.chain_link |
43 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 11 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Mirabel from Encanto beautifully drawn :) div.container > div.chain_step > div.info > a.chain_link |
42 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 12 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Elmos head is in the fridge Cookie Monster looks freaked out! div.container > div.chain_step > div.info > a.chain_link |
79 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 4 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.doodle_content > div.doodle > a.chain_link > img div.doodle_content > div.doodle > a.chain_link > img |
body#page_splash > img.dyna-hide body#page_splash > img.dyna-hide |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#content > div.sign_in > form.step_1 > input.blank div#content > div.sign_in > form.step_1 > input.blank |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#page_splash > header#top > div#brand > a.text body#page_splash > header#top > div#brand > a.text |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.chrome html.chrome |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | dodcdn.s3.amazonaws.com/assets/ffd02842/compiled/dod.min.js line 34, col 13427 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
dodcdn.s3.amazonaws.com/assets/ffd02842/compiled/dod.min.js line 34, col 13451 | Access to XMLHttpRequest at 'https://dodcdn.s3.amazonaws.com/assets/8dc10594/css/icons.css' from origin 'https://doodleordie.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
dodcdn.s3.amazonaws.com/assets/ffd02842/compiled/dod.min.js line 34, col 13451 | Failed to load resource: net::ERR_FAILED |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.doodle_content > div.doodle > a.chain_link > img div.doodle_content > div.doodle > a.chain_link > img |
body#page_splash > img.dyna-hide body#page_splash > img.dyna-hide |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
22 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.38 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.05 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| dodcdn.s3.amazonaws.com/assets/852249b9/compiled/dod.min.css | 29.8 KiB | 650 ms |
| dodcdn.s3.amazonaws.com/assets/8dc10594/css/icons.css | 28.3 KiB | 650 ms |
| fonts.googleapis.com/css?family=PT+Sans:400,700 | 999 B | 282 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| ssl.google-analytics.com/ga.js | 7200.0 s | 17.4 KiB |
| doodleordie.com/images/pencil.png | 432000.0 s | 1.0 KiB |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/E5kVNgPgE/EG8byd5xi8.png | 211.5 KiB | 199.3 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/EivoA0Ny8/1__EVi5JNZcI.png | 113.7 KiB | 101.6 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/1qX2bHRzO/8i6fQ7xlSE.png | 99.9 KiB | 87.7 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/1iHtJ_YE/8E88zmbqB-.png | 82.9 KiB | 70.7 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/865_49JzvN/1iCHK1kPc8.png | 67.7 KiB | 59.5 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/EGFTufNC5/8hAr92X3T.png | 69.0 KiB | 56.9 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/1qbHSrG3V/1__EUj55RF-7.png | 59.6 KiB | 47.4 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/Ex9biR03w/3__1Oolxqbb6.png | 53.8 KiB | 41.7 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/i/5i2xBUrRS8/5H8Jc6gZX.png | 46.9 KiB | 34.8 KiB |
Doodle or Die div.doodle_content > div.doodle > a.chain_link > img | doodleordie.s3.amazonaws.com/d/5hrI-_TKM8/e1ZJAAP3j.png | 34.2 KiB | 22.1 KiB |
Explore
Create account
Sign in
About body#page_splash > header#top | dodcdn.s3.amazonaws.com/assets/852249b9/images/header_background.png | 5.5 KiB | 4.1 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| dodcdn.s3.amazonaws.com/assets/852249b9/compiled/dod.min.css | 29.4 KiB | 28.2 KiB |
| dodcdn.s3.amazonaws.com/assets/8dc10594/css/icons.css | 27.9 KiB | 26.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| dodcdn.s3.amazonaws.com/assets/ffd02842/compiled/dod.min.js | 44.3 KiB | 31.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
(See more) div#explore > div.featured-snapshot > h3.icon-compass > a |
upon getting his coffee, man finds a bear fighting a redneck in his cup, and a … div.container > div.chain_step > div.info > a.chain_link |
75 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Daredevil apologizes about killing your kitten. div.container > div.chain_step > div.info > a.chain_link |
114 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Something Awful div.meta_wrapper > ul.meta > li > a.icon-people |
A cultured chimp wearing a blue suit, red bow tie, top hat, and monocle drinks … div.container > div.chain_step > div.info > a.chain_link |
114 likes div.info > div.meta_wrapper > ul.meta > li.likes |
15 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
I saw this one, the worst suprise from Cracker Jack Cereals div.container > div.chain_step > div.info > a.chain_link |
187 likes div.info > div.meta_wrapper > ul.meta > li.likes |
7 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
The next target is Hello Kitty. Most Greatest War Mouse in the world is going t… div.container > div.chain_step > div.info > a.chain_link |
448 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
A vivid drawing of why 6 is afraid of 7 div.container > div.chain_step > div.info > a.chain_link |
75 likes div.info > div.meta_wrapper > ul.meta > li.likes |
9 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
A construction of the Doodle or Die logo, using an actual skull and a couple of… div.container > div.chain_step > div.info > a.chain_link |
255 likes div.info > div.meta_wrapper > ul.meta > li.likes |
9 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
a ghost steals a bear's hat div.container > div.chain_step > div.info > a.chain_link |
193 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
A man and his dog around a campfire near the lake div.container > div.chain_step > div.info > a.chain_link |
45 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
Ice King has been a naughty boy. Now he has to clean up all the blood. div.container > div.chain_step > div.info > a.chain_link |
69 likes div.info > div.meta_wrapper > ul.meta > li.likes |
14 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
A Dell commercial targeting Squids. div.container > div.chain_step > div.info > a.chain_link |
200 likes div.info > div.meta_wrapper > ul.meta > li.likes |
14 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Something Awful div.meta_wrapper > ul.meta > li > a.icon-people |
Mexican dinosaur playing twister div.container > div.chain_step > div.info > a.chain_link |
97 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
A Swedish fighter pilot is about to crash into the jungle because he's too busy… div.container > div.chain_step > div.info > a.chain_link |
332 likes div.info > div.meta_wrapper > ul.meta > li.likes |
15 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
The Burger King (R) and Wendy(R) in an unhappy marriage. div.container > div.chain_step > div.info > a.chain_link |
213 likes div.info > div.meta_wrapper > ul.meta > li.likes |
5 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
Astronaut escapes a black hole through clever use of a wood chipper. div.container > div.chain_step > div.info > a.chain_link |
242 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
we found waldo div.container > div.chain_step > div.info > a.chain_link |
185 likes div.info > div.meta_wrapper > ul.meta > li.likes |
11 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
a ladybug poooping bubbles div.container > div.chain_step > div.info > a.chain_link |
46 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
the reason we don't let kids draw on the walls. div.container > div.chain_step > div.info > a.chain_link |
382 likes div.info > div.meta_wrapper > ul.meta > li.likes |
8 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
HELLO YES THIS IS DOG div.container > div.chain_step > div.info > a.chain_link |
19 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
A scene from "The Thing" - without any dogs, any characters, vehicles, building… div.container > div.chain_step > div.info > a.chain_link |
94 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
After rescuing Mutt from the indigenous Black Sumo Wrestlers, Indiana Jones fle… div.container > div.chain_step > div.info > a.chain_link |
100 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Storyboard div.meta_wrapper > ul.meta > li > a.icon-people |
A seagull transforms into a giant dragon in the middle of the stormy ocean, whi… div.container > div.chain_step > div.info > a.chain_link |
153 likes div.info > div.meta_wrapper > ul.meta > li.likes |
14 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
Google Chome thinks he's working properly but Google Explorer, who reads books,… div.container > div.chain_step > div.info > a.chain_link |
70 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Flirting with death. div.container > div.chain_step > div.info > a.chain_link |
63 likes div.info > div.meta_wrapper > ul.meta > li.likes |
12 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
The yellow school bus has had enough, and chooses to leave this world. :'( div.container > div.chain_step > div.info > a.chain_link |
51 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
carnivor pig. div.container > div.chain_step > div.info > a.chain_link |
35 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
The rainbow beamed in the blue sky. On the ocean the navy fought. The dolphins … div.container > div.chain_step > div.info > a.chain_link |
916 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
Super creepy Cheshire cat with a hoop earring and it looks like he's been eatin… div.container > div.chain_step > div.info > a.chain_link |
23 likes div.info > div.meta_wrapper > ul.meta > li.likes |
14 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Geeky Cheeky div.meta_wrapper > ul.meta > li > a.icon-people |
bad art div.container > div.chain_step > div.info > a.chain_link |
153 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Tally ho! On a mammoth! div.container > div.chain_step > div.info > a.chain_link |
146 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
a beautiful and happy Bob Ross intricately paints a landscape that, indeed, doe… div.container > div.chain_step > div.info > a.chain_link |
69 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 9 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
a beautiful woman stares off into the sunrise from the edge of a cliff div.container > div.chain_step > div.info > a.chain_link |
162 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
Penguin flying with jetpack flipping me of div.container > div.chain_step > div.info > a.chain_link |
66 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 9 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Casino Royales newest gambling hit: Go Fish. Daniel Craig goes all out. div.container > div.chain_step > div.info > a.chain_link |
150 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Something Awful div.meta_wrapper > ul.meta > li > a.icon-people |
epic robot and t-rex battle with an explosion! div.container > div.chain_step > div.info > a.chain_link |
123 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
A green desert. Everything is green. The sky, the ground. All but a dying tree … div.container > div.chain_step > div.info > a.chain_link |
490 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
FOSSIL FUEL div.container > div.chain_step > div.info > a.chain_link |
60 likes div.info > div.meta_wrapper > ul.meta > li.likes |
9 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Sir Snail looks confused. div.container > div.chain_step > div.info > a.chain_link |
489 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
so the dolphins were aliens after all... div.container > div.chain_step > div.info > a.chain_link |
111 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
Mario and Luigi eating mushrooms. Guess which one is poisonous. div.container > div.chain_step > div.info > a.chain_link |
46 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Anime & Video Games div.meta_wrapper > ul.meta > li > a.icon-people |
A realistic T. Rex tries to get insurance coverage and tells a heart-wrenching … div.container > div.chain_step > div.info > a.chain_link |
358 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Detailed Doodlers div.meta_wrapper > ul.meta > li > a.icon-people |
A viking and tooth fairy team up to kill a DJ Dragon thats wearing shades and h… div.container > div.chain_step > div.info > a.chain_link |
631 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
a moose wearing a party hat has a deflated balloon tied to its antlers div.container > div.chain_step > div.info > a.chain_link |
27 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
AMAZINGLY well drawn futuristic Link has a tiny computer in his brain that lets… div.container > div.chain_step > div.info > a.chain_link |
193 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 13 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Legend of Zelda div.meta_wrapper > ul.meta > li > a.icon-people |
Spongebob is about to take on Darth Vader, in an attempt to avenge that poor st… div.container > div.chain_step > div.info > a.chain_link |
385 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 14 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Pizza slice riding a dolphin. div.container > div.chain_step > div.info > a.chain_link |
79 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 8 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
a goose sticking its head into a portal div.container > div.chain_step > div.info > a.chain_link |
43 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 11 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Mirabel from Encanto beautifully drawn :) div.container > div.chain_step > div.info > a.chain_link |
42 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 12 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
Elmos head is in the fridge Cookie Monster looks freaked out! div.container > div.chain_step > div.info > a.chain_link |
79 likes div.info > div.meta_wrapper > ul.meta > li.likes |
18 steps div.info > div.meta_wrapper > ul.meta > li.steps |
Started 4 years ago div.info > div.meta_wrapper > ul.meta > li.time_ago |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.doodle_content > div.doodle > a.chain_link > img div.doodle_content > div.doodle > a.chain_link > img |
body#page_splash > img.dyna-hide body#page_splash > img.dyna-hide |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#content > div.sign_in > form.step_1 > input.blank div#content > div.sign_in > form.step_1 > input.blank |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#page_splash > header#top > div#brand > a.text body#page_splash > header#top > div#brand > a.text |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
div.chain_step > div.doodle_content > div.doodle > a.chain_link div.chain_step > div.doodle_content > div.doodle > a.chain_link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.chrome html.chrome |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | dodcdn.s3.amazonaws.com/assets/ffd02842/compiled/dod.min.js line 34, col 13427 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
dodcdn.s3.amazonaws.com/assets/ffd02842/compiled/dod.min.js line 34, col 13451 | Access to XMLHttpRequest at 'https://dodcdn.s3.amazonaws.com/assets/8dc10594/css/icons.css' from origin 'https://doodleordie.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
dodcdn.s3.amazonaws.com/assets/ffd02842/compiled/dod.min.js line 34, col 13451 | Failed to load resource: net::ERR_FAILED |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.doodle_content > div.doodle > a.chain_link > img div.doodle_content > div.doodle > a.chain_link > img |
body#page_splash > img.dyna-hide body#page_splash > img.dyna-hide |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback