w3c/spec-generator

Spec generator fails on large files

Opened this issue · 3 comments

xfq commented

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.

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.

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

@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.