> you're essentially doing NLP/classification at page load time which can slow things down.
Nope, rn it is parsing the page extracting out keywords and assigning weights to them to classify it as negative news or positive news, it is not running or calling any ML models.
Yes, the script uses mutation server to track the scroll, and it is a content script and not a service worker
> Background processing remains degraded, however the revert MR has been merged a short time ago. We are monitoring performance to see if the MR results in performance returning to optimal levels.
It's a static React app using Three.js for rendering and a few backend functions deployed on Netlify. It's been a pretty great experience deploying to Netlify, though I didn't expect the attention from HN to go way over my 100GB of free tier bandwidth!
Nope, rn it is parsing the page extracting out keywords and assigning weights to them to classify it as negative news or positive news, it is not running or calling any ML models.
Yes, the script uses mutation server to track the scroll, and it is a content script and not a service worker