estimator.dev icon indicating copy to clipboard operation
estimator.dev copied to clipboard

Stuck at processing one bundle for a website

Open mohsinulhaq opened this issue 4 years ago • 7 comments

https://estimator.dev/#cure.fit

mohsinulhaq avatar Dec 12 '20 09:12 mohsinulhaq

Same issue https://estimator.dev/#dev2ontrac.payrailzdev.com/

jmcpeak avatar Dec 18 '20 12:12 jmcpeak

Mine hangs up on a dependency being downloaded from an iframe (vimeo).

https://estimator.dev/#smallexchange.com

andreydrozd-smfe avatar Jan 13 '21 14:01 andreydrozd-smfe

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.

developit avatar Feb 04 '21 22:02 developit

I think https://estimator.dev/#flutter.dev also fits the bill for an unhandled exception

guidezpl avatar Feb 08 '21 09:02 guidezpl

Keep trying! Eventually, it loaded everything! https://estimator.dev/#bibliography.com

gangsthub avatar Mar 04 '21 00:03 gangsthub

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.

dhAlcojor avatar Aug 24 '21 08:08 dhAlcojor

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.

cjones26 avatar Jun 15 '22 18:06 cjones26