Closed (works as designed)
Project:
Drupal For Firebug
Version:
6.x-1.4
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2011 at 12:40 UTC
Updated:
27 Mar 2015 at 21:19 UTC
Jump to comment: Most recent
Comments
Comment #1
frobThe way this module works is by exposing the array tree for nodes, pages, users, views, form, and (if enabled) all sql requests generated by the page load. This happens on every http (page) request. As such it adds a-lot of overhead to the page loads.
This module is not meant to be used on production sites, it is a development module.
Comment #2
fluxline commentedjust to note, this also slows down views_ui a lot. understandable as a dev tool, but there should be a warning on the module page so people are aware.
Comment #3
frobSince this was works as designed it isn't really a bug.
This is noted on the Drupal project page. I don't think it is a good idea to over notice people.
Comment #4
fluxline commentedit is noted that it is for development purposes, the only addition i was suggesting is the slowdown that it can cause in some unexpected areas. for example, views_ui jumps to about 30 seconds to load a view or change a display edit. with that kind of delay, it's easy to get distracted from your work when using a computer, pron being an example.
you're right, it's not a bug...and it's not critical.