I found that even static pages (like error.js) in derby.js have an active connection with server. Maybe it makes sence for development (to have live updates for pages) but does it good for production? For example my main page is static but it keeps an active connection but I don't need in live update of this page (it changes monthly) and it is most visited page. And my question could (and should) I disable this active connection (browserchannel I guess) for static pages?
UPD:I think the active connection(I see progress indicator in firebug) is only when I go from a dynamic page to a static one.