debugger-protocol-viewer icon indicating copy to clipboard operation
debugger-protocol-viewer copied to clipboard

adopt lushnikov's vanilla viewer?

Open paulirish opened this issue 3 years ago • 1 comments

stepping back from #183 …

I've always thought https://vanilla.aslushnikov.com/ is quite nice and competes well against this version. (I especially like that it needs very little maintenance).

The only reason I didn't adopt it wholesale a few years ago was SEO concerns. (cuz ours is SSG but vanilla is entirely clientside). At this point, i'm not sure there's a meaningful distinction between the SEO performance of the two sites.

two queries that are among our top 25 search queries:

  • search for network.getresponsebody
    • https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fvanilla.aslushnikov.com+network.getresponsebody
    • https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fchromedevtools.github.io%2Fdevtools-protocol+network.getresponsebody
  • search for Page.captureScreenshot
    • https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fvanilla.aslushnikov.com+Page.captureScreenshot
    • https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fchromedevtools.github.io%2Fdevtools-protocol+Page.captureScreenshot

indexing-wise they seem fairly equivalent with useful context in the snippet, but i'd probably give edge to vanilla since the page title matches the method name exactly. vanilla also navigates you directly to the correct scroll position. unexpected but it works!

for a more general and common search

  • search for chrome devtools protocol
    • https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fvanilla.aslushnikov.com+chrome+devtools+protocol
    • https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fchromedevtools.github.io%2Fdevtools-protocol+chrome+devtools+protocol

here ours has the related links that i never see with vanilla. so we got an edge.

all in all, i'm interested in adopting his and living that maintenance free life, baybee! curious for your thoughts @TimvdLippe

paulirish avatar Feb 10 '22 01:02 paulirish

I don't have particularly strong opinions on any of this. I enjoyed fiddling with the code, but forking sounds also good. @hashseed do you have thoughts on this?

TimvdLippe avatar Feb 10 '22 10:02 TimvdLippe