User tests: Successful: Unsuccessful:
when creating new article same query runs 50-60 times..
tracked down the problem to a line of code that is not being used anyhow so i deleted it.
now we need to test and see if there is no side effects for this action.
If the call is unused, let's remove it (so test this patch). Even one extra query that can be saved helps performance in our system :-)
The multiple queries will be resolved. But this means no queries at all (rather than 1). So we should still test this as Michael said :)
Labels |
Removed:
?
|
Status | New | ⇒ | Pending |
Category | ⇒ | SQL |
As the original poster @eitamar has stated that this has been fixed elsewhere I am closing this.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/3412.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-10-16 23:15:45 |
Set to "closed" on behalf of @brianteeman by The JTracker Application at issues.joomla.org/joomla-cms/3412
Just as feedback in case anyone comes back to this in the future - it was a bug that the variable wasn't used in the first place. This has since been fixed by @nikosdion in 2411f29
If this isn't used this is awesome. But it would also be nice to test this as well #2789 which cache's the results of that query