FrancescoSTL / Site-Sonar

A browser extension which silently crowd-sources ad performance as you browse. Let's put an end to bad ads.
http://site-sonar.com
Mozilla Public License 2.0
9 stars 2 forks source link

Compounding Requests = Memory Errors & Unmanagble Load Times #2

Closed FrancescoSTL closed 8 years ago

FrancescoSTL commented 8 years ago

Currently we are making the HTTP requests asynchronously which, across the tens of thousands of requests which are triggered in a short amount of time, causes the process to run out of memory/fail/stall forever.

This will be invalidated if we use Selenium as noted in #1

FrancescoSTL commented 8 years ago

Closing in favor of accepting the new architecture of this project as a Firefox add-on in #1