UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

Duplicate MySQL queries

Matthew Miller · ·
1:40 AM Friday, 12 December 2014
None
While trying to debug another issue on my website, I turned on debugging in Joomla, which I had never done before.

To my surprise, it prints out all MySQL queries and lists how many duplicates there are. I was astonished to see the same query running 19 times on each page load and the query was coming from the Komento code.

The query is:
SELECT COUNT('1') AS `total`
FROM `jos3_komento_comments`
WHERE `published` = '1';

I wasn't able to fine much else online with regards to this issue other than this one page:
https://code.google.com/p/getk2/issues/detail?id=540

Has this issue been investigated? It's certainly adding a lot of unnecessary overhead, isn't it?
The replies under this section are restricted to logged in users or users with an active subscription with us