Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Stuck at processing one bundle for a website #12

Open
mohsinulhaq opened this issue Dec 12, 2020 · 7 comments
Open

Stuck at processing one bundle for a website #12

mohsinulhaq opened this issue Dec 12, 2020 · 7 comments

Comments

@mohsinulhaq
Copy link

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

@jmcpeak
Copy link

jmcpeak commented Dec 18, 2020

@andreydrozd-smfe
Copy link

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

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

@developit
Copy link
Contributor

developit commented Feb 4, 2021

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.

@guidezpl
Copy link

guidezpl commented Feb 8, 2021

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

@gangsthub
Copy link

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

@dhAlcojor
Copy link

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.

@cjones26
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants