arraztalo

Inklusioa

Gaixo psikiko eta beren familiarren elkartea (Oiartzun)

Captcha
19124
Azaroak 20, 2025
Arraztalo Elkartea
(e)k gertaera bat argitaratu du.
Azaroak 20, 2025 5:30 pm
10826
Uztailak 24, 2020
Arraztalo Elkartea
(e)k gertaera bat argitaratu du.
Uztailak 16, 2020 2:00 am
18849
Irailak 7, 2025
Arraztalo Elkartea
Zure profileko informazioa eguneratu duzu.
Irailak 7, 2025 10:48 am
7589
Abenduak 4, 2018
Arraztalo Elkartea
(e)k gertaera bat argitaratu du.
Abenduak 4, 2018 9:15 pm
Gehiago ikusi
phpFox Developers Debug Toggle JavaScript Console
Version:
3.8.0
Product Code Name:
Nebula

Total Time:
0.5715871
PHP General Time:
0.4217897
GZIP:
disabled

Driver Version:
MySQL 5.5.5-10.5.29-MariaDB-0+deb11u1
SQL Time:
0.1497974
SQL Queries:
144
SQL Memory Usage:
624.8 kb
SQL Slave Enabled:
No
SQL Total Slaves:
N/A
SQL Slave Server:
N/A

Total Memory Usage:
26.35 Mb
Total Memory Usage (Including Debug):
26.62 Mb
Memory Limit:
512 Mb (1024M)

Load Balancing Enabled:
No
Requests From:
192.168.100.222


Server Time Stamp:
June 17, 2026, 6:20 pm
PHP Version:
5.6.40
PHP Sapi:
fpm-fcgi
PHP safe_mode:
false
PHP open_basedir:
false
Operating System:
Linux

Cache:
file
SQL Queries
0.0001371 | Memory Before: 1.41 Mb | Memory After: 1.41 Mb | Memory Used: 4.77 kb | Rows: 5 | Slave: No
SELECT p.call_name, p.php_code
FROM phpfox_plugin AS p
     JOIN phpfox_product AS product
            ON(p.product_id = product.product_id AND product.is_active = 1)
     JOIN phpfox_plugin_hook AS ph
            ON(ph.call_name = p.call_name AND ph.is_active = 1)
     JOIN phpfox_module AS m
            ON(m.module_id = p.module_id AND m.is_active = 1)

WHERE p.is_active = 1
ORDER BY p.ordering ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEpALLis_activeMISSING KEY   5Using where; Using filesort
1SIMPLEphrefcall_namecall_name258sqlgipsol.p.call_name,const1Using where; Using index
1SIMPLEproductrefis_active,product_active,product_idproduct_active28sqlgipsol.p.product_id,const3Using index
1SIMPLEmrefis_active,module_id,module_is_activemodule_is_active78sqlgipsol.p.module_id,const8Using index
0.0006351 | Memory Before: 2.42 Mb | Memory After: 2.42 Mb | Memory Used: 1.35 kb | Rows: - | Slave: No
INSERT INTO phpfox_log_session (session_hash, id_hash, user_id, last_activity, location, is_forum, forum_id, im_hide, ip_address, user_agent) VALUES ('0f12350b7e7debbd72e246ec0f8c7a20', '0d574f7196f9f96e319d05681455513d', '0', '1781720451', '/mobile/profile-2493/www.arraztalo.eus/elkartea', '0', '0', '0', '216.73.216.40', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.')
0.0002539 | Memory Before: 3.75 Mb | Memory After: 3.75 Mb | Memory Used: 5.03 kb | Rows: 1 | Slave: No
SELECT s.style_id, s.parent_id AS style_parent_id, s.folder AS style_folder_name, t.folder AS theme_folder_name, t.parent_id AS theme_parent_id, t.total_column, s.l_width, s.c_width, s.r_width
FROM phpfox_theme_style AS s
     JOIN phpfox_theme AS t
            ON(t.theme_id = s.theme_id)

WHERE s.is_default = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEsrefis_defaultis_default1const1 
1SIMPLEteq_refPRIMARY,theme_idPRIMARY2sqlgipsol.s.theme_id1 
0.0001259 | Memory Before: 3.75 Mb | Memory After: 3.75 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: No
SELECT folder AS parent_style_folder
FROM phpfox_theme_style
WHERE style_id = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_styleconststyle_id_2,style_idstyle_id_22const1 
0.0016630 | Memory Before: 5.22 Mb | Memory After: 5.25 Mb | Memory Used: 35.61 kb | Rows: 1 | Slave: Yes
SELECT p.photo_id as cover_photo_exists, u.*, user_space.*, user_field.*, user_activity.*, ls.user_id AS is_online, ts.style_id AS designer_style_id, ts.folder AS designer_style_folder, t.folder AS designer_theme_folder, t.total_column, ts.l_width, ts.c_width, ts.r_width, t.parent_id AS theme_parent_id, ug.prefix, ug.suffix, ug.icon_ext, ug.title, uf.user_id as is_featured
FROM phpfox_user AS u
     JOIN phpfox_user_group AS ug
            ON(ug.user_group_id = u.user_group_id)
     JOIN phpfox_user_space AS user_space
            ON(user_space.user_id = u.user_id)
     JOIN phpfox_user_field AS user_field
            ON(user_field.user_id = u.user_id)
     JOIN phpfox_user_activity AS user_activity
            ON(user_activity.user_id = u.user_id)
     LEFT JOIN phpfox_theme_style AS ts
            ON(ts.style_id = user_field.designer_style_id AND ts.is_active = 1)
     LEFT JOIN phpfox_theme AS t
            ON(t.theme_id = ts.theme_id)
     LEFT JOIN phpfox_user_featured AS uf
            ON(uf.user_id = u.user_id)
     LEFT JOIN phpfox_log_session AS ls
            ON(ls.user_id = u.user_id AND ls.im_hide = 0)
     LEFT JOIN phpfox_photo AS p
            ON(p.photo_id = user_field.cover_photo)

WHERE u.user_name = 'profile-2493'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEurefPRIMARY,user_group_id,user_id,user_nameuser_name103const1Using index condition
1SIMPLEuser_fieldeq_refuser_iduser_id4sqlgipsol.u.user_id1 
1SIMPLEtseq_refstyle_id_2,style_id,is_activestyle_id_22sqlgipsol.user_field.designer_style_id1Using where
1SIMPLEteq_refPRIMARY,theme_idPRIMARY2sqlgipsol.ts.theme_id1Using where
1SIMPLEugeq_refPRIMARY,user_group_idPRIMARY1sqlgipsol.u.user_group_id1Using index condition
1SIMPLEufeq_refPRIMARYPRIMARY4sqlgipsol.u.user_id1Using index
1SIMPLEuser_spaceeq_refuser_iduser_id4sqlgipsol.u.user_id1 
1SIMPLEuser_activityeq_refuser_iduser_id4sqlgipsol.u.user_id1 
1SIMPLElsrefuser_id,user_id_2,user_id_3user_id5sqlgipsol.u.user_id,const723Using index
1SIMPLEpeq_refPRIMARY,photo_id,photo_id_2PRIMARY4sqlgipsol.user_field.cover_photo1Using index
0.0007529 | Memory Before: 7.27 Mb | Memory After: 7.28 Mb | Memory Used: 3.13 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_fevent
WHERE view_id = 0 AND item_id = 0 AND user_id = 2493
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feventrefuser_id,view_id,view_id_2,view_id_3,view_id_4,view_id_5user_id4const11Using where
0.0002129 | Memory Before: 9.21 Mb | Memory After: 9.22 Mb | Memory Used: 3.73 kb | Rows: 3 | Slave: Yes
SELECT user_id, user_privacy, user_value
FROM phpfox_user_privacy
WHERE user_id = 2493
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_privacyrefuser_id,user_id_2user_id4const3 
0.0077820 | Memory Before: 9.34 Mb | Memory After: 9.34 Mb | Memory Used: 4.17 kb | Rows: 0 | Slave: Yes
SELECT *
FROM phpfox_user_design_order
WHERE user_id = 2493
ORDER BY ordering ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_design_orderrefuser_iduser_id4const1Using where; Using filesort
0.0008461 | Memory Before: 10.11 Mb | Memory After: 10.11 Mb | Memory Used: 4.91 kb | Rows: 0 | Slave: No
SELECT m.menu_id, m.parent_id, m.m_connection, m.var_name, m.disallow_access, mo.module_id AS module, m.url_value AS url, mo.is_active AS module_is_active, m.mobile_icon
FROM phpfox_menu AS m
     JOIN phpfox_module AS mo
            ON(mo.module_id = m.module_id AND mo.is_active = 1)
     JOIN phpfox_product AS p
            ON(m.product_id = p.product_id AND p.is_active = 1)

WHERE m.parent_id = 0 AND m.m_connection = 'profile.index' AND m.is_active = 1
GROUP BY m.menu_id
ORDER BY m.ordering ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEmrefproduct_id,m_connection,parent_idm_connection79const,const1Using index condition; Using where; Using temporary; Using filesort
1SIMPLEprefis_active,product_active,product_idproduct_active28sqlgipsol.m.product_id,const3Using index
1SIMPLEmorefis_active,module_id,module_is_activemodule_is_active78sqlgipsol.m.module_id,const8Using index
0.0019569 | Memory Before: 10.11 Mb | Memory After: 10.11 Mb | Memory Used: 5.3 kb | Rows: 5 | Slave: No
SELECT m.menu_id, m.parent_id, m.m_connection, m.var_name, m.disallow_access, mo.module_id AS module, m.url_value AS url, mo.is_active AS module_is_active, m.mobile_icon
FROM phpfox_menu AS m
     JOIN phpfox_module AS mo
            ON(mo.module_id = m.module_id AND mo.is_active = 1)
     JOIN phpfox_product AS p
            ON(m.product_id = p.product_id AND p.is_active = 1)

WHERE m.parent_id = 0 AND m.m_connection = 'profile' AND m.is_active = 1
GROUP BY m.menu_id
ORDER BY m.ordering ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEmindex_mergeproduct_id,m_connection,parent_idm_connection,parent_id79,3 2Using intersect(m_connection,parent_id); Using where; Using temporary; Using filesort
1SIMPLEprefis_active,product_active,product_idproduct_active28sqlgipsol.m.product_id,const3Using index
1SIMPLEmorefis_active,module_id,module_is_activemodule_is_active78sqlgipsol.m.module_id,const8Using index
0.0022240 | Memory Before: 10.12 Mb | Memory After: 10.13 Mb | Memory Used: 9.75 kb | Rows: 72 | Slave: No
SELECT m.menu_id, m.parent_id, m.m_connection, m.var_name, m.disallow_access, mo.module_id AS module, m.url_value AS url, mo.is_active AS module_is_active
FROM phpfox_menu AS m
     JOIN phpfox_module AS mo
            ON(mo.module_id = m.module_id AND mo.is_active = 1)
     JOIN phpfox_product AS p
            ON(m.product_id = p.product_id AND p.is_active = 1)

WHERE m.parent_id > 0 AND m.is_active = 1
ORDER BY m.ordering ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEmALLproduct_id,parent_idMISSING KEY   211Using where; Using filesort
1SIMPLEprefis_active,product_active,product_idproduct_active28sqlgipsol.m.product_id,const3Using index
1SIMPLEmorefis_active,module_id,module_is_activemodule_is_active78sqlgipsol.m.module_id,const8Using index
0.0003710 | Memory Before: 10.25 Mb | Memory After: 10.26 Mb | Memory Used: 10.25 kb | Rows: 0 | Slave: No
SELECT u.*
FROM phpfox_user AS u
WHERE u.user_id = 0 AND user_group_id IN (1, 4)
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0002890 | Memory Before: 10.25 Mb | Memory After: 10.26 Mb | Memory Used: 10.24 kb | Rows: 0 | Slave: No
SELECT u.*
FROM phpfox_user AS u
WHERE u.gender IN (3, 4) AND u.user_id = 0 AND NOT user_group_id IN (1, 4)
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0001211 | Memory Before: 10.99 Mb | Memory After: 10.99 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'layout' AND name = 'template.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition
0.0001621 | Memory Before: 12.35 Mb | Memory After: 12.35 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'core' AND name = 'template-body.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001440 | Memory Before: 12.43 Mb | Memory After: 12.44 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'higipsol' AND name = 'cabecera.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001330 | Memory Before: 12.58 Mb | Memory After: 12.58 Mb | Memory Used: 3.16 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'hispalanguage' AND name = 'select.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001180 | Memory Before: 12.6 Mb | Memory After: 12.6 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'base5' AND module_id = 'core' AND name = 'block/template-menu.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002570 | Memory Before: 23.21 Mb | Memory After: 23.21 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'base5' AND module_id = 'core' AND name = 'block/template-menu.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002360 | Memory Before: 23.22 Mb | Memory After: 23.23 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'core' AND name = 'template-holdername.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002911 | Memory Before: 23.56 Mb | Memory After: 23.58 Mb | Memory Used: 17.56 kb | Rows: 76 | Slave: Yes
SELECT cf.*, cmv.option_id as customValue, cg.user_group_id as cg_user_group_id
FROM phpfox_custom_field AS cf
     LEFT JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.field_id = cf.field_id AND cmv.user_id = 2493)
     JOIN phpfox_module AS m
            ON(m.module_id = cf.module_id AND m.is_active = 1)
     LEFT JOIN phpfox_custom_group AS cg
            ON(cg.group_id = cf.group_id)

WHERE cf.type_id IN ('user_main','user_panel','profile_panel') AND cf.is_active = 1 AND cf.user_group_id = 0
ORDER BY cf.ordering ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcfALL MISSING KEY   83Using where; Using filesort
1SIMPLEcgeq_refPRIMARYPRIMARY2sqlgipsol.cf.group_id1 
1SIMPLEcmvrefuser_iduser_id6const,sqlgipsol.cf.field_id1 
1SIMPLEmrefis_active,module_id,module_is_activemodule_is_active78sqlgipsol.cf.module_id,const8Using index
0.0001731 | Memory Before: 23.79 Mb | Memory After: 23.82 Mb | Memory Used: 31.45 kb | Rows: 1 | Slave: Yes
SELECT *
FROM phpfox_user_custom
WHERE user_id = 2493
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0001411 | Memory Before: 23.82 Mb | Memory After: 23.83 Mb | Memory Used: 5.94 kb | Rows: 72 | Slave: Yes
SELECT *
FROM phpfox_custom_option
WHERE field_id IN(93,22,9,79,80,81,48,33,38,51,53,54,55,58,59,61,62,63,64,66,68,69,70,71,72,73,74,75,76,77)
ORDER BY option_id ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_custom_optionALLfield_idMISSING KEY   83Using where; Using filesort
0.0002079 | Memory Before: 23.69 Mb | Memory After: 23.69 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'base5' AND module_id = 'profile' AND name = 'block/header.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002282 | Memory Before: 24.07 Mb | Memory After: 24.08 Mb | Memory Used: 10.58 kb | Rows: 1 | Slave: Yes
SELECT *
FROM phpfox_photo
WHERE photo_id = 4232
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_photoconstPRIMARY,photo_id,photo_id_2PRIMARY4const1 
0.0001099 | Memory Before: 24.2 Mb | Memory After: 24.21 Mb | Memory Used: 3.18 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'base5' AND module_id = 'profile' AND name = 'block/logo.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002241 | Memory Before: 24.39 Mb | Memory After: 24.39 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'base5' AND module_id = 'profile' AND name = 'block/pic.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002072 | Memory Before: 24.13 Mb | Memory After: 24.13 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'layout' AND name = 'search.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition
0.0001600 | Memory Before: 24.14 Mb | Memory After: 24.14 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'core' AND name = 'template-contentclass.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001209 | Memory Before: 24.14 Mb | Memory After: 24.15 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'layout' AND name = 'error.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition
0.0004680 | Memory Before: 24.73 Mb | Memory After: 24.74 Mb | Memory Used: 3.41 kb | Rows: 0 | Slave: Yes
SELECT var_name, user_value
FROM phpfox_component_setting
WHERE user_id = 2493
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0061560 | Memory Before: 24.73 Mb | Memory After: 24.74 Mb | Memory Used: 9.11 kb | Rows: 4 | Slave: Yes
SELECT feed.*, apps.app_title, u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity
FROM (
( SELECT feed.*
FROM phpfox_feed AS feed
WHERE feed.privacy IN(0) AND type_id = 'feed_comment' AND feed.user_id = 2493
/* OO Query */) UNI             ON ( SELECT feed.*
FROM phpfox_feed AS feed
WHERE feed.privacy IN(0) AND feed.user_id = 2493 AND feed.feed_reference = 0 AND feed.parent_user_id = 0
/* OO Query */) UNI             ON ( SELECT feed.*
FROM phpfox_feed AS feed
WHERE feed.privacy IN(0) AND feed.parent_user_id = 2493
/* OO Query */)) AS feed
     JOIN phpfox_user AS u
            ON(u.user_id = feed.user_id)
     LEFT JOIN phpfox_app AS apps
            ON(apps.app_id = feed.app_id)

GROUP BY feed.feed_id
ORDER BY feed.time_stamp DESC
LIMIT 4
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1PRIMARYappssystemPRIMARY,app_idMISSING KEY    Const row not found; Using temporary; Using filesort
1PRIMARY<derived2>ALL MISSING KEY   9 
1PRIMARYueq_refPRIMARY,user_idPRIMARY4feed.user_id1 
2DERIVEDfeedrefprivacy_2,privacy_3,privacy_4,type_id,privacy,privacy_5,user_idtype_id77const1Using index condition; Using where
3UNIONfeedrefprivacy_2,privacy_3,privacy_4,privacy,privacy_5,user_iduser_id8const,const7Using where
4UNIONfeedrefprivacy_2,privacy_3,privacy_4,privacy,privacy_5privacy_55const,const1 
 UNION RESULT<union2,3,4>ALL MISSING KEY     
0.0023980 | Memory Before: 24.87 Mb | Memory After: 24.87 Mb | Memory Used: 5.48 kb | Rows: 1 | Slave: Yes
SELECT e.event_id, e.module_id, e.item_id, e.title, e.time_stamp, e.image_path, e.server_id, e.total_like, e.total_comment, et.description_parsed, l.like_id AS is_liked
FROM phpfox_fevent AS e
     LEFT JOIN phpfox_like AS l
            ON(l.type_id = 'fevent' AND l.item_id = e.event_id AND l.user_id = 0)
     LEFT JOIN phpfox_fevent_text AS et
            ON(et.event_id = e.event_id)

WHERE e.event_id = 11114
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEeconstPRIMARYPRIMARY4const1 
1SIMPLElref|filtertype_id,type_id_2,type_id_3,item_idtype_id_3|item_id81|4const,const1 (1%)Using where; Using rowid filter
1SIMPLEetrefevent_idevent_id4const1 
0.0011201 | Memory Before: 24.92 Mb | Memory After: 24.92 Mb | Memory Used: 6.7 kb | Rows: 0 | Slave: Yes
SELECT l.*, u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity, a.time_stamp as action_time_stamp
FROM phpfox_like AS l
     JOIN phpfox_user AS u
            ON(u.user_id = l.user_id)
     LEFT JOIN phpfox_action AS a
            ON(a.item_id = l.item_id AND a.user_id = l.user_id AND a.item_type_id = "fevent")

WHERE (l.type_id = 'fevent' OR l.type_id = 'fevent') AND l.item_id = 11114
GROUP BY u.user_id
ORDER BY l.time_stamp DESC
LIMIT 3
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEasystemtype_id,type_id_2,type_id_3,item_idMISSING KEY    Const row not found; Using temporary; Using filesort
1SIMPLElref|filtertype_id,type_id_2,type_id_3,item_iditem_id|type_id_34|77const1 (8%)Using where; Using rowid filter
1SIMPLEueq_refPRIMARY,user_idPRIMARY4sqlgipsol.l.user_id1 
0.0005400 | Memory Before: 24.92 Mb | Memory After: 24.92 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_like AS l
WHERE (l.type_id = 'fevent' OR l.type_id = 'fevent') AND l.item_id = 11114
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLElreftype_id,type_id_2,type_id_3,item_idtype_id81const,const1Using where; Using index
0.0003800 | Memory Before: 24.92 Mb | Memory After: 24.93 Mb | Memory Used: 5.36 kb | Rows: 0 | Slave: Yes
SELECT u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity
FROM phpfox_action AS a
     JOIN phpfox_user AS u
            ON(u.user_id = a.user_id)

WHERE a.item_type_id = "fevent" AND a.item_id = 11114
GROUP BY u.user_id
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0001390 | Memory Before: 24.94 Mb | Memory After: 24.94 Mb | Memory Used: 5.36 kb | Rows: 0 | Slave: Yes
SELECT u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity
FROM phpfox_action AS a
     JOIN phpfox_user AS u
            ON(u.user_id = a.user_id)

WHERE a.item_type_id = "fevent" AND a.item_id = 11114
GROUP BY u.user_id
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0005431 | Memory Before: 25.2 Mb | Memory After: 25.2 Mb | Memory Used: 5.36 kb | Rows: 0 | Slave: Yes
SELECT u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity
FROM phpfox_action AS a
     JOIN phpfox_user AS u
            ON(u.user_id = a.user_id)

WHERE a.item_type_id = "custom" AND a.item_id = 2493
GROUP BY u.user_id
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0008361 | Memory Before: 25.2 Mb | Memory After: 25.21 Mb | Memory Used: 6.71 kb | Rows: 0 | Slave: Yes
SELECT l.*, u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity, a.time_stamp as action_time_stamp
FROM phpfox_like AS l
     JOIN phpfox_user AS u
            ON(u.user_id = l.user_id)
     LEFT JOIN phpfox_action AS a
            ON(a.item_id = l.item_id AND a.user_id = l.user_id AND a.item_type_id = "custom")

WHERE (l.type_id = 'custom' OR l.type_id = 'custom') AND l.item_id = 2493
GROUP BY u.user_id
ORDER BY l.time_stamp DESC
LIMIT 3
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEasystemtype_id,type_id_2,type_id_3,item_idMISSING KEY    Const row not found; Using temporary; Using filesort
1SIMPLElref|filtertype_id,type_id_2,type_id_3,item_iditem_id|type_id_34|77const1 (3%)Using where; Using rowid filter
1SIMPLEueq_refPRIMARY,user_idPRIMARY4sqlgipsol.l.user_id1 
0.0007510 | Memory Before: 25.2 Mb | Memory After: 25.21 Mb | Memory Used: 5.36 kb | Rows: 0 | Slave: No
SELECT u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity
FROM phpfox_like AS l
     JOIN phpfox_user AS u
            ON(u.user_id = l.user_id)

WHERE l.type_id = 'custom' AND l.item_id = 2493
GROUP BY u.user_id
ORDER BY u.full_name ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLElreftype_id,type_id_2,type_id_3,item_idtype_id_281const,const1Using where; Using index; Using temporary; Using filesort
1SIMPLEueq_refPRIMARY,user_idPRIMARY4sqlgipsol.l.user_id1 
0.0001240 | Memory Before: 25.2 Mb | Memory After: 25.21 Mb | Memory Used: 5.36 kb | Rows: 0 | Slave: Yes
SELECT u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity
FROM phpfox_action AS a
     JOIN phpfox_user AS u
            ON(u.user_id = a.user_id)

WHERE a.item_type_id = "custom" AND a.item_id = 2493
GROUP BY u.user_id
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0019751 | Memory Before: 25.22 Mb | Memory After: 25.22 Mb | Memory Used: 5.49 kb | Rows: 1 | Slave: Yes
SELECT e.event_id, e.module_id, e.item_id, e.title, e.time_stamp, e.image_path, e.server_id, e.total_like, e.total_comment, et.description_parsed, l.like_id AS is_liked
FROM phpfox_fevent AS e
     LEFT JOIN phpfox_like AS l
            ON(l.type_id = 'fevent' AND l.item_id = e.event_id AND l.user_id = 0)
     LEFT JOIN phpfox_fevent_text AS et
            ON(et.event_id = e.event_id)

WHERE e.event_id = 5830
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEeconstPRIMARYPRIMARY4const1 
1SIMPLElref|filtertype_id,type_id_2,type_id_3,item_idtype_id_3|item_id81|4const,const1 (1%)Using where; Using rowid filter
1SIMPLEetrefevent_idevent_id4const1 
0.0009680 | Memory Before: 25.22 Mb | Memory After: 25.22 Mb | Memory Used: 6.71 kb | Rows: 0 | Slave: Yes
SELECT l.*, u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity, a.time_stamp as action_time_stamp
FROM phpfox_like AS l
     JOIN phpfox_user AS u
            ON(u.user_id = l.user_id)
     LEFT JOIN phpfox_action AS a
            ON(a.item_id = l.item_id AND a.user_id = l.user_id AND a.item_type_id = "fevent")

WHERE (l.type_id = 'fevent' OR l.type_id = 'fevent') AND l.item_id = 5830
GROUP BY u.user_id
ORDER BY l.time_stamp DESC
LIMIT 3
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEasystemtype_id,type_id_2,type_id_3,item_idMISSING KEY    Const row not found; Using temporary; Using filesort
1SIMPLElref|filtertype_id,type_id_2,type_id_3,item_iditem_id|type_id_34|77const1 (8%)Using where; Using rowid filter
1SIMPLEueq_refPRIMARY,user_idPRIMARY4sqlgipsol.l.user_id1 
0.0005999 | Memory Before: 25.22 Mb | Memory After: 25.22 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_like AS l
WHERE (l.type_id = 'fevent' OR l.type_id = 'fevent') AND l.item_id = 5830
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLElreftype_id,type_id_2,type_id_3,item_idtype_id81const,const1Using where; Using index
0.0004001 | Memory Before: 25.22 Mb | Memory After: 25.23 Mb | Memory Used: 5.36 kb | Rows: 0 | Slave: Yes
SELECT u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity
FROM phpfox_action AS a
     JOIN phpfox_user AS u
            ON(u.user_id = a.user_id)

WHERE a.item_type_id = "fevent" AND a.item_id = 5830
GROUP BY u.user_id
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0002241 | Memory Before: 25.23 Mb | Memory After: 25.23 Mb | Memory Used: 5.36 kb | Rows: 0 | Slave: Yes
SELECT u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity
FROM phpfox_action AS a
     JOIN phpfox_user AS u
            ON(u.user_id = a.user_id)

WHERE a.item_type_id = "fevent" AND a.item_id = 5830
GROUP BY u.user_id
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0016279 | Memory Before: 25.24 Mb | Memory After: 25.24 Mb | Memory Used: 5.51 kb | Rows: 1 | Slave: Yes
SELECT e.event_id, e.module_id, e.item_id, e.title, e.time_stamp, e.image_path, e.server_id, e.total_like, e.total_comment, et.description_parsed, l.like_id AS is_liked
FROM phpfox_fevent AS e
     LEFT JOIN phpfox_like AS l
            ON(l.type_id = 'fevent' AND l.item_id = e.event_id AND l.user_id = 0)
     LEFT JOIN phpfox_fevent_text AS et
            ON(et.event_id = e.event_id)

WHERE e.event_id = 4514
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEeconstPRIMARYPRIMARY4const1 
1SIMPLElref|filtertype_id,type_id_2,type_id_3,item_idtype_id_3|item_id81|4const,const1 (1%)Using where; Using rowid filter
1SIMPLEetrefevent_idevent_id4const1 
0.0007410 | Memory Before: 25.24 Mb | Memory After: 25.24 Mb | Memory Used: 6.7 kb | Rows: 0 | Slave: Yes
SELECT l.*, u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity, a.time_stamp as action_time_stamp
FROM phpfox_like AS l
     JOIN phpfox_user AS u
            ON(u.user_id = l.user_id)
     LEFT JOIN phpfox_action AS a
            ON(a.item_id = l.item_id AND a.user_id = l.user_id AND a.item_type_id = "fevent")

WHERE (l.type_id = 'fevent' OR l.type_id = 'fevent') AND l.item_id = 4514
GROUP BY u.user_id
ORDER BY l.time_stamp DESC
LIMIT 3
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEasystemtype_id,type_id_2,type_id_3,item_idMISSING KEY    Const row not found; Using temporary; Using filesort
1SIMPLElref|filtertype_id,type_id_2,type_id_3,item_iditem_id|type_id_34|77const1 (8%)Using where; Using rowid filter
1SIMPLEueq_refPRIMARY,user_idPRIMARY4sqlgipsol.l.user_id1 
0.0004091 | Memory Before: 25.24 Mb | Memory After: 25.24 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_like AS l
WHERE (l.type_id = 'fevent' OR l.type_id = 'fevent') AND l.item_id = 4514
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLElreftype_id,type_id_2,type_id_3,item_idtype_id81const,const1Using where; Using index
0.0002980 | Memory Before: 25.24 Mb | Memory After: 25.25 Mb | Memory Used: 5.36 kb | Rows: 0 | Slave: Yes
SELECT u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity
FROM phpfox_action AS a
     JOIN phpfox_user AS u
            ON(u.user_id = a.user_id)

WHERE a.item_type_id = "fevent" AND a.item_id = 4514
GROUP BY u.user_id
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0001049 | Memory Before: 25.25 Mb | Memory After: 25.25 Mb | Memory Used: 5.36 kb | Rows: 0 | Slave: Yes
SELECT u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity
FROM phpfox_action AS a
     JOIN phpfox_user AS u
            ON(u.user_id = a.user_id)

WHERE a.item_type_id = "fevent" AND a.item_id = 4514
GROUP BY u.user_id
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0003159 | Memory Before: 25.25 Mb | Memory After: 25.25 Mb | Memory Used: 5.36 kb | Rows: 0 | Slave: Yes
SELECT u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity
FROM phpfox_user AS u
WHERE user_id IN (0,0,0,0)
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEurangePRIMARY,user_iduser_id4 1Using index condition
0.0001261 | Memory Before: 25.14 Mb | Memory After: 25.14 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT count(*)
FROM phpfox_feed
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Select tables optimized away
0.0014820 | Memory Before: 25.43 Mb | Memory After: 25.43 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1767225600' AND time_stamp <= '1798675200'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 19Using index condition; Using where
0.0181711 | Memory Before: 25.43 Mb | Memory After: 25.43 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1735689600' AND time_stamp <= '1767139200'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1254Using index condition; Using where
0.0080490 | Memory Before: 25.43 Mb | Memory After: 25.43 Mb | Memory Used: 3.13 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1704067200' AND time_stamp <= '1735603200'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1139Using index condition; Using where
0.0088100 | Memory Before: 25.43 Mb | Memory After: 25.43 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1672531200' AND time_stamp <= '1703980800'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1328Using index condition; Using where
0.0063250 | Memory Before: 25.43 Mb | Memory After: 25.44 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1640995200' AND time_stamp <= '1672444800'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1520Using index condition; Using where
0.0070660 | Memory Before: 25.43 Mb | Memory After: 25.44 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1609459200' AND time_stamp <= '1640908800'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1311Using index condition; Using where
0.0051019 | Memory Before: 25.44 Mb | Memory After: 25.44 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1577836800' AND time_stamp <= '1609372800'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 763Using index condition; Using where
0.0046721 | Memory Before: 25.44 Mb | Memory After: 25.44 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1546300800' AND time_stamp <= '1577750400'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 691Using index condition; Using where
0.0072541 | Memory Before: 25.44 Mb | Memory After: 25.44 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1514764800' AND time_stamp <= '1546214400'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1148Using index condition; Using where
0.0079710 | Memory Before: 25.44 Mb | Memory After: 25.44 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1483228800' AND time_stamp <= '1514678400'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1224Using index condition; Using where
0.0056880 | Memory Before: 25.44 Mb | Memory After: 25.44 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1451606400' AND time_stamp <= '1483142400'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 891Using index condition; Using where
0.0019360 | Memory Before: 25.44 Mb | Memory After: 25.45 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1420070400' AND time_stamp <= '1451520000'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 249Using index condition; Using where
0.0021231 | Memory Before: 25.45 Mb | Memory After: 25.45 Mb | Memory Used: 3.13 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1388534400' AND time_stamp <= '1419984000'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 286Using index condition; Using where
0.0005910 | Memory Before: 25.45 Mb | Memory After: 25.45 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1356998400' AND time_stamp <= '1388448000'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 62Using index condition; Using where
0.0002539 | Memory Before: 25.45 Mb | Memory After: 25.45 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1325376000' AND time_stamp <= '1356912000'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0002201 | Memory Before: 25.45 Mb | Memory After: 25.45 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1293840000' AND time_stamp <= '1325289600'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0002320 | Memory Before: 25.45 Mb | Memory After: 25.45 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1262304000' AND time_stamp <= '1293753600'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001922 | Memory Before: 25.45 Mb | Memory After: 25.46 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1230768000' AND time_stamp <= '1262217600'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001938 | Memory Before: 25.45 Mb | Memory After: 25.46 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1199145600' AND time_stamp <= '1230681600'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001860 | Memory Before: 25.46 Mb | Memory After: 25.46 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1167609600' AND time_stamp <= '1199059200'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001850 | Memory Before: 25.46 Mb | Memory After: 25.46 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1136073600' AND time_stamp <= '1167523200'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001831 | Memory Before: 25.46 Mb | Memory After: 25.46 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1104537600' AND time_stamp <= '1135987200'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001800 | Memory Before: 25.46 Mb | Memory After: 25.46 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1072915200' AND time_stamp <= '1104451200'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001848 | Memory Before: 25.46 Mb | Memory After: 25.47 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1041379200' AND time_stamp <= '1072828800'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001841 | Memory Before: 25.46 Mb | Memory After: 25.47 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '1009843200' AND time_stamp <= '1041292800'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0002031 | Memory Before: 25.47 Mb | Memory After: 25.47 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '978307200' AND time_stamp <= '1009756800'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0002089 | Memory Before: 25.47 Mb | Memory After: 25.47 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '946684800' AND time_stamp <= '978220800'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001938 | Memory Before: 25.47 Mb | Memory After: 25.47 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '915148800' AND time_stamp <= '946598400'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001822 | Memory Before: 25.47 Mb | Memory After: 25.47 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '883612800' AND time_stamp <= '915062400'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0002050 | Memory Before: 25.47 Mb | Memory After: 25.47 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '852076800' AND time_stamp <= '883526400'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001831 | Memory Before: 25.47 Mb | Memory After: 25.48 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '820454400' AND time_stamp <= '851990400'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0002341 | Memory Before: 25.47 Mb | Memory After: 25.48 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '788918400' AND time_stamp <= '820368000'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001891 | Memory Before: 25.48 Mb | Memory After: 25.48 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '757382400' AND time_stamp <= '788832000'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001960 | Memory Before: 25.48 Mb | Memory After: 25.48 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '725846400' AND time_stamp <= '757296000'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001972 | Memory Before: 25.48 Mb | Memory After: 25.48 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '694224000' AND time_stamp <= '725760000'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001950 | Memory Before: 25.48 Mb | Memory After: 25.48 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '662688000' AND time_stamp <= '694137600'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001922 | Memory Before: 25.48 Mb | Memory After: 25.48 Mb | Memory Used: 3.13 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '631152000' AND time_stamp <= '662601600'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001781 | Memory Before: 25.48 Mb | Memory After: 25.49 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '599616000' AND time_stamp <= '631065600'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001900 | Memory Before: 25.48 Mb | Memory After: 25.49 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '567993600' AND time_stamp <= '599529600'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001838 | Memory Before: 25.49 Mb | Memory After: 25.49 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '536457600' AND time_stamp <= '567907200'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001791 | Memory Before: 25.49 Mb | Memory After: 25.49 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '504921600' AND time_stamp <= '536371200'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001779 | Memory Before: 25.49 Mb | Memory After: 25.49 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '473385600' AND time_stamp <= '504835200'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0002010 | Memory Before: 25.49 Mb | Memory After: 25.49 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '441763200' AND time_stamp <= '473299200'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001900 | Memory Before: 25.49 Mb | Memory After: 25.5 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '410227200' AND time_stamp <= '441676800'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001769 | Memory Before: 25.49 Mb | Memory After: 25.5 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '378691200' AND time_stamp <= '410140800'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001760 | Memory Before: 25.5 Mb | Memory After: 25.5 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '347155200' AND time_stamp <= '378604800'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001800 | Memory Before: 25.5 Mb | Memory After: 25.5 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '315532800' AND time_stamp <= '347068800'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001922 | Memory Before: 25.5 Mb | Memory After: 25.5 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '283996800' AND time_stamp <= '315446400'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001779 | Memory Before: 25.5 Mb | Memory After: 25.5 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '252460800' AND time_stamp <= '283910400'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001702 | Memory Before: 25.5 Mb | Memory After: 25.5 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '220924800' AND time_stamp <= '252374400'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001700 | Memory Before: 25.5 Mb | Memory After: 25.51 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '189302400' AND time_stamp <= '220838400'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001678 | Memory Before: 25.5 Mb | Memory After: 25.51 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '157766400' AND time_stamp <= '189216000'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001700 | Memory Before: 25.51 Mb | Memory After: 25.51 Mb | Memory Used: 3.14 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '126230400' AND time_stamp <= '157680000'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001831 | Memory Before: 25.51 Mb | Memory After: 25.51 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '94694400' AND time_stamp <= '126144000'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001922 | Memory Before: 25.51 Mb | Memory After: 25.51 Mb | Memory Used: 3.15 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '63072000' AND time_stamp <= '94608000'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001760 | Memory Before: 25.51 Mb | Memory After: 25.51 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '31536000' AND time_stamp <= '62985600'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0001678 | Memory Before: 25.51 Mb | Memory After: 25.51 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_feed
FORCE INDEX (time_stamp)
WHERE user_id = 2493 AND feed_reference = 0 AND time_stamp > '0' AND time_stamp <= '31449600'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feedrangetime_stamptime_stamp8 1Using index condition; Using where
0.0003281 | Memory Before: 25.51 Mb | Memory After: 25.52 Mb | Memory Used: 3.18 kb | Rows: 1 | Slave: Yes
SELECT dob_setting
FROM phpfox_user_field
WHERE user_id = 2493
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_fieldconstuser_iduser_id4const1 
0.0001540 | Memory Before: 25.54 Mb | Memory After: 25.54 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'layout' AND name = 'block.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition
0.0002730 | Memory Before: 25.54 Mb | Memory After: 25.55 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'display.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0000811 | Memory Before: 25.55 Mb | Memory After: 25.56 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'display.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001130 | Memory Before: 25.83 Mb | Memory After: 25.83 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'captcha' AND name = 'form.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002990 | Memory Before: 25.71 Mb | Memory After: 25.72 Mb | Memory Used: 3.16 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'timeline.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0003710 | Memory Before: 25.9 Mb | Memory After: 25.9 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'content.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001481 | Memory Before: 26.05 Mb | Memory After: 26.05 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'comment.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001550 | Memory Before: 26.14 Mb | Memory After: 26.15 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'link.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001681 | Memory Before: 26.23 Mb | Memory After: 26.23 Mb | Memory Used: 3.17 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'share' AND name = 'link.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001290 | Memory Before: 26.19 Mb | Memory After: 26.19 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'like' AND name = 'display.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001211 | Memory Before: 25.85 Mb | Memory After: 25.86 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'timeline.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001700 | Memory Before: 26.03 Mb | Memory After: 26.03 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'content.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001550 | Memory Before: 26.11 Mb | Memory After: 26.11 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'comment.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001678 | Memory Before: 26.2 Mb | Memory After: 26.21 Mb | Memory Used: 3.16 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'link.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001559 | Memory Before: 26.27 Mb | Memory After: 26.27 Mb | Memory Used: 3.16 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'share' AND name = 'link.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001519 | Memory Before: 26.21 Mb | Memory After: 26.21 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'like' AND name = 'display.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0081592 | Memory Before: 26.24 Mb | Memory After: 26.24 Mb | Memory Used: 6.67 kb | Rows: 1 | Slave: Yes
SELECT uf.dob_setting, friend.friend_id, friend.friend_user_id, friend.is_top_friend, friend.time_stamp, u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity
FROM phpfox_friend AS friend
INNER      JOIN ( SELECT friend_user_id FROM phpfox_friend WHERE is_page = 0 AND user_id = 2493) AS sf
            ON(sf.friend_user_id = friend.friend_user_id)
     JOIN phpfox_user AS u
            ON(u.user_id = friend.friend_user_id AND u.status_id = 0)
     JOIN phpfox_user_field AS uf
            ON(u.user_id = uf.user_id)

WHERE friend.is_page = 0 AND friend.user_id = 2493
GROUP BY u.user_id
ORDER BY friend.is_top_friend DESC , friend.ordering ASC, RAND()
LIMIT 6
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_friendrefuser_check,user_id,top_friend,friend_user_id,is_page,is_page_2is_page_25const,const1Using where; Using index; Using temporary; Using filesort
1SIMPLEfriendeq_refuser_check,user_id,top_friend,friend_user_id,is_page,is_page_2user_check8const,sqlgipsol.phpfox_friend.friend_user_id1Using where
1SIMPLEufeq_refuser_iduser_id4sqlgipsol.phpfox_friend.friend_user_id1 
1SIMPLEueq_refPRIMARY,public_feed,status_id,status_id_2,user_id,user_statusPRIMARY4sqlgipsol.phpfox_friend.friend_user_id1Using where
0.0004671 | Memory Before: 26.24 Mb | Memory After: 26.25 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'friend' AND name = 'timeline.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001609 | Memory Before: 26.12 Mb | Memory After: 26.13 Mb | Memory Used: 3.16 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'timeline.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001791 | Memory Before: 26.29 Mb | Memory After: 26.3 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'content.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001812 | Memory Before: 26.38 Mb | Memory After: 26.38 Mb | Memory Used: 3.16 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'comment.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001621 | Memory Before: 26.47 Mb | Memory After: 26.47 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'link.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001221 | Memory Before: 26.53 Mb | Memory After: 26.54 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'share' AND name = 'link.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001419 | Memory Before: 26.48 Mb | Memory After: 26.48 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'like' AND name = 'display.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001659 | Memory Before: 26.14 Mb | Memory After: 26.14 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'timeline.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001941 | Memory Before: 26.31 Mb | Memory After: 26.31 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'content.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002000 | Memory Before: 26.39 Mb | Memory After: 26.4 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'comment.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002060 | Memory Before: 26.49 Mb | Memory After: 26.49 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'link.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001829 | Memory Before: 26.55 Mb | Memory After: 26.55 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'share' AND name = 'link.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001230 | Memory Before: 26.49 Mb | Memory After: 26.5 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'like' AND name = 'display.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0004971 | Memory Before: 26.38 Mb | Memory After: 26.39 Mb | Memory Used: 9.27 kb | Rows: 0 | Slave: Yes
SELECT *
FROM phpfox_ad
WHERE location = "feed|display"
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adALL MISSING KEY   12Using where
0.0004489 | Memory Before: 26.24 Mb | Memory After: 26.24 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'base5' AND module_id = 'profile' AND name = 'controller/index.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001199 | Memory Before: 26.26 Mb | Memory After: 26.26 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'base5' AND module_id = 'core' AND name = 'block/template-menufooter.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
Array
(
    [session] => 0f12350b7e7debbd72e246ec0f8c7a20
    [redirect] => /mobile/profile-2493/www.arraztalo.eus/elkartea
)
TOP