Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Enhanced Responsive Images detection #54

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

adamsilverstein
Copy link

Add detection for the Enhanced Responsive Images plugin from the WordPress performance team.


Test websites:

Copy link

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

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

{
    "detected": {
        "IaaS": "Google Cloud",
        "JavaScript libraries": "web-vitals",
        "RUM": "web-vitals",
        "Performance": "Priority Hints,Google Cloud Trace",
        "Security": "HSTS",
        "Analytics": "Google Analytics",
        "Miscellaneous": "RSS,Open Graph"
    },
    "detected_apps": {
        "Google Cloud": "",
        "web-vitals": "",
        "Priority Hints": "",
        "HSTS": "",
        "Google Cloud Trace": "",
        "Google Analytics": "",
        "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",
                    "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",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                },
                {
                    "id": 78,
                    "slug": "rum",
                    "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",
                    "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",
                    "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 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",
                    "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",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Analytics.svg",
            "website": "https://google.com/analytics",
            "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",
                    "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",
                    "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://lesalonbeige.fr/

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

{
    "detected": {
        "Ecommerce": "Cart Functionality",
        "CMS": "WordPress",
        "Blogs": "WordPress",
        "Databases": "MySQL",
        "Programming languages": "PHP",
        "Video players": "MediaElement.js 4.2.17",
        "WordPress plugins": "The Events Calendar,wpBakery,Redux Framework 4.4.11,BuddyPress 14.0.0,Yoast SEO,Speculative Loading 1.3.1,Performance Lab 3.3.1,MonsterInsights 8.28.0,Enhanced Responsive Images 1.1.0",
        "Page builders": "wpBakery",
        "SEO": "Yoast SEO",
        "Performance": "Speculative Loading 1.3.1,Performance Lab 3.3.1,Enhanced Responsive Images 1.1.0,Priority Hints",
        "Analytics": "MonsterInsights 8.28.0,Matomo Analytics,Google Analytics",
        "Marketing automation": "OptinMonster",
        "JavaScript libraries": "Isotope,prettyPhoto,Modernizr 2.6.2,jQuery Migrate 3.4.1,jQuery 3.7.1",
        "Font scripts": "Font Awesome 4.7.0",
        "Fundraising & donations": "Donorbox",
        "CDN": "cdnjs,Cloudflare",
        "Security": "reCAPTCHA",
        "Miscellaneous": "Open Graph"
    },
    "detected_apps": {
        "Cart Functionality": "",
        "WordPress": "",
        "MySQL": "",
        "PHP": "",
        "MediaElement.js": "4.2.17",
        "The Events Calendar": "",
        "wpBakery": "",
        "Redux Framework": "4.4.11",
        "BuddyPress": "14.0.0",
        "Yoast SEO": "",
        "Speculative Loading": "1.3.1",
        "Performance Lab": "3.3.1",
        "MonsterInsights": "8.28.0",
        "Enhanced Responsive Images": "1.1.0",
        "OptinMonster": "",
        "Matomo Analytics": "",
        "Isotope": "",
        "Priority Hints": "",
        "Font Awesome": "4.7.0",
        "Donorbox": "",
        "cdnjs": "",
        "reCAPTCHA": "",
        "prettyPhoto": "",
        "Modernizr": "2.6.2",
        "jQuery Migrate": "3.4.1",
        "jQuery": "3.7.1",
        "Google Analytics": "",
        "Cloudflare": "",
        "Open Graph": ""
    },
    "detected_technologies": {
        "Cart Functionality": {
            "name": "Cart Functionality",
            "description": "Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.",
            "slug": "cart-functionality",
            "categories": [
                {
                    "id": 6,
                    "slug": "ecommerce",
                    "groups": [
                        1
                    ],
                    "name": "Ecommerce",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Cart-generic.svg",
            "website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality",
            "pricing": [],
            "cpe": null
        },
        "WordPress": {
            "name": "WordPress",
            "description": "WordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database. Features include a plugin architecture and a template system.",
            "slug": "wordpress",
            "categories": [
                {
                    "id": 1,
                    "slug": "cms",
                    "groups": [
                        3
                    ],
                    "name": "CMS",
                    "priority": 1
                },
                {
                    "id": 11,
                    "slug": "blogs",
                    "groups": [
                        3
                    ],
                    "name": "Blogs",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "WordPress.svg",
            "website": "https://wordpress.org",
            "pricing": [
                "low",
                "recurring",
                "freemium"
            ],
            "cpe": "cpe:2.3:a:wordpress:wordpress:*:*:*:*:*:*:*:*"
        },
        "MySQL": {
            "name": "MySQL",
            "description": "MySQL is an open-source relational database management system.",
            "slug": "mysql",
            "categories": [
                {
                    "id": 34,
                    "slug": "databases",
                    "groups": [
                        7
                    ],
                    "name": "Databases",
                    "priority": 5
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "MySQL.svg",
            "website": "https://mysql.com",
            "pricing": [],
            "cpe": "cpe:2.3:a:mysql:mysql:*:*:*:*:*:*:*:*"
        },
        "PHP": {
            "name": "PHP",
            "description": "PHP is a general-purpose scripting language used for web development.",
            "slug": "php",
            "categories": [
                {
                    "id": 27,
                    "slug": "programming-languages",
                    "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:*:*:*:*:*:*:*:*"
        },
        "MediaElement.js": {
            "name": "MediaElement.js",
            "description": "MediaElement.js is a set of custom Flash plugins that mimic the HTML5 MediaElement API for browsers that don't support HTML5 or don't support the media codecs.",
            "slug": "mediaelement-js",
            "categories": [
                {
                    "id": 14,
                    "slug": "video-players",
                    "groups": [
                        10
                    ],
                    "name": "Video players",
                    "priority": 7
                }
            ],
            "confidence": 100,
            "version": "4.2.17",
            "icon": "MediaElement.js.svg",
            "website": "https://www.mediaelementjs.com",
            "pricing": [],
            "cpe": null
        },
        "The Events Calendar": {
            "name": "The Events Calendar",
            "description": "The Events Calendar is a free event management plugin for WordPress.",
            "slug": "the-events-calendar",
            "categories": [
                {
                    "id": 87,
                    "slug": "wordpress-plugins",
                    "groups": [
                        15
                    ],
                    "name": "WordPress plugins",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "The Events Calendar.png",
            "website": "https://theeventscalendar.com",
            "pricing": [
                "freemium",
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "wpBakery": {
            "name": "wpBakery",
            "description": "WPBakery is a drag and drop visual page builder plugin for WordPress.",
            "slug": "wpbakery",
            "categories": [
                {
                    "id": 51,
                    "slug": "page-builders",
                    "groups": [
                        9
                    ],
                    "name": "Page builders",
                    "priority": 1
                },
                {
                    "id": 87,
                    "slug": "wordpress-plugins",
                    "groups": [
                        15
                    ],
                    "name": "WordPress plugins",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "wpBakery.svg",
            "website": "https://wpbakery.com",
            "pricing": [
                "low",
                "onetime"
            ],
            "cpe": null
        },
        "Redux Framework": {
            "name": "Redux Framework",
            "description": "Redux Framework is a modular PHP library that allows developers to create customisable settings panels and controls for WordPress projects, providing a consistent user interface for managing options and settings.",
            "slug": "redux-framework",
            "categories": [
                {
                    "id": 87,
                    "slug": "wordpress-plugins",
                    "groups": [
                        15
                    ],
                    "name": "WordPress plugins",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "4.4.11",
            "icon": "Redux Framework.svg",
            "website": "https://redux.io",
            "pricing": [],
            "cpe": null
        },
        "BuddyPress": {
            "name": "BuddyPress",
            "description": "BuddyPress is designed to allow schools, companies, sports teams, or any other niche community to start their own social network or communication tool.",
            "slug": "buddypress",
            "categories": [
                {
                    "id": 87,
                    "slug": "wordpress-plugins",
                    "groups": [
                        15
                    ],
                    "name": "WordPress plugins",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "14.0.0",
            "icon": "BuddyPress.svg",
            "website": "https://buddypress.org",
            "pricing": [],
            "cpe": null
        },
        "Yoast SEO": {
            "name": "Yoast SEO",
            "description": "Yoast SEO is a search engine optimisation plugin for WordPress and other platforms.",
            "slug": "yoast-seo",
            "categories": [
                {
                    "id": 54,
                    "slug": "seo",
                    "groups": [
                        2
                    ],
                    "name": "SEO",
                    "priority": 8
                },
                {
                    "id": 87,
                    "slug": "wordpress-plugins",
                    "groups": [
                        15
                    ],
                    "name": "WordPress plugins",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Yoast SEO.png",
            "website": "https://yoast.com/wordpress/plugins/seo/",
            "pricing": [],
            "cpe": null
        },
        "Speculative Loading": {
            "name": "Speculative Loading",
            "description": "Performance plugin from the WordPress Performance Group, which adds support for the Speculation Rules API, by which certain URLs are dynamically prefetched or prerendered based on user interaction.",
            "slug": "speculative-loading",
            "categories": [
                {
                    "id": 87,
                    "slug": "wordpress-plugins",
                    "groups": [
                        15
                    ],
                    "name": "WordPress plugins",
                    "priority": 8
                },
                {
                    "id": 92,
                    "slug": "performance",
                    "groups": [
                        7
                    ],
                    "name": "Performance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "1.3.1",
            "icon": "speculation-rules.svg",
            "website": "https://wordpress.org/plugins/speculation-rules/",
            "pricing": [],
            "cpe": null
        },
        "Performance Lab": {
            "name": "Performance Lab",
            "description": "Performance plugin from the WordPress Performance Group, which is a collection of standalone performance modules.",
            "slug": "performance-lab",
            "categories": [
                {
                    "id": 87,
                    "slug": "wordpress-plugins",
                    "groups": [
                        15
                    ],
                    "name": "WordPress plugins",
                    "priority": 8
                },
                {
                    "id": 92,
                    "slug": "performance",
                    "groups": [
                        7
                    ],
                    "name": "Performance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.3.1",
            "icon": "Performance Lab.svg",
            "website": "https://wordpress.org/plugins/performance-lab/",
            "pricing": [],
            "cpe": null
        },
        "MonsterInsights": {
            "name": "MonsterInsights",
            "description": "MonsterInsights is the most popular Google Analytics plugin for WordPress.",
            "slug": "monsterinsights",
            "categories": [
                {
                    "id": 87,
                    "slug": "wordpress-plugins",
                    "groups": [
                        15
                    ],
                    "name": "WordPress plugins",
                    "priority": 8
                },
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "8.28.0",
            "icon": "MonsterInsights.png",
            "website": "https://www.monsterinsights.com",
            "pricing": [
                "freemium",
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Enhanced Responsive Images": {
            "name": "Enhanced Responsive Images",
            "description": "Performance plugin from the WordPress Performance Group, which improves image sizes attribute accuracy and implements the HTML spec for adding sizes='auto' to lazy loaded images.",
            "slug": "enhanced-responsive-images",
            "categories": [
                {
                    "id": 87,
                    "slug": "wordpress-plugins",
                    "groups": [
                        15
                    ],
                    "name": "WordPress plugins",
                    "priority": 8
                },
                {
                    "id": 92,
                    "slug": "performance",
                    "groups": [
                        7
                    ],
                    "name": "Performance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "1.1.0",
            "icon": "enhanced-image-sizes.svg",
            "website": "https://wordpress.org/plugins/auto-sizes/",
            "pricing": [],
            "cpe": null
        },
        "OptinMonster": {
            "name": "OptinMonster",
            "description": "OptinMonster is a conversion optimisation tool that allows you to grow your email list.",
            "slug": "optinmonster",
            "categories": [
                {
                    "id": 32,
                    "slug": "marketing-automation",
                    "groups": [
                        2
                    ],
                    "name": "Marketing automation",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "OptinMonster.png",
            "website": "https://optinmonster.com",
            "pricing": [
                "low",
                "recurring"
            ],
            "cpe": null
        },
        "Matomo Analytics": {
            "name": "Matomo Analytics",
            "description": "Matomo Analytics is a free and open-source web analytics application, that runs on a PHP/MySQL web-server.",
            "slug": "matomo-analytics",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Matomo.svg",
            "website": "https://matomo.org",
            "pricing": [
                "freemium",
                "payg"
            ],
            "cpe": "cpe:2.3:a:matomo:matomo:*:*:*:*:*:*:*:*"
        },
        "Isotope": {
            "name": "Isotope",
            "description": "Isotope.js is a JavaScript library that makes it easy to sort, filter, and add Masonry layouts to items on a webpage.",
            "slug": "isotope",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Isotope.svg",
            "website": "https://isotope.metafizzy.co",
            "pricing": [
                "low",
                "freemium",
                "onetime"
            ],
            "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",
                    "groups": [
                        7
                    ],
                    "name": "Performance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Priority Hints.svg",
            "website": "https://wicg.github.io/priority-hints/",
            "pricing": [],
            "cpe": null
        },
        "Font Awesome": {
            "name": "Font Awesome",
            "description": "Font Awesome is a font and icon toolkit based on CSS and Less.",
            "slug": "font-awesome",
            "categories": [
                {
                    "id": 17,
                    "slug": "font-scripts",
                    "groups": [
                        9
                    ],
                    "name": "Font scripts",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "4.7.0",
            "icon": "Font Awesome.svg",
            "website": "https://fontawesome.com/",
            "pricing": [
                "low",
                "freemium",
                "recurring"
            ],
            "cpe": null
        },
        "Donorbox": {
            "name": "Donorbox",
            "description": "Donorbox is a US-based technology company. It offers an online fundraising software that allows individuals and nonprofit organisations to receive donations over the Internet.",
            "slug": "donorbox",
            "categories": [
                {
                    "id": 111,
                    "slug": "fundraising-donations",
                    "groups": [
                        6
                    ],
                    "name": "Fundraising & donations",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Donorbox.svg",
            "website": "https://donorbox.org",
            "pricing": [
                "payg"
            ],
            "cpe": null
        },
        "cdnjs": {
            "name": "cdnjs",
            "description": "cdnjs is a free distributed JS library delivery service.",
            "slug": "cdnjs",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "cdnjs.svg",
            "website": "https://cdnjs.com",
            "pricing": [],
            "cpe": null
        },
        "reCAPTCHA": {
            "name": "reCAPTCHA",
            "description": "reCAPTCHA is a free service from Google that helps protect websites from spam and abuse.",
            "slug": "recaptcha",
            "categories": [
                {
                    "id": 16,
                    "slug": "security",
                    "groups": [
                        11
                    ],
                    "name": "Security",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "reCAPTCHA.svg",
            "website": "https://www.google.com/recaptcha/",
            "pricing": [
                "freemium",
                "payg",
                "poa"
            ],
            "cpe": null
        },
        "prettyPhoto": {
            "name": "prettyPhoto",
            "description": null,
            "slug": "prettyphoto",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "prettyPhoto.png",
            "website": "https://no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/",
            "pricing": [],
            "cpe": null
        },
        "Modernizr": {
            "name": "Modernizr",
            "description": "Modernizr is a JavaScript library that detects the features available in a user's browser.",
            "slug": "modernizr",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "2.6.2",
            "icon": "Modernizr.svg",
            "website": "https://modernizr.com",
            "pricing": [],
            "cpe": null
        },
        "jQuery Migrate": {
            "name": "jQuery Migrate",
            "description": "Query Migrate is a javascript library that allows you to preserve the compatibility of your jQuery code developed for versions of jQuery older than 1.9.",
            "slug": "jquery-migrate",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.4.1",
            "icon": "jQuery.svg",
            "website": "https://github.com/jquery/jquery-migrate",
            "pricing": [],
            "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",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.7.1",
            "icon": "jQuery.svg",
            "website": "https://jquery.com",
            "pricing": [],
            "cpe": "cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:*"
        },
        "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",
                    "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",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com",
            "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",
                    "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://anichin.show/

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

{
    "detected": {
        "CDN": "Cloudflare",
        "Miscellaneous": "HTTP/3"
    },
    "detected_apps": {
        "Cloudflare": "",
        "HTTP/3": ""
    },
    "detected_technologies": {
        "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",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com",
            "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",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "HTTP3.svg",
            "website": "https://httpwg.org/",
            "pricing": [],
            "cpe": null
        }
    }
}
WPT test run for https://asura-scan.org/

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

{
    "detected": {
        "CMS": "WordPress 6.6.1",
        "Blogs": "WordPress 6.6.1",
        "Databases": "MySQL",
        "Programming languages": "PHP",
        "SEO": "Yoast SEO 23.1",
        "WordPress plugins": "Yoast SEO 23.1,Site Kit 1.132.0,Performance Lab 3.3.1,Enhanced Responsive Images 1.1.0",
        "Analytics": "Site Kit 1.132.0,Google Analytics",
        "Performance": "Performance Lab 3.3.1,Enhanced Responsive Images 1.1.0,LazySizes",
        "JavaScript libraries": "Select2,LazySizes,jQuery Migrate 3.3.0,core-js 3.35.0,Underscore.js 1.13.4,Swiper,OWL Carousel,jQuery 3.5.1",
        "Font scripts": "Google Font API,Font Awesome",
        "CDN": "cdnjs,Cloudflare",
        "Miscellaneous": "Open Graph,HTTP/3"
    },
    "detected_apps": {
        "WordPress": "6.6.1",
        "MySQL": "",
        "PHP": "",
        "Yoast SEO": "23.1",
        "Site Kit": "1.132.0",
        "Performance Lab": "3.3.1",
        "Enhanced Responsive Images": "1.1.0",
        "Select2": "",
        "LazySizes": "",
        "jQuery Migrate": "3.3.0",
        "core-js": "3.35.0",
        "Google Font API": "",
        "Font Awesome": "",
        "Underscore.js": "1.13.4",
        "Swiper": "",
        "OWL Carousel": "",
        "jQuery": "3.5.1",
        "Google Analytics": "",
        "cdnjs": "",
        "Cloudflare": "",
        "Open Graph": "",
        "HTTP/3": ""
    },
    "detected_technologies": {
        "WordPress": {
            "name": "WordPress",
            "description": "WordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database. Features include a plugin architecture and a template system.",
            "slug": "wordpress",
            "categories": [
                {
                    "id": 1,
                    "slug": "cms",
                    "groups": [
                        3
                    ],
                    "name": "CMS",
                    "priority": 1
                },
                {
                    "id": 11,
                    "slug": "blogs",
                    "groups": [
                        3
                    ],
                    "name": "Blogs",
                    "priority": 1
                }
            ],
            "confidence": 100,
            "version": "6.6.1",
            "icon": "WordPress.svg",
            "website": "https://wordpress.org",
            "pricing": [
                "low",
                "recurring",
                "freemium"
            ],
            "cpe": "cpe:2.3:a:wordpress:wordpress:*:*:*:*:*:*:*:*"
        },
        "MySQL": {
            "name": "MySQL",
            "description": "MySQL is an open-source relational database management system.",
            "slug": "mysql",
            "categories": [
                {
                    "id": 34,
                    "slug": "databases",
                    "groups": [
                        7
                    ],
                    "name": "Databases",
                    "priority": 5
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "MySQL.svg",
            "website": "https://mysql.com",
            "pricing": [],
            "cpe": "cpe:2.3:a:mysql:mysql:*:*:*:*:*:*:*:*"
        },
        "PHP": {
            "name": "PHP",
            "description": "PHP is a general-purpose scripting language used for web development.",
            "slug": "php",
            "categories": [
                {
                    "id": 27,
                    "slug": "programming-languages",
                    "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:*:*:*:*:*:*:*:*"
        },
        "Yoast SEO": {
            "name": "Yoast SEO",
            "description": "Yoast SEO is a search engine optimisation plugin for WordPress and other platforms.",
            "slug": "yoast-seo",
            "categories": [
                {
                    "id": 54,
                    "slug": "seo",
                    "groups": [
                        2
                    ],
                    "name": "SEO",
                    "priority": 8
                },
                {
                    "id": 87,
                    "slug": "wordpress-plugins",
                    "groups": [
                        15
                    ],
                    "name": "WordPress plugins",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "23.1",
            "icon": "Yoast SEO.png",
            "website": "https://yoast.com/wordpress/plugins/seo/",
            "pricing": [],
            "cpe": null
        },
        "Site Kit": {
            "name": "Site Kit",
            "description": "Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make them successful on the web.",
            "slug": "site-kit",
            "categories": [
                {
                    "id": 10,
                    "slug": "analytics",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                },
                {
                    "id": 87,
                    "slug": "wordpress-plugins",
                    "groups": [
                        15
                    ],
                    "name": "WordPress plugins",
                    "priority": 8
                }
            ],
            "confidence": 100,
            "version": "1.132.0",
            "icon": "Google.svg",
            "website": "https://sitekit.withgoogle.com/",
            "pricing": [],
            "cpe": null
        },
        "Performance Lab": {
            "name": "Performance Lab",
            "description": "Performance plugin from the WordPress Performance Group, which is a collection of standalone performance modules.",
            "slug": "performance-lab",
            "categories": [
                {
                    "id": 87,
                    "slug": "wordpress-plugins",
                    "groups": [
                        15
                    ],
                    "name": "WordPress plugins",
                    "priority": 8
                },
                {
                    "id": 92,
                    "slug": "performance",
                    "groups": [
                        7
                    ],
                    "name": "Performance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.3.1",
            "icon": "Performance Lab.svg",
            "website": "https://wordpress.org/plugins/performance-lab/",
            "pricing": [],
            "cpe": null
        },
        "Enhanced Responsive Images": {
            "name": "Enhanced Responsive Images",
            "description": "Performance plugin from the WordPress Performance Group, which improves image sizes attribute accuracy and implements the HTML spec for adding sizes='auto' to lazy loaded images.",
            "slug": "enhanced-responsive-images",
            "categories": [
                {
                    "id": 87,
                    "slug": "wordpress-plugins",
                    "groups": [
                        15
                    ],
                    "name": "WordPress plugins",
                    "priority": 8
                },
                {
                    "id": 92,
                    "slug": "performance",
                    "groups": [
                        7
                    ],
                    "name": "Performance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "1.1.0",
            "icon": "enhanced-image-sizes.svg",
            "website": "https://wordpress.org/plugins/auto-sizes/",
            "pricing": [],
            "cpe": null
        },
        "Select2": {
            "name": "Select2",
            "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
            "slug": "select2",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Select2.png",
            "website": "https://select2.org/",
            "pricing": [],
            "cpe": null
        },
        "LazySizes": {
            "name": "LazySizes",
            "description": "LazySizes is a JavaScript library used to delay the loading of images (iframes, scripts, etc) until they come into view.",
            "slug": "lazysizes",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                },
                {
                    "id": 92,
                    "slug": "performance",
                    "groups": [
                        7
                    ],
                    "name": "Performance",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "default.svg",
            "website": "https://github.com/aFarkas/lazysizes",
            "pricing": [],
            "cpe": null
        },
        "jQuery Migrate": {
            "name": "jQuery Migrate",
            "description": "Query Migrate is a javascript library that allows you to preserve the compatibility of your jQuery code developed for versions of jQuery older than 1.9.",
            "slug": "jquery-migrate",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.3.0",
            "icon": "jQuery.svg",
            "website": "https://github.com/jquery/jquery-migrate",
            "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",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.35.0",
            "icon": "core-js.png",
            "website": "https://github.com/zloirock/core-js",
            "pricing": [],
            "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",
                    "groups": [
                        9
                    ],
                    "name": "Font scripts",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Font API.svg",
            "website": "https://google.com/fonts",
            "pricing": [],
            "cpe": null
        },
        "Font Awesome": {
            "name": "Font Awesome",
            "description": "Font Awesome is a font and icon toolkit based on CSS and Less.",
            "slug": "font-awesome",
            "categories": [
                {
                    "id": 17,
                    "slug": "font-scripts",
                    "groups": [
                        9
                    ],
                    "name": "Font scripts",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Font Awesome.svg",
            "website": "https://fontawesome.com/",
            "pricing": [
                "low",
                "freemium",
                "recurring"
            ],
            "cpe": null
        },
        "Underscore.js": {
            "name": "Underscore.js",
            "description": "Underscore.js is a JavaScript library which provides utility functions for common programming tasks. It is comparable to features provided by Prototype.js and the Ruby language, but opts for a functional programming design instead of extending object prototypes.",
            "slug": "underscore-js",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "1.13.4",
            "icon": "Underscore.js.png",
            "website": "https://underscorejs.org",
            "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",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Swiper.svg",
            "website": "https://swiperjs.com",
            "pricing": [],
            "cpe": null
        },
        "OWL Carousel": {
            "name": "OWL Carousel",
            "description": "OWL Carousel is an enabled jQuery plugin that lets you create responsive carousel sliders.",
            "slug": "owl-carousel",
            "categories": [
                {
                    "id": 59,
                    "slug": "javascript-libraries",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "OWL Carousel.png",
            "website": "https://owlcarousel2.github.io/OwlCarousel2/",
            "pricing": [],
            "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",
                    "groups": [
                        9
                    ],
                    "name": "JavaScript libraries",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "3.5.1",
            "icon": "jQuery.svg",
            "website": "https://jquery.com",
            "pricing": [],
            "cpe": "cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:*"
        },
        "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",
                    "groups": [
                        8
                    ],
                    "name": "Analytics",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "Google Analytics.svg",
            "website": "https://google.com/analytics",
            "pricing": [],
            "cpe": null
        },
        "cdnjs": {
            "name": "cdnjs",
            "description": "cdnjs is a free distributed JS library delivery service.",
            "slug": "cdnjs",
            "categories": [
                {
                    "id": 31,
                    "slug": "cdn",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "cdnjs.svg",
            "website": "https://cdnjs.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",
                    "groups": [
                        7
                    ],
                    "name": "CDN",
                    "priority": 9
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "CloudFlare.svg",
            "website": "https://www.cloudflare.com",
            "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",
                    "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",
                    "groups": [
                        6
                    ],
                    "name": "Miscellaneous",
                    "priority": 10
                }
            ],
            "confidence": 100,
            "version": "",
            "icon": "HTTP3.svg",
            "website": "https://httpwg.org/",
            "pricing": [],
            "cpe": null
        }
    }
}

@tunetheweb tunetheweb merged commit a46527b into HTTPArchive:main Aug 12, 2024
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