Skip to content

Comments

Add ImageKit detection#93

Merged
tunetheweb merged 5 commits intoHTTPArchive:mainfrom
imagekitio:add-imagekit
Feb 25, 2025
Merged

Add ImageKit detection#93
tunetheweb merged 5 commits intoHTTPArchive:mainfrom
imagekitio:add-imagekit

Conversation

@imagekitio
Copy link
Contributor

@imagekitio imagekitio commented Feb 25, 2025

This pull request adds detection rules for ImageKit, a real-time image and video transformation and optimization service with integrated digital asset management.

The platform is used by over 250,000 developers in 80+ countries and is frequently referenced in reputable web performance resources, such as MDN’s Multimedia Performance Documentation.

image

Test websites:

Copy link
Member

@tunetheweb tunetheweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@tunetheweb
Copy link
Member

@imagekitio unfortunately the example websites are not registering ImageKit's use (except for https://imagekit.io/ itself).

This is because they proxy they use the ImageKit service behind their own domain names, and the headers part of Wappalazer only checks the main document response headers and not the subresources so that does not work.

Happy to merge as is, but be aware this will under detect usage.

@imagekitio
Copy link
Contributor Author

@tunetheweb Thanks for sharing!

Yes, customers using a custom domain name won’t use ik.imagekit.io URLs.

However, most of them still point to {random-id}.imgkit.net.

For example, the output of the dig command shows:
media.homify.comgmc3qgdur.imgkit.net.

MacBook-Pro-4:remix manuchaudhary$ dig media.homify.com

; <<>> DiG 9.10.6 <<>> media.homify.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8608
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;media.homify.com.		IN	A

;; ANSWER SECTION:
media.homify.com.	300	IN	CNAME	gmc3qgdur.imgkit.net.
gmc3qgdur.imgkit.net.	300	IN	CNAME	d3280o3lne3iys.cloudfront.net.
d3280o3lne3iys.cloudfront.net. 60 IN	A	18.66.78.60
d3280o3lne3iys.cloudfront.net. 60 IN	A	18.66.78.62
d3280o3lne3iys.cloudfront.net. 60 IN	A	18.66.78.11
d3280o3lne3iys.cloudfront.net. 60 IN	A	18.66.78.81

Should I additionally add something like dns, and remove that header thing as ImageKit is used only on subresources?

"dns": {
      "SOA": "\\.imgkit\\.net"
 },

Will above work?

@tunetheweb
Copy link
Member

Maybe update the img src from imgkit.io to imgkit.net is sufficient?

@imagekitio
Copy link
Contributor Author

imagekitio commented Feb 25, 2025

No their URLs will use their custom domain e.g. https://media.homify.com/tr:f-auto/assets/landing_page/landing_page_onboarding_1.png. URLs in DOM will not have imgkit.io or imgkit.net or imagekit.io etc.

Optionally the URL could have tr: or tr=, but I would say this is a weak check.

But if you check the cname media.homify.com, it points to gmc3qgdur.imgkit.net. that has imgkit.net in it. So suggesting the DNS related config changes

"dns": {
    "SOA": "\\.imgkit\\.net"
  },

@tunetheweb
Copy link
Member

Not sure we get the DNS names for subresources or just the main document.

@imagekitio
Copy link
Contributor Author

imagekitio commented Feb 25, 2025

Okay, I have added it just in case. You can merge it. Thank you for the help.

@tunetheweb
Copy link
Member

Let’s wait and see if the tests pick it up.

@github-actions
Copy link

WPT test run for https://almanac.httparchive.org/en/2022/

WPT test run results: http://webpagetest.httparchive.org/results.php?test=250225_C3_P
Detected technologies:

{
    "detected": {
        "IaaS": "Google Cloud",
        "JavaScript libraries": "web-vitals",
        "RUM": "web-vitals",
        "Performance": "Priority Hints,Google Cloud Trace",
        "Security": "HSTS",
        "Webmail": "Google Workspace",
        "Email": "Google Workspace",
        "Analytics": "Google Analytics",
        "CDN": "Cloudflare",
        "Miscellaneous": "RSS,Open Graph"
    },
    "detected_apps": {
        "Google Cloud": "",
        "web-vitals": "",
        "Priority Hints": "",
        "HSTS": "",
        "Google Workspace": "",
        "Google Cloud Trace": "",
        "Google Analytics": "",
        "Cloudflare": "",
        "RSS": "",
        "Open Graph": ""
    },
    "detected_technologies": {
        "Google Cloud": {
            "name": "Google Cloud",
            "description": "Google Cloud is a suite of cloud computing services.",
            "slug": "google-cloud",
            "categories": [
                {
                    "id": 63,
                    "slug": "iaas",
                    "description": "Provides computing resources",
                    "groups": [
                        7
                    ],
                    "name": "IaaS",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Cloud.svg",
            "website": "https://cloud.google.com",
            "pricing": [],
            "cpe": "cpe:2.3:a:google:cloud_platform:*:*:*:*:*:*:*:*"
        },
        "web-vitals": {
            "name": "web-vitals",
            "description": "The web-vitals JavaScript is a tiny, modular library for measuring all the web vitals metrics on real users.",
            "slug": "web-vitals",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "description": "Collections of pre-written JavaScript code",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                },
                {
                    "id": 78,
                    "slug": "rum",
                    "description": "Tools that track performance as experienced by users",
                    "groups": [
                        2
                    ],
                    "name": "RUM",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "web-vitals.svg",
            "website": "https://github.com/GoogleChrome/web-vitals",
            "pricing": [],
            "cpe": null
        },
        "Priority Hints": {
            "name": "Priority Hints",
            "description": "Priority Hints exposes a mechanism for developers to signal a relative priority for browsers to consider when fetching resources.",
            "slug": "priority-hints",
            "categories": [
                {
                    "id": 92,
                    "slug": "performance",
                    "description": "Tools that measure and optimize site speed",
                    "groups": [
                        7
                    ],
                    "name": "Performance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Priority Hints.svg",
            "website": "https://wicg.github.io/priority-hints/",
            "pricing": [],
            "cpe": null
        },
        "HSTS": {
            "name": "HSTS",
            "description": "HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.",
            "slug": "hsts",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "description": "Technologies that protect websites from vulnerabilities and attacks",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "default.svg",
            "website": "https://www.rfc-editor.org/rfc/rfc6797#section-6.1",
            "pricing": [],
            "cpe": null
        },
        "Google Workspace": {
            "name": "Google Workspace",
            "description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.",
            "slug": "google-workspace",
            "categories": [
                {
                    "id": 30,
                    "slug": "webmail",
                    "description": "Systems that allow users to send and receive emails through a browser",
                    "groups": [
                        4
                    ],
                    "name": "Webmail",
                    "priority": 2
                },
                {
                    "id": 75,
                    "slug": "email",
                    "description": "Systems that manage email communication",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google.svg",
            "website": "https://workspace.google.com/",
            "pricing": [],
            "cpe": null
        },
        "Google Cloud Trace": {
            "name": "Google Cloud Trace",
            "description": "Google Cloud Trace is a distributed tracing system that collects latency data from applications and displays it in the Google Cloud Console.",
            "slug": "google-cloud-trace",
            "categories": [
                {
                    "id": 92,
                    "slug": "performance",
                    "description": "Tools that measure and optimize site speed",
                    "groups": [
                        7
                    ],
                    "name": "Performance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "google-cloud-trace.svg",
            "website": "https://cloud.google.com/trace",
            "pricing": [],
            "cpe": null
        },
        "Google Analytics": {
            "name": "Google Analytics",
            "description": "Google Analytics is a free web analytics service that tracks and reports website traffic.",
            "slug": "google-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "description": "Tools that track user behavior and provide insights into website performance",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Analytics.svg",
            "website": "https://google.com/analytics",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare": {
            "name": "Cloudflare",
            "description": "Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.",
            "slug": "cloudflare",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "description": "(Content Delivery Network) Distribute website content globally to improve load times for users",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com",
            "pricing": [],
            "cpe": null
        },
        "RSS": {
            "name": "RSS",
            "description": "RSS is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.",
            "slug": "rss",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "description": "Tools and technologies that don't fit into other categories",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "RSS.svg",
            "website": "https://www.rssboard.org/rss-specification",
            "pricing": [],
            "cpe": null
        },
        "Open Graph": {
            "name": "Open Graph",
            "description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
            "slug": "open-graph",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "description": "Tools and technologies that don't fit into other categories",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Open Graph.png",
            "website": "https://ogp.me",
            "pricing": [],
            "cpe": null
        }
    }
}
WPT test run for https://www.crunchbase.com/

WPT test run results: http://webpagetest.httparchive.org/results.php?test=250225_67_Q
Detected technologies:

{
    "detected": {
        "JavaScript frameworks": "AngularJS",
        "Security": "Cloudflare Bot Management",
        "CDN": "Cloudflare"
    },
    "detected_apps": {
        "AngularJS": "",
        "Cloudflare Bot Management": "",
        "Cloudflare": ""
    },
    "detected_technologies": {
        "AngularJS": {
            "name": "AngularJS",
            "description": "AngularJS is a JavaScript-based open-source web application framework led by the Angular Team at Google.",
            "slug": "angularjs",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "description": "Software used for building dynamic web applications and user interfaces",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "AngularJS.svg",
            "website": "https://angularjs.org",
            "pricing": [],
            "cpe": "cpe:2.3:a:angularjs:angular.js:*:*:*:*:*:*:*:*"
        },
        "Cloudflare Bot Management": {
            "name": "Cloudflare Bot Management",
            "description": "Cloudflare bot management solution identifies and mitigates automated traffic to protect websites from bad bots.",
            "slug": "cloudflare-bot-management",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "description": "Technologies that protect websites from vulnerabilities and attacks",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com/en-gb/products/bot-management/",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare": {
            "name": "Cloudflare",
            "description": "Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.",
            "slug": "cloudflare",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "description": "(Content Delivery Network) Distribute website content globally to improve load times for users",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com",
            "pricing": [],
            "cpe": null
        }
    }
}
WPT test run for https://imagekit.io/

WPT test run results: http://webpagetest.httparchive.org/results.php?test=250225_46_R
Detected technologies:

{
    "detected": {
        "Issue trackers": "Sentry,Atlassian Statuspage",
        "Authentication": "Google Sign-in",
        "UI frameworks": "Chakra UI",
        "Video players": "VideoJS",
        "JavaScript frameworks": "styled-components 5.3.1,Emotion,React,Gatsby 5.13.6",
        "Development": "styled-components 5.3.1,Emotion",
        "Static site generator": "Gatsby 5.13.6",
        "PaaS": "Atlassian Statuspage,Amazon Web Services",
        "CDN": "Cloudflare,ImageKit,Amazon CloudFront",
        "Analytics": "Plausible,Linkedin Insight Tag,HubSpot Analytics,Hotjar,Google Analytics,Facebook Pixel 2.9.184",
        "JavaScript libraries": "core-js 3.32.2,Swiper",
        "Live chat": "Intercom",
        "CRM": "Intercom",
        "Digital asset management": "ImageKit",
        "Font scripts": "Google Font API",
        "Advertising": "Twitter Ads,Microsoft Advertising",
        "Marketing automation": "HubSpot",
        "Security": "HSTS,Cloudflare Bot Management",
        "Webmail": "Google Workspace",
        "Email": "Google Workspace",
        "Tag managers": "Google Tag Manager",
        "Cookie compliance": "Cookiebot 1",
        "Miscellaneous": "Webpack,PWA,Open Graph,HTTP/3"
    },
    "detected_apps": {
        "Sentry": "",
        "Google Sign-in": "",
        "Chakra UI": "",
        "VideoJS": "",
        "styled-components": "5.3.1",
        "Emotion": "",
        "React": "",
        "Gatsby": "5.13.6",
        "Atlassian Statuspage": "",
        "Amazon Web Services": "",
        "Cloudflare": "",
        "Plausible": "",
        "core-js": "3.32.2",
        "Swiper": "",
        "Intercom": "",
        "ImageKit": "",
        "Google Font API": "",
        "Twitter Ads": "",
        "Microsoft Advertising": "",
        "Linkedin Insight Tag": "",
        "HubSpot Analytics": "",
        "HubSpot": "",
        "Hotjar": "",
        "HSTS": "",
        "Google Workspace": "",
        "Google Tag Manager": "",
        "Google Analytics": "",
        "Facebook Pixel": "2.9.184",
        "Cookiebot": "1",
        "Cloudflare Bot Management": "",
        "Amazon CloudFront": "",
        "Webpack": "",
        "PWA": "",
        "Open Graph": "",
        "HTTP/3": ""
    },
    "detected_technologies": {
        "Sentry": {
            "name": "Sentry",
            "description": "Sentry is an open-source platform for workflow productivity, aggregating errors from across the stack in real time.",
            "slug": "sentry",
            "categories": [
                {
                    "id": 13,
                    "slug": "issue-trackers",
                    "description": "Platforms used to manage and track bugs, tasks, and features in software development",
                    "groups": [
                        3,
                        18
                    ],
                    "name": "Issue trackers",
                    "priority": 2
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Sentry.svg",
            "website": "https://sentry.io/",
            "pricing": [],
            "cpe": null
        },
        "Google Sign-in": {
            "name": "Google Sign-in",
            "description": "Google Sign-In is a secure authentication system that reduces the burden of login for users, by enabling them to sign in with their Google account.",
            "slug": "google-sign-in",
            "categories": [
                {
                    "id": 69,
                    "slug": "authentication",
                    "description": "Systems that manage user logins and security",
                    "groups": [
                        11
                    ],
                    "name": "Authentication",
                    "priority": 6
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google.svg",
            "website": "https://developers.google.com/identity/sign-in/web",
            "pricing": [],
            "cpe": null
        },
        "Chakra UI": {
            "name": "Chakra UI",
            "description": "Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.",
            "slug": "chakra-ui",
            "categories": [
                {
                    "id": 66,
                    "slug": "ui-frameworks",
                    "description": "Provide pre-built components to build user interfaces",
                    "groups": [
                        9
                    ],
                    "name": "UI frameworks",
                    "priority": 7
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Chakra UI.svg",
            "website": "https://chakra-ui.com",
            "pricing": [],
            "cpe": null
        },
        "VideoJS": {
            "name": "VideoJS",
            "description": "Video.js is a JavaScript and CSS library that makes it easier to work with and build on HTML5 video.",
            "slug": "videojs",
            "categories": [
                {
                    "id": 14,
                    "slug": "video-players",
                    "description": "Tools that embed videos on websites",
                    "groups": [
                        10
                    ],
                    "name": "Video players",
                    "priority": 7
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "VideoJS.svg",
            "website": "https://videojs.com",
            "pricing": [],
            "cpe": null
        },
        "styled-components": {
            "name": "styled-components",
            "description": "Styled components is a CSS-in-JS styling framework that uses tagged template literals in JavaScript.",
            "slug": "styled-components",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "description": "Software used for building dynamic web applications and user interfaces",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                },
                {
                    "id": 47,
                    "slug": "development",
                    "description": "Tools that assist in building and debugging websites and applications",
                    "groups": [
                        9
                    ],
                    "name": "Development",
                    "priority": 2
                }
            ],
            "confidence": 100,
            "version": "5.3.1",
            "icon": "styled-components.svg",
            "website": "https://styled-components.com",
            "pricing": [],
            "cpe": null
        },
        "Emotion": {
            "name": "Emotion",
            "description": "Emotion is a library designed for writing CSS styles with JavaScript.",
            "slug": "emotion",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "description": "Software used for building dynamic web applications and user interfaces",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                },
                {
                    "id": 47,
                    "slug": "development",
                    "description": "Tools that assist in building and debugging websites and applications",
                    "groups": [
                        9
                    ],
                    "name": "Development",
                    "priority": 2
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Emotion.png",
            "website": "https://emotion.sh",
            "pricing": [],
            "cpe": null
        },
        "React": {
            "name": "React",
            "description": "React is an open-source JavaScript library for building user interfaces or UI components.",
            "slug": "react",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "description": "Software used for building dynamic web applications and user interfaces",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "React.svg",
            "website": "https://reactjs.org",
            "pricing": [],
            "cpe": "cpe:2.3:a:facebook:react:*:*:*:*:*:*:*:*"
        },
        "Gatsby": {
            "name": "Gatsby",
            "description": "Gatsby is a React-based open-source framework with performance, scalability and security built-in.",
            "slug": "gatsby",
            "categories": [
                {
                    "id": 57,
                    "slug": "static-site-generator",
                    "description": "Tools to create static HTML files",
                    "groups": [
                        9
                    ],
                    "name": "Static site generator",
                    "priority": 1
                },
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "description": "Software used for building dynamic web applications and user interfaces",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "5.13.6",
            "icon": "Gatsby.svg",
            "website": "https://www.gatsbyjs.org/",
            "pricing": [],
            "cpe": null
        },
        "Atlassian Statuspage": {
            "name": "Atlassian Statuspage",
            "description": "Statuspage is a status and incident communication tool.",
            "slug": "atlassian-statuspage",
            "categories": [
                {
                    "id": 13,
                    "slug": "issue-trackers",
                    "description": "Platforms used to manage and track bugs, tasks, and features in software development",
                    "groups": [
                        3,
                        18
                    ],
                    "name": "Issue trackers",
                    "priority": 2
                },
                {
                    "id": 62,
                    "slug": "paas",
                    "description": "Provides a platform for software development",
                    "groups": [
                        7
                    ],
                    "name": "PaaS",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Atlassian Statuspage.svg",
            "website": "https://www.atlassian.com/software/statuspage",
            "pricing": [],
            "cpe": null
        },
        "Amazon Web Services": {
            "name": "Amazon Web Services",
            "description": "Amazon Web Services (AWS) is a comprehensive cloud services platform offering compute power, database storage, content delivery and other functionality.",
            "slug": "amazon-web-services",
            "categories": [
                {
                    "id": 62,
                    "slug": "paas",
                    "description": "Provides a platform for software development",
                    "groups": [
                        7
                    ],
                    "name": "PaaS",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Amazon Web Services.svg",
            "website": "https://aws.amazon.com/",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare": {
            "name": "Cloudflare",
            "description": "Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.",
            "slug": "cloudflare",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "description": "(Content Delivery Network) Distribute website content globally to improve load times for users",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com",
            "pricing": [],
            "cpe": null
        },
        "Plausible": {
            "name": "Plausible",
            "description": "Plausible is an open-source alternative to Google Analytics.",
            "slug": "plausible",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "description": "Tools that track user behavior and provide insights into website performance",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Plausible.svg",
            "website": "https://plausible.io/",
            "pricing": [],
            "cpe": null
        },
        "core-js": {
            "name": "core-js",
            "description": "core-js is a modular standard library for JavaScript, with polyfills for cutting-edge ECMAScript features.",
            "slug": "core-js",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "description": "Collections of pre-written JavaScript code",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.32.2",
            "icon": "core-js.png",
            "website": "https://github.com/zloirock/core-js",
            "pricing": [],
            "cpe": null
        },
        "Swiper": {
            "name": "Swiper",
            "description": "Swiper is a JavaScript library that creates modern touch sliders with hardware-accelerated transitions.",
            "slug": "swiper",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "description": "Collections of pre-written JavaScript code",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Swiper.svg",
            "website": "https://swiperjs.com",
            "pricing": [],
            "cpe": null
        },
        "Intercom": {
            "name": "Intercom",
            "description": "Intercom is an American software company that produces a messaging platform which allows businesses to communicate with prospective and existing customers within their app, on their website, through social media, or via email.",
            "slug": "intercom",
            "categories": [
                {
                    "id": 52,
                    "slug": "live-chat",
                    "description": "Tools that allow for real-time customer support",
                    "groups": [
                        4,
                        16
                    ],
                    "name": "Live chat",
                    "priority": 9
                },
                {
                    "id": 53,
                    "slug": "crm",
                    "description": "(Customer Relationship Management) Systems that help manage customer interactions",
                    "groups": [
                        2,
                        16
                    ],
                    "name": "CRM",
                    "priority": 5
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Intercom.svg",
            "website": "https://www.intercom.com",
            "pricing": [
                "mid",
                "recurring"
            ],
            "cpe": null
        },
        "ImageKit": {
            "name": "ImageKit",
            "description": "ImageKit is a real-time image and video transformation, optimization, and delivery service with built-in digital asset management, powered by a global CDN.",
            "slug": "imagekit",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "description": "(Content Delivery Network) Distribute website content globally to improve load times for users",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                },
                {
                    "id": 95,
                    "slug": "digital-asset-management",
                    "description": "Systems that store and manage media files",
                    "groups": [
                        10
                    ],
                    "name": "Digital asset management",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "ImageKit.svg",
            "website": "https://imagekit.io/",
            "pricing": [
                "freemium",
                "payg",
                "recurring"
            ],
            "cpe": null
        },
        "Google Font API": {
            "name": "Google Font API",
            "description": "Google Font API is a web service that supports open-source font files that can be used on your web designs.",
            "slug": "google-font-api",
            "categories": [
                {
                    "id": 17,
                    "slug": "font-scripts",
                    "description": "Technologies that control how fonts are displayed on a webpage",
                    "groups": [
                        9
                    ],
                    "name": "Font scripts",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Font API.svg",
            "website": "https://google.com/fonts",
            "pricing": [],
            "cpe": null
        },
        "Twitter Ads": {
            "name": "Twitter Ads",
            "description": "Twitter Ads is an advertising platform for Twitter 'microblogging' system.",
            "slug": "twitter-ads",
            "categories": [
                {
                    "id": 36,
                    "slug": "advertising",
                    "description": "Platforms that display ads on websites",
                    "groups": [
                        2
                    ],
                    "name": "Advertising",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Twitter.svg",
            "website": "https://ads.twitter.com",
            "pricing": [
                "payg"
            ],
            "cpe": null
        },
        "Microsoft Advertising": {
            "name": "Microsoft Advertising",
            "description": "Microsoft Advertising is an online advertising platform developed by Microsoft.",
            "slug": "microsoft-advertising",
            "categories": [
                {
                    "id": 36,
                    "slug": "advertising",
                    "description": "Platforms that display ads on websites",
                    "groups": [
                        2
                    ],
                    "name": "Advertising",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Microsoft.svg",
            "website": "https://ads.microsoft.com",
            "pricing": [
                "payg"
            ],
            "cpe": null
        },
        "Linkedin Insight Tag": {
            "name": "Linkedin Insight Tag",
            "description": "LinkedIn Insight Tag is a lightweight JavaScript tag that powers conversion tracking, website audiences, and website demographics.",
            "slug": "linkedin-insight-tag",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "description": "Tools that track user behavior and provide insights into website performance",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Linkedin.svg",
            "website": "https://business.linkedin.com/marketing-solutions/insight-tag",
            "pricing": [],
            "cpe": null
        },
        "HubSpot Analytics": {
            "name": "HubSpot Analytics",
            "description": "HubSpot is a marketing and sales software that helps companies attract visitors, convert leads, and close customers.",
            "slug": "hubspot-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "description": "Tools that track user behavior and provide insights into website performance",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "HubSpot.svg",
            "website": "https://www.hubspot.com/products/marketing/analytics",
            "pricing": [],
            "cpe": null
        },
        "HubSpot": {
            "name": "HubSpot",
            "description": "HubSpot is a marketing and sales software that helps companies attract visitors, convert leads, and close customers.",
            "slug": "hubspot",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "description": "Tools that streamline marketing activities",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "HubSpot.svg",
            "website": "https://www.hubspot.com",
            "pricing": [
                "recurring",
                "high"
            ],
            "cpe": null
        },
        "Hotjar": {
            "name": "Hotjar",
            "description": "Hotjar is a suite of analytic tools to assist in the gathering of qualitative data, providing feedback through tools such as heatmaps, session recordings, and surveys.",
            "slug": "hotjar",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "description": "Tools that track user behavior and provide insights into website performance",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Hotjar.svg",
            "website": "https://www.hotjar.com",
            "pricing": [
                "freemium",
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "HSTS": {
            "name": "HSTS",
            "description": "HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.",
            "slug": "hsts",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "description": "Technologies that protect websites from vulnerabilities and attacks",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "default.svg",
            "website": "https://www.rfc-editor.org/rfc/rfc6797#section-6.1",
            "pricing": [],
            "cpe": null
        },
        "Google Workspace": {
            "name": "Google Workspace",
            "description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.",
            "slug": "google-workspace",
            "categories": [
                {
                    "id": 30,
                    "slug": "webmail",
                    "description": "Systems that allow users to send and receive emails through a browser",
                    "groups": [
                        4
                    ],
                    "name": "Webmail",
                    "priority": 2
                },
                {
                    "id": 75,
                    "slug": "email",
                    "description": "Systems that manage email communication",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google.svg",
            "website": "https://workspace.google.com/",
            "pricing": [],
            "cpe": null
        },
        "Google Tag Manager": {
            "name": "Google Tag Manager",
            "description": "Google Tag Manager is a tag management system (TMS) that allows you to quickly and easily update measurement codes and related code fragments collectively known as tags on your website or mobile app.",
            "slug": "google-tag-manager",
            "categories": [
                {
                    "id": 42,
                    "slug": "tag-managers",
                    "description": "Tools that allow the addition of scripts and tracking tools to websites",
                    "groups": [
                        8
                    ],
                    "name": "Tag managers",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Tag Manager.svg",
            "website": "https://www.google.com/tagmanager",
            "pricing": [],
            "cpe": null
        },
        "Google Analytics": {
            "name": "Google Analytics",
            "description": "Google Analytics is a free web analytics service that tracks and reports website traffic.",
            "slug": "google-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "description": "Tools that track user behavior and provide insights into website performance",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Analytics.svg",
            "website": "https://google.com/analytics",
            "pricing": [],
            "cpe": null
        },
        "Facebook Pixel": {
            "name": "Facebook Pixel",
            "description": "Facebook pixel is an analytics tool that allows you to measure the effectiveness of your advertising.",
            "slug": "facebook-pixel",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "description": "Tools that track user behavior and provide insights into website performance",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "2.9.184",
            "icon": "Facebook.svg",
            "website": "https://facebook.com",
            "pricing": [],
            "cpe": null
        },
        "Cookiebot": {
            "name": "Cookiebot",
            "description": "Cookiebot is a cloud-driven solution that automatically controls cookies and trackers, enabling full GDPR/ePrivacy and CCPA compliance for websites.",
            "slug": "cookiebot",
            "categories": [
                {
                    "id": 67,
                    "slug": "cookie-compliance",
                    "description": "Tools that manage user consent for cookies",
                    "groups": [
                        13
                    ],
                    "name": "Cookie compliance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "1",
            "icon": "Cookiebot.svg",
            "website": "https://www.cookiebot.com",
            "pricing": [],
            "cpe": null
        },
        "Cloudflare Bot Management": {
            "name": "Cloudflare Bot Management",
            "description": "Cloudflare bot management solution identifies and mitigates automated traffic to protect websites from bad bots.",
            "slug": "cloudflare-bot-management",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "description": "Technologies that protect websites from vulnerabilities and attacks",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com/en-gb/products/bot-management/",
            "pricing": [],
            "cpe": null
        },
        "Amazon CloudFront": {
            "name": "Amazon CloudFront",
            "description": "Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency, high transfer speeds.",
            "slug": "amazon-cloudfront",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "description": "(Content Delivery Network) Distribute website content globally to improve load times for users",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Amazon Cloudfront.svg",
            "website": "https://aws.amazon.com/cloudfront/",
            "pricing": [],
            "cpe": null
        },
        "Webpack": {
            "name": "Webpack",
            "description": "Webpack is an open-source JavaScript module bundler.",
            "slug": "webpack",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "description": "Tools and technologies that don't fit into other categories",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Webpack.svg",
            "website": "https://webpack.js.org/",
            "pricing": [],
            "cpe": null
        },
        "PWA": {
            "name": "PWA",
            "description": "Progressive Web Apps (PWAs) are web apps built and enhanced with modern APIs to deliver enhanced capabilities, reliability, and installability while reaching anyone, anywhere, on any device, all with a single codebase.",
            "slug": "pwa",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "description": "Tools and technologies that don't fit into other categories",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "PWA.svg",
            "website": "https://web.dev/progressive-web-apps/",
            "pricing": [],
            "cpe": null
        },
        "Open Graph": {
            "name": "Open Graph",
            "description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
            "slug": "open-graph",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "description": "Tools and technologies that don't fit into other categories",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Open Graph.png",
            "website": "https://ogp.me",
            "pricing": [],
            "cpe": null
        },
        "HTTP/3": {
            "name": "HTTP/3",
            "description": "HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.",
            "slug": "http-3",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "description": "Tools and technologies that don't fit into other categories",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "HTTP3.svg",
            "website": "https://httpwg.org/",
            "pricing": [],
            "cpe": null
        }
    }
}
WPT test run for https://www.nykaa.com/

WPT test run results: http://webpagetest.httparchive.org/results.php?test=250225_X3_S
Detected technologies:

{
    "detected": {
        "Issue trackers": "Sentry,Zendesk",
        "Webmail": "Apple iCloud Mail,Google Workspace",
        "Programming languages": "PHP",
        "JavaScript frameworks": "Emotion,React",
        "Development": "Emotion",
        "PaaS": "Amazon Web Services",
        "JavaScript libraries": "Lodash 4.17.20,Loadable-Components",
        "Documentation": "Zendesk",
        "Live chat": "Zendesk",
        "Analytics": "Mixpanel",
        "Marketing automation": "MailChimp",
        "Email": "MailChimp,Google Workspace,Amazon SES",
        "Security": "HSTS",
        "Miscellaneous": "Open Graph,HTTP/3"
    },
    "detected_apps": {
        "Sentry": "",
        "Apple iCloud Mail": "",
        "PHP": "",
        "Emotion": "",
        "React": "",
        "Amazon Web Services": "",
        "Lodash": "4.17.20",
        "Loadable-Components": "",
        "Zendesk": "",
        "Mixpanel": "",
        "MailChimp": "",
        "HSTS": "",
        "Google Workspace": "",
        "Amazon SES": "",
        "Open Graph": "",
        "HTTP/3": ""
    },
    "detected_technologies": {
        "Sentry": {
            "name": "Sentry",
            "description": "Sentry is an open-source platform for workflow productivity, aggregating errors from across the stack in real time.",
            "slug": "sentry",
            "categories": [
                {
                    "id": 13,
                    "slug": "issue-trackers",
                    "description": "Platforms used to manage and track bugs, tasks, and features in software development",
                    "groups": [
                        3,
                        18
                    ],
                    "name": "Issue trackers",
                    "priority": 2
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Sentry.svg",
            "website": "https://sentry.io/",
            "pricing": [],
            "cpe": null
        },
        "Apple iCloud Mail": {
            "name": "Apple iCloud Mail",
            "description": "Apple iCloud Mail is a webmail service provided by Apple, Inc.",
            "slug": "apple-icloud-mail",
            "categories": [
                {
                    "id": 30,
                    "slug": "webmail",
                    "description": "Systems that allow users to send and receive emails through a browser",
                    "groups": [
                        4
                    ],
                    "name": "Webmail",
                    "priority": 2
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Apple.svg",
            "website": "https://www.apple.com/icloud/",
            "pricing": [],
            "cpe": null
        },
        "PHP": {
            "name": "PHP",
            "description": "PHP is a general-purpose scripting language used for web development.",
            "slug": "php",
            "categories": [
                {
                    "id": 27,
                    "slug": "programming-languages",
                    "description": "Build website functionalities and backend services",
                    "groups": [
                        9
                    ],
                    "name": "Programming languages",
                    "priority": 5
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "PHP.svg",
            "website": "https://php.net",
            "pricing": [],
            "cpe": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*"
        },
        "Emotion": {
            "name": "Emotion",
            "description": "Emotion is a library designed for writing CSS styles with JavaScript.",
            "slug": "emotion",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "description": "Software used for building dynamic web applications and user interfaces",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                },
                {
                    "id": 47,
                    "slug": "development",
                    "description": "Tools that assist in building and debugging websites and applications",
                    "groups": [
                        9
                    ],
                    "name": "Development",
                    "priority": 2
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Emotion.png",
            "website": "https://emotion.sh",
            "pricing": [],
            "cpe": null
        },
        "React": {
            "name": "React",
            "description": "React is an open-source JavaScript library for building user interfaces or UI components.",
            "slug": "react",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "description": "Software used for building dynamic web applications and user interfaces",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "React.svg",
            "website": "https://reactjs.org",
            "pricing": [],
            "cpe": "cpe:2.3:a:facebook:react:*:*:*:*:*:*:*:*"
        },
        "Amazon Web Services": {
            "name": "Amazon Web Services",
            "description": "Amazon Web Services (AWS) is a comprehensive cloud services platform offering compute power, database storage, content delivery and other functionality.",
            "slug": "amazon-web-services",
            "categories": [
                {
                    "id": 62,
                    "slug": "paas",
                    "description": "Provides a platform for software development",
                    "groups": [
                        7
                    ],
                    "name": "PaaS",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Amazon Web Services.svg",
            "website": "https://aws.amazon.com/",
            "pricing": [],
            "cpe": null
        },
        "Lodash": {
            "name": "Lodash",
            "description": "Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.",
            "slug": "lodash",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "description": "Collections of pre-written JavaScript code",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "4.17.20",
            "icon": "Lodash.svg",
            "website": "https://www.lodash.com",
            "pricing": [],
            "cpe": "cpe:2.3:a:lodash:lodash:*:*:*:*:*:*:*:*"
        },
        "Loadable-Components": {
            "name": "Loadable-Components",
            "description": "Loadable-Components is a library to solve the React code-splitting client-side and server-side.",
            "slug": "loadable-components",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "description": "Collections of pre-written JavaScript code",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Loadable-Components.png",
            "website": "https://github.com/gregberge/loadable-components",
            "pricing": [],
            "cpe": null
        },
        "Zendesk": {
            "name": "Zendesk",
            "description": "Zendesk is a cloud-based help desk management solution offering customizable tools to build customer service portal, knowledge base and online communities.",
            "slug": "zendesk",
            "categories": [
                {
                    "id": 4,
                    "slug": "documentation",
                    "description": "Tools and platforms to host information about products, services, or software",
                    "groups": [
                        3
                    ],
                    "name": "Documentation",
                    "priority": 2
                },
                {
                    "id": 13,
                    "slug": "issue-trackers",
                    "description": "Platforms used to manage and track bugs, tasks, and features in software development",
                    "groups": [
                        3,
                        18
                    ],
                    "name": "Issue trackers",
                    "priority": 2
                },
                {
                    "id": 52,
                    "slug": "live-chat",
                    "description": "Tools that allow for real-time customer support",
                    "groups": [
                        4,
                        16
                    ],
                    "name": "Live chat",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Zendesk.svg",
            "website": "https://zendesk.com",
            "pricing": [
                "low"
            ],
            "cpe": null
        },
        "Mixpanel": {
            "name": "Mixpanel",
            "description": "Mixpanel provides a business analytics service. It tracks user interactions with web and mobile applications and provides tools for targeted communication with them. Its toolset contains in-app A/B tests and user survey forms.",
            "slug": "mixpanel",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "description": "Tools that track user behavior and provide insights into website performance",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Mixpanel.svg",
            "website": "https://mixpanel.com",
            "pricing": [],
            "cpe": null
        },
        "MailChimp": {
            "name": "MailChimp",
            "description": "Mailchimp is a marketing automation platform and email marketing service.",
            "slug": "mailchimp",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "description": "Tools that streamline marketing activities",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                },
                {
                    "id": 75,
                    "slug": "email",
                    "description": "Systems that manage email communication",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "mailchimp.svg",
            "website": "https://mailchimp.com",
            "pricing": [
                "low",
                "freemium",
                "recurring"
            ],
            "cpe": "cpe:2.3:a:thinkshout:mailchimp:*:*:*:*:*:*:*:*"
        },
        "HSTS": {
            "name": "HSTS",
            "description": "HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.",
            "slug": "hsts",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "description": "Technologies that protect websites from vulnerabilities and attacks",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "default.svg",
            "website": "https://www.rfc-editor.org/rfc/rfc6797#section-6.1",
            "pricing": [],
            "cpe": null
        },
        "Google Workspace": {
            "name": "Google Workspace",
            "description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.",
            "slug": "google-workspace",
            "categories": [
                {
                    "id": 30,
                    "slug": "webmail",
                    "description": "Systems that allow users to send and receive emails through a browser",
                    "groups": [
                        4
                    ],
                    "name": "Webmail",
                    "priority": 2
                },
                {
                    "id": 75,
                    "slug": "email",
                    "description": "Systems that manage email communication",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google.svg",
            "website": "https://workspace.google.com/",
            "pricing": [],
            "cpe": null
        },
        "Amazon SES": {
            "name": "Amazon SES",
            "description": "Amazon Simple Email Service (SES) is an email service that enables developers to send mail from within any application.",
            "slug": "amazon-ses",
            "categories": [
                {
                    "id": 75,
                    "slug": "email",
                    "description": "Systems that manage email communication",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Amazon SES.svg",
            "website": "https://aws.amazon.com/ses/",
            "pricing": [],
            "cpe": null
        },
        "Open Graph": {
            "name": "Open Graph",
            "description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
            "slug": "open-graph",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "description": "Tools and technologies that don't fit into other categories",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Open Graph.png",
            "website": "https://ogp.me",
            "pricing": [],
            "cpe": null
        },
        "HTTP/3": {
            "name": "HTTP/3",
            "description": "HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.",
            "slug": "http-3",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "description": "Tools and technologies that don't fit into other categories",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "HTTP3.svg",
            "website": "https://httpwg.org/",
            "pricing": [],
            "cpe": null
        }
    }
}
WPT test run for https://www.homify.in/

WPT test run results: http://webpagetest.httparchive.org/results.php?test=250225_38_T
Detected technologies:

{
    "detected": {
        "Programming languages": "Ruby",
        "CRM": "Salesforce",
        "Web frameworks": "Ruby on Rails",
        "JavaScript frameworks": "React",
        "Web servers": "Phusion Passenger",
        "PaaS": "Amazon Web Services",
        "A/B Testing": "Optimizely",
        "Personalisation": "Optimizely",
        "JavaScript libraries": "Lodash 4.17.5,jQuery UI 1.12.1,jQuery 2.2.4",
        "Recruitment & staffing": "Personio",
        "Marketing automation": "Salesforce Marketing Cloud Account Engagement",
        "Security": "HSTS",
        "Webmail": "Google Workspace",
        "Email": "Google Workspace",
        "Tag managers": "Google Tag Manager",
        "Advertising": "Google Publisher Tag,DoubleClick for Publishers (DFP)",
        "CDN": "Google Hosted Libraries,Bunny",
        "Analytics": "Google Analytics",
        "Cookie compliance": "Funding Choices",
        "Miscellaneous": "RSS,Open Graph"
    },
    "detected_apps": {
        "Ruby": "",
        "Salesforce": "",
        "Ruby on Rails": "",
        "React": "",
        "Phusion Passenger": "",
        "Amazon Web Services": "",
        "Optimizely": "",
        "Lodash": "4.17.5",
        "jQuery UI": "1.12.1",
        "Personio": "",
        "Salesforce Marketing Cloud Account Engagement": "",
        "jQuery": "2.2.4",
        "HSTS": "",
        "Google Workspace": "",
        "Google Tag Manager": "",
        "Google Publisher Tag": "",
        "Google Hosted Libraries": "",
        "Google Analytics": "",
        "Funding Choices": "",
        "DoubleClick for Publishers (DFP)": "",
        "Bunny": "",
        "RSS": "",
        "Open Graph": ""
    },
    "detected_technologies": {
        "Ruby": {
            "name": "Ruby",
            "description": "Ruby is an open-source object-oriented programming language.",
            "slug": "ruby",
            "categories": [
                {
                    "id": 27,
                    "slug": "programming-languages",
                    "description": "Build website functionalities and backend services",
                    "groups": [
                        9
                    ],
                    "name": "Programming languages",
                    "priority": 5
                }
            ],
            "confidence": 50,
            "version": "",
            "icon": "Ruby.png",
            "website": "https://ruby-lang.org",
            "pricing": [],
            "cpe": "cpe:2.3:a:ruby-lang:ruby:*:*:*:*:*:*:*:*"
        },
        "Salesforce": {
            "name": "Salesforce",
            "description": "Salesforce is a cloud computing service software (SaaS) that specializes in customer relationship management (CRM).",
            "slug": "salesforce",
            "categories": [
                {
                    "id": 53,
                    "slug": "crm",
                    "description": "(Customer Relationship Management) Systems that help manage customer interactions",
                    "groups": [
                        2,
                        16
                    ],
                    "name": "CRM",
                    "priority": 5
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Salesforce.svg",
            "website": "https://www.salesforce.com",
            "pricing": [
                "low"
            ],
            "cpe": "cpe:2.3:a:salesforce:*:*:*:*:*:*:*:*:*"
        },
        "Ruby on Rails": {
            "name": "Ruby on Rails",
            "description": "Ruby on Rails is a server-side web application framework written in Ruby under the MIT License.",
            "slug": "ruby-on-rails",
            "categories": [
                {
                    "id": 18,
                    "slug": "web-frameworks",
                    "description": "Software that provides a structure for building web applications",
                    "groups": [
                        9
                    ],
                    "name": "Web frameworks",
                    "priority": 7
                }
            ],
            "confidence": 50,
            "version": "",
            "icon": "Ruby on Rails.svg",
            "website": "https://rubyonrails.org",
            "pricing": [],
            "cpe": "cpe:2.3:a:rubyonrails:rails:*:*:*:*:*:*:*:*"
        },
        "React": {
            "name": "React",
            "description": "React is an open-source JavaScript library for building user interfaces or UI components.",
            "slug": "react",
            "categories": [
                {
                    "id": 12,
                    "slug": "javascript-frameworks",
                    "description": "Software used for building dynamic web applications and user interfaces",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript frameworks",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "React.svg",
            "website": "https://reactjs.org",
            "pricing": [],
            "cpe": "cpe:2.3:a:facebook:react:*:*:*:*:*:*:*:*"
        },
        "Phusion Passenger": {
            "name": "Phusion Passenger",
            "description": "Phusion Passenger is a free web server and application server with support for Ruby, Python and Node.js.",
            "slug": "phusion-passenger",
            "categories": [
                {
                    "id": 22,
                    "slug": "web-servers",
                    "description": "Software applications that deliver web pages to users' browsers",
                    "groups": [
                        7
                    ],
                    "name": "Web servers",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Phusion Passenger.png",
            "website": "https://phusionpassenger.com",
            "pricing": [],
            "cpe": "cpe:2.3:a:phusionpassenger:phusion_passenger:*:*:*:*:*:*:*:*"
        },
        "Amazon Web Services": {
            "name": "Amazon Web Services",
            "description": "Amazon Web Services (AWS) is a comprehensive cloud services platform offering compute power, database storage, content delivery and other functionality.",
            "slug": "amazon-web-services",
            "categories": [
                {
                    "id": 62,
                    "slug": "paas",
                    "description": "Provides a platform for software development",
                    "groups": [
                        7
                    ],
                    "name": "PaaS",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Amazon Web Services.svg",
            "website": "https://aws.amazon.com/",
            "pricing": [],
            "cpe": null
        },
        "Optimizely": {
            "name": "Optimizely",
            "description": "Optimizely is an experimentation platform that helps developers build and run A/B tests on websites.",
            "slug": "optimizely",
            "categories": [
                {
                    "id": 74,
                    "slug": "a-b-testing",
                    "description": "Tools that help optimize website performance and user experience",
                    "groups": [
                        8
                    ],
                    "name": "A/B Testing",
                    "priority": 9
                },
                {
                    "id": 76,
                    "slug": "personalisation",
                    "description": "Tools that tailor website content based on user data",
                    "groups": [
                        2
                    ],
                    "name": "Personalisation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Optimizely.svg",
            "website": "https://www.optimizely.com",
            "pricing": [
                "poa",
                "high"
            ],
            "cpe": null
        },
        "Lodash": {
            "name": "Lodash",
            "description": "Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.",
            "slug": "lodash",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "description": "Collections of pre-written JavaScript code",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "4.17.5",
            "icon": "Lodash.svg",
            "website": "https://www.lodash.com",
            "pricing": [],
            "cpe": "cpe:2.3:a:lodash:lodash:*:*:*:*:*:*:*:*"
        },
        "jQuery UI": {
            "name": "jQuery UI",
            "description": "jQuery UI is a collection of GUI widgets, animated visual effects, and themes implemented with jQuery, Cascading Style Sheets, and HTML.",
            "slug": "jquery-ui",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "description": "Collections of pre-written JavaScript code",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "1.12.1",
            "icon": "jQuery UI.svg",
            "website": "https://jqueryui.com",
            "pricing": [],
            "cpe": "cpe:2.3:a:jquery:jquery_ui:*:*:*:*:*:*:*:*"
        },
        "Personio": {
            "name": "Personio",
            "description": "Personio is the all-in-one HR software for small- and medium-sized companies with 10 to 2000 employees.",
            "slug": "personio",
            "categories": [
                {
                    "id": 101,
                    "slug": "recruitment-staffing",
                    "description": "Solutions used for hiring processes",
                    "groups": [
                        6,
                        16
                    ],
                    "name": "Recruitment & staffing",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Personio.svg",
            "website": "https://www.personio.com",
            "pricing": [
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Salesforce Marketing Cloud Account Engagement": {
            "name": "Salesforce Marketing Cloud Account Engagement",
            "description": "Salesforce Marketing Cloud Account Engagement (formerly known as Pardot) is an application specifically designed for B2B marketing automation.",
            "slug": "salesforce-marketing-cloud-account-engagement",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "description": "Tools that streamline marketing activities",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Salesforce.svg",
            "website": "https://www.salesforce.com/products/marketing-cloud/marketing-automation",
            "pricing": [
                "high",
                "recurring"
            ],
            "cpe": null
        },
        "jQuery": {
            "name": "jQuery",
            "description": "jQuery is a JavaScript library which is a free, open-source software designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.",
            "slug": "jquery",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "description": "Collections of pre-written JavaScript code",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "2.2.4",
            "icon": "jQuery.svg",
            "website": "https://jquery.com",
            "pricing": [],
            "cpe": "cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:*"
        },
        "HSTS": {
            "name": "HSTS",
            "description": "HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.",
            "slug": "hsts",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "description": "Technologies that protect websites from vulnerabilities and attacks",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "default.svg",
            "website": "https://www.rfc-editor.org/rfc/rfc6797#section-6.1",
            "pricing": [],
            "cpe": null
        },
        "Google Workspace": {
            "name": "Google Workspace",
            "description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.",
            "slug": "google-workspace",
            "categories": [
                {
                    "id": 30,
                    "slug": "webmail",
                    "description": "Systems that allow users to send and receive emails through a browser",
                    "groups": [
                        4
                    ],
                    "name": "Webmail",
                    "priority": 2
                },
                {
                    "id": 75,
                    "slug": "email",
                    "description": "Systems that manage email communication",
                    "groups": [
                        4,
                        2
                    ],
                    "name": "Email",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google.svg",
            "website": "https://workspace.google.com/",
            "pricing": [],
            "cpe": null
        },
        "Google Tag Manager": {
            "name": "Google Tag Manager",
            "description": "Google Tag Manager is a tag management system (TMS) that allows you to quickly and easily update measurement codes and related code fragments collectively known as tags on your website or mobile app.",
            "slug": "google-tag-manager",
            "categories": [
                {
                    "id": 42,
                    "slug": "tag-managers",
                    "description": "Tools that allow the addition of scripts and tracking tools to websites",
                    "groups": [
                        8
                    ],
                    "name": "Tag managers",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Tag Manager.svg",
            "website": "https://www.google.com/tagmanager",
            "pricing": [],
            "cpe": null
        },
        "Google Publisher Tag": {
            "name": "Google Publisher Tag",
            "description": "Google Publisher Tag (GPT) is an ad tagging library for Google Ad Manager which is used to dynamically build ad requests.",
            "slug": "google-publisher-tag",
            "categories": [
                {
                    "id": 36,
                    "slug": "advertising",
                    "description": "Platforms that display ads on websites",
                    "groups": [
                        2
                    ],
                    "name": "Advertising",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Developers.svg",
            "website": "https://developers.google.com/publisher-tag/guides/get-started",
            "pricing": [],
            "cpe": null
        },
        "Google Hosted Libraries": {
            "name": "Google Hosted Libraries",
            "description": "Google Hosted Libraries is a stable, reliable, high-speed, globally available content distribution network for the most popular, open-source JavaScript libraries.",
            "slug": "google-hosted-libraries",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "description": "(Content Delivery Network) Distribute website content globally to improve load times for users",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Developers.svg",
            "website": "https://developers.google.com/speed/libraries",
            "pricing": [],
            "cpe": null
        },
        "Google Analytics": {
            "name": "Google Analytics",
            "description": "Google Analytics is a free web analytics service that tracks and reports website traffic.",
            "slug": "google-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "description": "Tools that track user behavior and provide insights into website performance",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Analytics.svg",
            "website": "https://google.com/analytics",
            "pricing": [],
            "cpe": null
        },
        "Funding Choices": {
            "name": "Funding Choices",
            "description": "Funding Choices is a messaging tool that can help you comply with the EU General Data Protection Regulation (GDPR), and recover lost revenue from ad blocking users.",
            "slug": "funding-choices",
            "categories": [
                {
                    "id": 67,
                    "slug": "cookie-compliance",
                    "description": "Tools that manage user consent for cookies",
                    "groups": [
                        13
                    ],
                    "name": "Cookie compliance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google.svg",
            "website": "https://developers.google.com/funding-choices",
            "pricing": [],
            "cpe": null
        },
        "DoubleClick for Publishers (DFP)": {
            "name": "DoubleClick for Publishers (DFP)",
            "description": "DoubleClick for Publishers (DFP) is a hosted ad serving platform that streamlines your ad management.",
            "slug": "doubleclick-for-publishers-dfp",
            "categories": [
                {
                    "id": 36,
                    "slug": "advertising",
                    "description": "Platforms that display ads on websites",
                    "groups": [
                        2
                    ],
                    "name": "Advertising",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "DoubleClick.svg",
            "website": "https://www.google.com/dfp",
            "pricing": [
                "freemium"
            ],
            "cpe": null
        },
        "Bunny": {
            "name": "Bunny",
            "description": null,
            "slug": "bunny",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "description": "(Content Delivery Network) Distribute website content globally to improve load times for users",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Bunny.svg",
            "website": "https://bunny.net",
            "pricing": [],
            "cpe": null
        },
        "RSS": {
            "name": "RSS",
            "description": "RSS is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.",
            "slug": "rss",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "description": "Tools and technologies that don't fit into other categories",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "RSS.svg",
            "website": "https://www.rssboard.org/rss-specification",
            "pricing": [],
            "cpe": null
        },
        "Open Graph": {
            "name": "Open Graph",
            "description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
            "slug": "open-graph",
            "categories": [
                {
                    "id": 19,
                    "slug": "miscellaneous",
                    "description": "Tools and technologies that don't fit into other categories",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Open Graph.png",
            "website": "https://ogp.me",
            "pricing": [],
            "cpe": null
        }
    }
}

@imagekitio
Copy link
Contributor Author

Let’s wait and see if the tests pick it up.

Its not picking. Let's move ahead. I am not sure if there is anything that can be done at this point.

@tunetheweb tunetheweb merged commit 6308875 into HTTPArchive:main Feb 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants