NPellet / visualizer

Other
43 stars 24 forks source link

timeout problem #592

Open lpatiny opened 9 years ago

lpatiny commented 9 years ago

From Colombia it is not obvious ... we have load timeout. Is is possible to extend the time before timeout ?

Would be maybe also interesting to display the error as a dialog box

Uncaught Error: Load timeout for modules: init http://requirejs.org/docs/errors.html#timeout

targos commented 9 years ago

we have a problem here because init is the first file to be loaded. The timeout is configured in it...

targos commented 9 years ago

This file is 784kB and the default timeout is 7 seconds Is it common to have a connection with less than 128kBps ?

lpatiny commented 9 years ago

It is incredibly slow here. I need to load pages twice in order to have some files cached

I’m pretty sure that end august Daniel will put optimisation on the top priority list !

On Jun 11, 2015, at 7:28 AM, Michaël Zasso notifications@github.com wrote:

This file is 784kB and the default timeout is 7 seconds Is it common to have a connection with less than 128kBps ?

— Reply to this email directly or view it on GitHub https://github.com/NPellet/visualizer/issues/592#issuecomment-111115363.

andcastillo commented 9 years ago

128KBps = 1Mbps, which, in shared connections like universities, schools, small and medium companies, is really common in the entire world. Even in Switzerland, most of the providers give you less than real 4Mbps.

targos commented 9 years ago

In fact the transfer is gzipped by cloudflare and only 252KB are transferred. Can you please try the following when the network is slow :

image