Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
throttle.module
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 Jul 2005 at 00:21 UTC
Updated:
17 Apr 2008 at 14:25 UTC
Jump to comment: Most recent file
Comments
Comment #1
drummScreenshot 2/2. The throttle modules page.
Comment #2
drummThis patch needs http://drupal.org/node/27804.
The throttle configuration is currently spread out on the modules page and the block configuration page. This patch moves the module throttling to a local task next to the throttle settings page. I have not worked on moving block throttling yet since I want to see what the reaction to this first part is.
If this is comitted I plan to move the block throttle checkboxes and continue improving the modules page. With less interface elements the modules page can be made even simpler that is it now.
Comment #3
drummforgot to label it as a patch
Comment #4
factoryjoe commented+1 for moving throttle/performance settings to it's own page/tab
-1 for showing disabled modules; only list those that can be disabled
Issues:
Comment #5
killes@www.drop.org commented-1 for adding yet another config page. teh throttle setting is fine where it is.
Comment #6
drummHere is an updated patch which has all of the modules checked and may be unchecked to disable them while throttled. It removes all disabled modules and required modules from the list.
The page name 'throttle' is generated directly from the module's name. Changing the module name or changing the mechanism which sets that title is out of the scope of this patch.
Ordering by processing time or functionality can be done given a decent algorithm to do that. Figuring out such an algorithm would be out of the scope of this patch too since it would need some sort of monitoring functionality as well. I think alphabetical is fine.
Does anyone have more feedback on creation of this local task page or keeping it in the modules page?
Comment #7
drummComment #8
drummDoesn't apply anymore
Comment #9
Jaza commentedPatch is still relevant. Moving to 6.x-dev queue.
My $0.02:
+1 for moving the checkboxes out of the modules admin page
+1 for a local task (i.e. a tab)
Comment #10
catchmoving to D7 queue. +1 for having all throttling in one place. Ideally if a module was throttled, any blocks it generated would be auto-throttled via javascript on such a page.
Comment #11
catchhttp://drupal.org/node/245504