Doing things right / Doing the right things. They're doing the wrong things here. Firefox is dog slow compared to Chrome. Firefox: I loved you for a few years, but now I fondly remember Firefox 3.5 as "It was better than I.E" ... my new love is Chrome, because Chrome is at my doorstep asking where can it take me, while you're still getting out of bed in the morning.
Same here, but I still can't get away with NOT using Firefox but only due to Firebug. I just can't get to grips with chrome's dev tools, but it may be a habit thing. And Firebug for Chrome is just "Lite" really.
Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
11–20 of 30 posts
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#12Doing things right / Doing the right things. They're doing the wrong things here. Firefox is dog slow compared to Chrome. Firefox: I loved you for a few years, but now I fondly remember Firefox 3.5 as "It was better than I.E" ... my new love is Chrome, because Chrome is at my doorstep asking where can it take me, while you're still getting out of bed in the morning.
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#13Live CSS editing: You're now as good as Firebug, great.
Save CSS changes: This is awesome, we just need a plugin that takes it a step further, automatically updating the local/remote files when I click "Save", instead of having to save each file one at a time, and browse the folder structure to find them each time
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#14Doing things right / Doing the right things. They're doing the wrong things here. Firefox is dog slow compared to Chrome. Firefox: I loved you for a few years, but now I fondly remember Firefox 3.5 as "It was better than I.E" ... my new love is Chrome, because Chrome is at my doorstep asking where can it take me, while you're still getting out of bed in the morning.
"A lot of work went into this area, and there were improvements resulting in up to 50% less memory usage."
Source(https://hacks.mozilla.org/2012/03/firefox-in-2011-firefox-pl...)
Personally I don't get the whole fast/slow argument it seems people bring up every time a web browser is mentioned. They all seem to perform comparably. I use firefox only because it allows me to group and hide my ~80 tabs and only loads the ones i'm using.
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#15Earlier quoted context omitted.
Same here, but I still can't get away with NOT using Firefox but only due to Firebug. I just can't get to grips with chrome's dev tools, but it may be a habit thing. And Firebug for Chrome is just "Lite" really.
Is there any particular functionality you're missing? Chrome Dev Tools are really comparable in my opinion. I would like a way to tamper data sent in POST, but I don't think even Firebug has that built in.
2) You don't see a change of cursor when hovering over editable properties. People who never used firebug might have gotten used to this but for me it feels clunky.
3) No single click edit. On firebug you can start editing a property with a single click. Not so on chrome. This is even worse when editing styles. When single clicking a style you don't even see a visual indication that something happened... again feels clunky..
4)Too many tabs that are not bunched according to how often they are used.. I don't think people use Resources, Timeline, Profiles, Audits as often as they use the other tabs.
5) The information is presented in more readable way. When a break point is hit, chrome displays a bunch of tabs on right which are vertical (often empty - because they aren't relevant to this break point) and wasting precious vertical space..
6) Clutter, clutter and more clutter.. just too many sub windows cramped into one another affecting readability...
I know that most of these reasons are subjective and vary across developers but wanted make a list of my own reasons as I found my self trying to use chrome dev tools and always jumping back to firebug.
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#16Earlier quoted context omitted.
Is there any particular functionality you're missing? Chrome Dev Tools are really comparable in my opinion. I would like a way to tamper data sent in POST, but I don't think even Firebug has that built in.
It's those minor but intuitive things that we get used to when using firebug. For example: 1) The inspect tool is at the bottom on chrome dev tools. It would have been much more intuitive to keep it at the top of the bar. 2) You don't see a change of cursor when hovering over editable properties. People who never used firebug might have gotten used to this but for me it feels clunky. 3) No single click edit. On fireb…
Only other thing I need/want is the FireQuery plugin to help with any jQuery development.
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#17Doing things right / Doing the right things. They're doing the wrong things here. Firefox is dog slow compared to Chrome. Firefox: I loved you for a few years, but now I fondly remember Firefox 3.5 as "It was better than I.E" ... my new love is Chrome, because Chrome is at my doorstep asking where can it take me, while you're still getting out of bed in the morning.
Firefox shouldn’t be massively slower than Chrome for day-to-day use. The usual advice here: turn off extensions that you’re not actively using. If it’s still slow then you could consider making a new profile, which usually speeds stuff up. http://support.mozilla.org/en-US/kb/Managing-profiles
My normal use case is to open 15 tabs, all at once, from a single page (e.g. Hacker News homepage).
Firefox is single-threaded, as far as I know, and the whole interface freezes while it does the heavy lifting in loading the contents for each new tab. It takes me 30 seconds total of waiting 2-3 seconds for each tab to load, just so I can scroll/click on a new link.
Whereas with Chrome, I just breeze through clicking on all the links, it takes 5 seconds total, and every other tab starts loading on separate threads. I can switch to the loaded ones instantly.
This has nothing to do with extensions, and everything to do with the fact that Chrome has a separate UI thread and separate threads per-tab.
Please correct me if anything I'm saying is wrong...
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#18Earlier quoted context omitted.
Is there any particular functionality you're missing? Chrome Dev Tools are really comparable in my opinion. I would like a way to tamper data sent in POST, but I don't think even Firebug has that built in.
It's those minor but intuitive things that we get used to when using firebug. For example: 1) The inspect tool is at the bottom on chrome dev tools. It would have been much more intuitive to keep it at the top of the bar. 2) You don't see a change of cursor when hovering over editable properties. People who never used firebug might have gotten used to this but for me it feels clunky. 3) No single click edit. On fireb…
The problem is that I can't visually tell which checkboxes match which rules, because they're too far away. Even worse, the checkboxes only show up on hover, and disappear when you hover just one pixel to the right of them, because the hover area is set wrong. (At least on OSX.)
It's just all the little details the Firebug gets right, and Chrome doesn't seem to, but day after day, they add up.
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#19Earlier quoted context omitted.
Firefox shouldn’t be massively slower than Chrome for day-to-day use. The usual advice here: turn off extensions that you’re not actively using. If it’s still slow then you could consider making a new profile, which usually speeds stuff up. http://support.mozilla.org/en-US/kb/Managing-profiles
I never understand people who say Firefox is as fast as Chrome. It's nowhere close, and can't be. My normal use case is to open 15 tabs, all at once, from a single page (e.g. Hacker News homepage). Firefox is single-threaded, as far as I know, and the whole interface freezes while it does the heavy lifting in loading the contents for each new tab. It takes me 30 seconds total of waiting 2-3 seconds for each tab to lo…
Maybe I’ve just got a decent-spec machine here at work (quad i5, 12gb ram)…
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#20Earlier quoted context omitted.
Is there any particular functionality you're missing? Chrome Dev Tools are really comparable in my opinion. I would like a way to tamper data sent in POST, but I don't think even Firebug has that built in.
It's those minor but intuitive things that we get used to when using firebug. For example: 1) The inspect tool is at the bottom on chrome dev tools. It would have been much more intuitive to keep it at the top of the bar. 2) You don't see a change of cursor when hovering over editable properties. People who never used firebug might have gotten used to this but for me it feels clunky. 3) No single click edit. On fireb…