w3c / spec-generator

Service to automatically generate specs from various source formats
MIT License
25 stars 7 forks source link

Spec generator fails on large files #396

Open xfq opened 3 years ago

xfq commented 3 years ago

The file size of https://w3c.github.io/jlreq/ is causing some issues with spec-generator.

https://labs.w3.org/spec-generator/?type=respec&url=https%3A%2F%2Fw3c.github.io%2Fjlreq%2Findex.html%3FspecStatus%3DWG-NOTE%26shortName%3Djlreq emits {"error":"Navigation timeout of 29409 ms exceeded"} for me.

marcoscaceres commented 3 years ago

I don't think it's a size issue... unless it's the images taking ages? Locally, it renders in 1 second.

In any case, we could boost the timeout time to 60s.

marcoscaceres commented 3 years ago

checked the images... they are also ok. Total is about 1mb.

marcoscaceres commented 3 years ago

@xfq, I see you optimized the images already! Good stuff!

The only thing I can think of is that specref is being slow. I've been having issues with it locally too... but I'm unsure.