On Fri, 2011-04-01 at 14:09 +0200, brak brak2 wrote: > Now the webside is loading much faster, but still sometimes there are > delays. I think delays appears the browser asks for more then 2 > element at once.
There will be delays because you're limiting the browser to 1 connection. If it tries to open more then will be rejected. It may then wait before it tries again. If you can persuade the browser to just use one connection and do HTTP keepalive connections to send more than one request in that connection you'll probably get the best performance from your configuration. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
