-
-
Notifications
You must be signed in to change notification settings - Fork 2
Wappalyzer technolgies table not showing expected results for Ecommerce #25
Comments
@pmeenan - We are also seeing junk values in technologies table in some cases.. |
Looks like OpenCart uses the cookies for detection. Looking now to see if those are plumbed and how to add it if they aren't. |
Created a PR for WebPageTest. Should be in the September crawl but it's too late for August which is just wrapping up. |
Thanks @pmeenan ! @rockeynebhwani / @rviscomi I think for the second issue that's a hangover from when Wappalyzer was broken affecting crawls in the beginning of the year (think it was tracked in HTTPArchive/almanac.httparchive.org#1843). When I run this: SELECT
_TABLE_SUFFIX AS run,
COUNT(0) AS total
FROM
`httparchive.technologies.*`
WHERE
_TABLE_SUFFIX > '2021' AND
app LIKE '%function%'
GROUP BY
_TABLE_SUFFIX
ORDER BY
run We don't see any recent issues: @rviscomi probably should clean up your Web Technologies Report to filter out these "apps" so they don't show in the drop down. |
@pmeenan / @tunetheweb - I am still seeing some inconsistencies in July table when I compare the results with Wappalyzer extension. Example - https://ezplaytoys.com/ Ran this query and got only 7 results
Same query for desktop gives 21 results.. I don't expect so much difference between desktop and mobile for this site... |
Did a bunch of cleanup of obviously bad technology names in the dashboard table ( There are still some odd combinations of valid app names with version numbers appended. I won't touch those since there are lots of them and some may be useful. This doesn't prevent new datasets from adding more junk to the dashboard so we may need to clean it up again in the future or put in place better checks in HA or upstream in WPT. |
Junk values fixed in HTTPArchive/wptagent#29 |
Take an example of this site - https://www.maxtondesign.co.uk/. This site uses 'OpenCart' Ecommerce platform as per Wappalyzer chrome extension and also as per BuiltWith (https://builtwith.com/detailed/maxtondesign.co.uk). BuiltWith shows OpenCart from Aug-2018.
When we query technologies table for this site, we don't see Ecommerce category at all. This impacts the stats for Ecommerce chapter.
@pmeenan - Can we please check if Wappalyzer integration is working as expected?
The text was updated successfully, but these errors were encountered: