← Back to team overview

phpdevshell team mailing list archive

[Bug 737356] [NEW] Optimize Menu Database Query

 

Public bug reported:

Currently the menu query uses distinct in its query. Unfortunately
distinct is very slow in MySQL, this query should be optimized.

** Affects: phpdevshell
     Importance: Medium
     Assignee: TitanKing (titan-phpdevshell)
         Status: Confirmed

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

Title:
  Optimize Menu Database Query

Status in Open Source PHP RAD Framework with UI.:
  Confirmed

Bug description:
  Currently the menu query uses distinct in its query. Unfortunately
  distinct is very slow in MySQL, this query should be optimized.



Follow ups

References