← Back to team overview

mahara-contributors team mailing list archive

[Bug 887400] [NEW] get_config_plugin does too many queries

 

Public bug reported:

The get_config_plugin function fails to remember when a query for a
particular value returns nothing, and queries the table again on every
subsequent call.  Also, it can be improved by reading entire
<plugintype>_config tables (they're very small) instead of just reading
values for one plugin at a time.

** Affects: mahara
     Importance: Low
     Assignee: Richard Mansfield (richard-mansfield)
         Status: In Progress

** Changed in: mahara
       Status: New => In Progress

** Changed in: mahara
   Importance: Undecided => Low

** Changed in: mahara
     Assignee: (unassigned) => Richard Mansfield (richard-mansfield)

** Changed in: mahara
    Milestone: None => 1.5.0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/887400

Title:
  get_config_plugin does too many queries

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The get_config_plugin function fails to remember when a query for a
  particular value returns nothing, and queries the table again on every
  subsequent call.  Also, it can be improved by reading entire
  <plugintype>_config tables (they're very small) instead of just
  reading values for one plugin at a time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/887400/+subscriptions


Follow ups

References