estimator.dev
estimator.dev copied to clipboard
Stuck at processing one bundle for a website
https://estimator.dev/#cure.fit
Same issue https://estimator.dev/#dev2ontrac.payrailzdev.com/
Mine hangs up on a dependency being downloaded from an iframe (vimeo).
https://estimator.dev/#smallexchange.com
This is bound to happen for very large JavaScript bundles. I've just updated the service to explicitly prevent bundles larger than 2MB (uncompressed), and there is now an execution time limit of 30 seconds. Processing JavaScript to try to convert it back to ES2017 is extremely resource-intensive, and multi-megabyte bundles are just too slow to analyze.
The other possibility is that there's an unhandled exception - certainly a thing that can happen, I have found a few that will be getting fixed shortly.
I think https://estimator.dev/#flutter.dev also fits the bill for an unhandled exception
Keep trying! Eventually, it loaded everything! https://estimator.dev/#bibliography.com
I've been trying with different websites, reloading them several times... It never finishes a single analysis, there are always files that keep loading forever.
Best course of action is to just clone it locally and run from there. There are instructions in the README! Very cool tool, BTW, thanks everyone who contributed to this project.