MySQL Forums
Forum List  »  Newbie

Re: Site Performacne Problem: First Get
Posted by: Tom B.
Date: May 13, 2015 11:18AM

hm, i dont really understand what you mean

when i go to a page for example there running following queries
SELECT data FROM ngie_session WHERE session_id = 'c0141fb0ee1bfdff894e4d1de3f0f68c';
SELECT session_id FROM ngie_session WHERE session_id = 'c0141fb0ee1bfdff894e4d1de3f0f68c' LIMIT 0, 1;
INSERT INTO ngie_session (session_id, client_id, time) VALUES  ('c0141fb0ee1bfdff894e4d1de3f0f68c', 0, '1428940353');
SELECT extension_id AS id, element AS "option", params, enabled FROM ngie_extensions WHERE type = 'component';
SELECT b.id FROM ngie_usergroups AS a LEFT JOIN ngie_usergroups AS b ON b.lft <= a.lft AND b.rgt >= a.rgt WHERE a.id = 9;
SELECT id, rules FROM ngie_viewlevels;
SELECT folder AS type, element AS name, params FROM ngie_extensions WHERE enabled = 1 AND type ='plugin' AND state IN (0,1) AND access IN (1,1,5) ORDER BY ordering;
SELECT query FROM ngie_admintools_wafexceptions WHERE (option IS NULL OR option = '') AND (view IS NULL OR view = '') GROUP BY query ORDER BY query ASC;
SELECT value FROM ngie_admintools_storage WHERE key = 'cparams';
SELECT extension_id AS id, element AS "option", params, enabled FROM ngie_extensions WHERE type = 'library' AND element = 'joomla';
UPDATE ngie_extensions SET params = '{\"mediaversion\":\"607d6a5ac97d830d05ff3d19ce81c494\"}' WHERE type = 'library' AND element = 'joomla';
...
... and so on

Options: ReplyQuote


Subject
Written By
Posted
Re: Site Performacne Problem: First Get
May 13, 2015 11:18AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.