Hi, just got the latest beta from firebug.. and well I was suprised. I had a look at my pages and also at http://script.aculo.us/ and was finding that my browser does not load css&js in parallel. It seems not 100% reproducable, but in general it looks as if one js file is loaded after another. Same applies for css. That results in having a unnecessary long waiting time. I guess it is because the browser cannot parse them parallel, but overwrites declarations of previous css when loading the next. I think same is with javascript. Are there good ideas how to get around this, when you know that it is safe to load javascripts in parallel?
Br Fabian PS: The firebug 1.0 beta is really nice ______________________________________________________________________________ "Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
