Ana Arrieta

Aztarna Solidarioa

a

Azken argazkiak

phpFox Developers Debug Toggle JavaScript Console
Version:
3.8.0
Product Code Name:
Nebula

Total Time:
0.2634459
PHP General Time:
0.2219622
GZIP:
disabled

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

Total Memory Usage:
14.53 Mb
Total Memory Usage (Including Debug):
14.91 Mb
Memory Limit:
512 Mb (1024M)

Load Balancing Enabled:
No
Requests From:
192.168.100.222


Server Time Stamp:
April 4, 2026, 11:29 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.0001361 | Memory Before: 1.41 Mb | Memory After: 1.41 Mb | Memory Used: 4.78 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.0007560 | 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 ('02e743509552cda71568fccc3d23f357', '0d574f7196f9f96e319d05681455513d', '0', '1775345344', '/Ana_Arrieta', '0', '0', '0', '216.73.216.132', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.')
0.0002310 | Memory Before: 3.74 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.0001080 | Memory Before: 3.75 Mb | Memory After: 3.75 Mb | Memory Used: 3.18 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.0016968 | Memory Before: 5.16 Mb | Memory After: 5.19 Mb | Memory Used: 35.58 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 = 'Ana_Arrieta'
/* 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_id_24sqlgipsol.u.user_id723Using where
1SIMPLEpeq_refPRIMARY,photo_id,photo_id_2PRIMARY4sqlgipsol.user_field.cover_photo1Using index
0.0006809 | Memory Before: 6.55 Mb | Memory After: 6.55 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_fevent
WHERE view_id = 0 AND item_id = 0 AND user_id = 2661
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_id4const1Using where
0.0005190 | Memory Before: 8.49 Mb | Memory After: 8.5 Mb | Memory Used: 3.73 kb | Rows: 3 | Slave: Yes
SELECT user_id, user_privacy, user_value
FROM phpfox_user_privacy
WHERE user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_privacyrefuser_id,user_id_2user_id4const7 
0.0007200 | Memory Before: 10.18 Mb | Memory After: 10.18 Mb | Memory Used: 3.13 kb | Rows: 1 | Slave: Yes
SELECT COUNT(m.event_id)
FROM phpfox_fevent AS m
INNER      JOIN phpfox_fevent_text AS ft
            ON(ft.event_id = m.event_id)

WHERE m.view_id = 0 AND m.privacy IN(0) AND m.user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEmrefPRIMARY,user_id,view_id,view_id_2,view_id_3,view_id_4,view_id_5user_id4const1Using where
1SIMPLEftrefevent_idevent_id4sqlgipsol.m.event_id1Using index
0.0007379 | Memory Before: 10.6 Mb | Memory After: 10.6 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_document AS m
WHERE m.is_approved = 1 AND m.in_process = 0 AND m.view_id = 0 AND m.item_id = 0 AND m.privacy IN(0) AND m.user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEmrefuser_id,in_process,in_process_2,in_process_3,in_process_4,in_process_5,view_id_4user_id4const1Using where
0.0007000 | Memory Before: 10.63 Mb | Memory After: 10.63 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_photo AS photo
WHERE photo.view_id = 0 AND photo.group_id = 0 AND photo.type_id = 0 AND photo.privacy IN(0) AND photo.user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphotorefview_id_2,view_id,privacy,view_id_3,view_id_4,view_id_5view_id_310const,const,const,const1Using where
0.0017040 | Memory Before: 10.63 Mb | Memory After: 10.65 Mb | Memory Used: 14.27 kb | Rows: 1 | Slave: Yes
SELECT pa.name AS album_name, pa.profile_id AS album_profile_id, ppc.name as category_name, ppc.category_id, l.like_id as is_liked, adisliked.action_id as is_disliked, photo.*, 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_photo AS photo
     LEFT JOIN phpfox_photo_album AS pa
            ON(pa.album_id = photo.album_id)
     LEFT JOIN phpfox_photo_category_data AS ppcd
            ON(ppcd.photo_id = photo.photo_id)
     LEFT JOIN phpfox_photo_category AS ppc
            ON(ppc.category_id = ppcd.category_id)
     LEFT JOIN phpfox_like AS l
            ON(l.type_id = "photo" AND l.item_id = photo.photo_id AND l.user_id = 0)
     LEFT JOIN phpfox_action AS adisliked
            ON(adisliked.action_type_id = 2 AND adisliked.item_id = photo.photo_id AND adisliked.user_id = 0)
     JOIN phpfox_user AS u
            ON(u.user_id = photo.user_id)

WHERE photo.view_id = 0 AND photo.group_id = 0 AND photo.type_id = 0 AND photo.privacy IN(0) AND photo.user_id = 2661
GROUP BY photo.photo_id
ORDER BY photo.photo_id DESC
LIMIT 4
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEppcdsystemphoto_idMISSING KEY    Const row not found; Using temporary; Using filesort
1SIMPLEppcsystemPRIMARYMISSING KEY    Const row not found
1SIMPLEadislikedsystemitem_idMISSING KEY    Const row not found
1SIMPLEuconstPRIMARY,user_idPRIMARY4const1 
1SIMPLEphotorefview_id_2,view_id,privacy,view_id_3,view_id_4,view_id_5view_id_310const,const,const,const1Using where
1SIMPLElreftype_id,type_id_2,type_id_3,item_idtype_id_381const,const1Using where
1SIMPLEpaeq_refPRIMARY,album_idPRIMARY4sqlgipsol.photo.album_id1 
0.0006769 | Memory Before: 10.95 Mb | Memory After: 10.95 Mb | Memory Used: 3.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_video AS m
WHERE m.in_process = 0 AND m.view_id = 0 AND m.item_id = 0 AND m.privacy IN(0) AND m.user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEmrefin_process,user_id,view_id,in_process_2,in_process_3,in_process_4,in_process_5,in_process_6in_process_511const,const,const,const,const1Using index
0.0002332 | Memory Before: 11.98 Mb | Memory After: 11.99 Mb | Memory Used: 3.16 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.0002141 | Memory Before: 12.67 Mb | Memory After: 12.67 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.0019910 | Memory Before: 13 Mb | Memory After: 13.02 Mb | Memory Used: 17.41 kb | Rows: 75 | 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 = 2661)
     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
1SIMPLEcmvrefuser_iduser_id6const,sqlgipsol.cf.field_id1 
1SIMPLEcgeq_refPRIMARYPRIMARY2sqlgipsol.cf.group_id1 
1SIMPLEmrefis_active,module_id,module_is_activemodule_is_active78sqlgipsol.cf.module_id,const8Using index
0.0005040 | Memory Before: 13.25 Mb | Memory After: 13.28 Mb | Memory Used: 27.2 kb | Rows: 1 | Slave: Yes
SELECT *
FROM phpfox_user_custom
WHERE user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0001452 | Memory Before: 13.27 Mb | Memory After: 13.28 Mb | Memory Used: 5.9 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.0002091 | Memory Before: 13.39 Mb | Memory After: 13.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 = '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.0002110 | Memory Before: 13.54 Mb | Memory After: 13.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 = '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.0001140 | Memory Before: 13.56 Mb | Memory After: 13.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 = '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.0002120 | Memory Before: 13.58 Mb | Memory After: 13.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 = '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.0002089 | Memory Before: 13.59 Mb | Memory After: 13.59 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.0002670 | Memory Before: 13.65 Mb | Memory After: 13.67 Mb | Memory Used: 17.58 kb | Rows: 75 | 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 = 2661)
     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
1SIMPLEcmvrefuser_iduser_id6const,sqlgipsol.cf.field_id1 
1SIMPLEcgeq_refPRIMARYPRIMARY2sqlgipsol.cf.group_id1 
1SIMPLEmrefis_active,module_id,module_is_activemodule_is_active78sqlgipsol.cf.module_id,const8Using index
0.0001590 | Memory Before: 13.9 Mb | Memory After: 13.93 Mb | Memory Used: 27.2 kb | Rows: 1 | Slave: Yes
SELECT *
FROM phpfox_user_custom
WHERE user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0001302 | Memory Before: 13.93 Mb | Memory After: 13.93 Mb | Memory Used: 5.95 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.0002110 | Memory Before: 13.67 Mb | Memory After: 13.67 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.0001700 | Memory Before: 14.14 Mb | Memory After: 14.14 Mb | Memory Used: 3.16 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.0002742 | Memory Before: 14.04 Mb | Memory After: 14.05 Mb | Memory Used: 17.43 kb | Rows: 75 | 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 = 2661)
     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
1SIMPLEcmvrefuser_iduser_id6const,sqlgipsol.cf.field_id1 
1SIMPLEcgeq_refPRIMARYPRIMARY2sqlgipsol.cf.group_id1 
1SIMPLEmrefis_active,module_id,module_is_activemodule_is_active78sqlgipsol.cf.module_id,const8Using index
0.0001762 | Memory Before: 14.29 Mb | Memory After: 14.31 Mb | Memory Used: 27.26 kb | Rows: 1 | Slave: Yes
SELECT *
FROM phpfox_user_custom
WHERE user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0001299 | Memory Before: 14.31 Mb | Memory After: 14.32 Mb | Memory Used: 5.91 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: 13.88 Mb | Memory After: 13.88 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.0002041 | Memory Before: 13.9 Mb | Memory After: 13.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 = '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.0002100 | Memory Before: 13.9 Mb | Memory After: 13.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 = '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.0002561 | Memory Before: 14.23 Mb | Memory After: 14.25 Mb | Memory Used: 27.23 kb | Rows: 1 | Slave: Yes
SELECT *
FROM phpfox_user_custom
WHERE user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0004110 | Memory Before: 14.26 Mb | Memory After: 14.26 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 93 AND cmv.user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0003111 | Memory Before: 14.28 Mb | Memory After: 14.28 Mb | Memory Used: 3.17 kb | Rows: 1 | Slave: Yes
SELECT cf_mail
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002558 | Memory Before: 14.28 Mb | Memory After: 14.28 Mb | Memory Used: 3.18 kb | Rows: 1 | Slave: Yes
SELECT cf_sitio_web
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002351 | Memory Before: 14.28 Mb | Memory After: 14.29 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_n_de_visitantes_mens
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002172 | Memory Before: 14.29 Mb | Memory After: 14.29 Mb | Memory Used: 3.18 kb | Rows: 1 | Slave: Yes
SELECT cf_facebook
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002110 | Memory Before: 14.29 Mb | Memory After: 14.29 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_n_de_seguidores_en_f
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002201 | Memory Before: 14.29 Mb | Memory After: 14.3 Mb | Memory Used: 3.18 kb | Rows: 1 | Slave: Yes
SELECT cf_twitter
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002079 | Memory Before: 14.3 Mb | Memory After: 14.3 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_n_de_seguidores_en_t
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002069 | Memory Before: 14.3 Mb | Memory After: 14.3 Mb | Memory Used: 3.18 kb | Rows: 1 | Slave: Yes
SELECT cf_linkedin
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002041 | Memory Before: 14.3 Mb | Memory After: 14.31 Mb | Memory Used: 3.21 kb | Rows: 1 | Slave: Yes
SELECT cf_n_de_seguidores_en_y
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002079 | Memory Before: 14.31 Mb | Memory After: 14.31 Mb | Memory Used: 3.18 kb | Rows: 1 | Slave: Yes
SELECT cf_instagram
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002201 | Memory Before: 14.31 Mb | Memory After: 14.31 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_n_de_seguidores_en_i
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002251 | Memory Before: 14.31 Mb | Memory After: 14.31 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_cif_dni
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002220 | Memory Before: 14.31 Mb | Memory After: 14.32 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_tel_fono
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002131 | Memory Before: 14.32 Mb | Memory After: 14.32 Mb | Memory Used: 3.23 kb | Rows: 1 | Slave: Yes
SELECT cf_n_mero_de_registro_o
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002151 | Memory Before: 14.32 Mb | Memory After: 14.32 Mb | Memory Used: 3.18 kb | Rows: 1 | Slave: Yes
SELECT cf_latitude
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002029 | Memory Before: 14.32 Mb | Memory After: 14.33 Mb | Memory Used: 3.18 kb | Rows: 1 | Slave: Yes
SELECT cf_longitude
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0003932 | Memory Before: 14.33 Mb | Memory After: 14.33 Mb | Memory Used: 3.17 kb | Rows: 1 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 22 AND cmv.user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0003438 | Memory Before: 14.33 Mb | Memory After: 14.33 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 9 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002270 | Memory Before: 14.31 Mb | Memory After: 14.32 Mb | Memory Used: 3.17 kb | Rows: 1 | Slave: Yes
SELECT cf_izena
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002301 | Memory Before: 14.32 Mb | Memory After: 14.32 Mb | Memory Used: 3.19 kb | Rows: 1 | Slave: Yes
SELECT cf_deskribapenaeu
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002081 | Memory Before: 14.32 Mb | Memory After: 14.32 Mb | Memory Used: 3.21 kb | Rows: 1 | Slave: Yes
SELECT cf_deskribapena
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002871 | Memory Before: 14.32 Mb | Memory After: 14.33 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 79 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002668 | Memory Before: 14.33 Mb | Memory After: 14.33 Mb | Memory Used: 3.21 kb | Rows: 1 | Slave: Yes
SELECT cf_url_asociarme_eu
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002182 | Memory Before: 14.33 Mb | Memory After: 14.34 Mb | Memory Used: 3.22 kb | Rows: 1 | Slave: Yes
SELECT cf_url_asociarme_es
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002971 | Memory Before: 14.33 Mb | Memory After: 14.34 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 80 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002270 | Memory Before: 14.34 Mb | Memory After: 14.34 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_url_voluntario_eu
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002098 | Memory Before: 14.34 Mb | Memory After: 14.35 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_url_voluntario_es
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002759 | Memory Before: 14.34 Mb | Memory After: 14.35 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 81 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002251 | Memory Before: 14.35 Mb | Memory After: 14.35 Mb | Memory Used: 3.19 kb | Rows: 1 | Slave: Yes
SELECT cf_url_donar_eu
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002081 | Memory Before: 14.35 Mb | Memory After: 14.35 Mb | Memory Used: 3.19 kb | Rows: 1 | Slave: Yes
SELECT cf_url_donar_es
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002079 | Memory Before: 14.36 Mb | Memory After: 14.36 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_borondatezko_kopurua
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002060 | Memory Before: 14.36 Mb | Memory After: 14.36 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_bazkide_kopurua
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002191 | Memory Before: 14.36 Mb | Memory After: 14.36 Mb | Memory Used: 3.19 kb | Rows: 1 | Slave: Yes
SELECT cf_inkesta_izena
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002091 | Memory Before: 14.36 Mb | Memory After: 14.37 Mb | Memory Used: 3.17 kb | Rows: 1 | Slave: Yes
SELECT cf_kargua
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002780 | Memory Before: 14.37 Mb | Memory After: 14.37 Mb | Memory Used: 3.16 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 30 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0003390 | Memory Before: 14.37 Mb | Memory After: 14.37 Mb | Memory Used: 3.17 kb | Rows: 1 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 48 AND cmv.user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002270 | Memory Before: 14.37 Mb | Memory After: 14.38 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_n_de_personas_libera
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002110 | Memory Before: 14.38 Mb | Memory After: 14.38 Mb | Memory Used: 3.19 kb | Rows: 1 | Slave: Yes
SELECT cf_p_liberadas_1
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002930 | Memory Before: 14.38 Mb | Memory After: 14.38 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 33 AND cmv.user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002379 | Memory Before: 14.38 Mb | Memory After: 14.39 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_nombre_y_apellidos_d
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002100 | Memory Before: 14.39 Mb | Memory After: 14.39 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_email_del_responsabl
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002048 | Memory Before: 14.39 Mb | Memory After: 14.39 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_tel_fono_de_contacto
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002038 | Memory Before: 14.39 Mb | Memory After: 14.4 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_n_de_equipos_inform_
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002911 | Memory Before: 14.4 Mb | Memory After: 14.4 Mb | Memory Used: 3.16 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 38 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002780 | Memory Before: 14.4 Mb | Memory After: 14.4 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 39 AND cmv.user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002689 | Memory Before: 14.4 Mb | Memory After: 14.41 Mb | Memory Used: 3.16 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 40 AND cmv.user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002899 | Memory Before: 14.41 Mb | Memory After: 14.41 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 51 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002301 | Memory Before: 14.42 Mb | Memory After: 14.42 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_url_de_pagina_web
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002930 | Memory Before: 14.42 Mb | Memory After: 14.42 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 53 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0001528 | Memory Before: 14.42 Mb | Memory After: 14.42 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 54 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0001528 | Memory Before: 14.42 Mb | Memory After: 14.43 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 55 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0001471 | Memory Before: 14.43 Mb | Memory After: 14.43 Mb | Memory Used: 3.19 kb | Rows: 1 | Slave: Yes
SELECT cf_url_del_blog
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0001240 | Memory Before: 14.43 Mb | Memory After: 14.43 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_rango_buscadores
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0001559 | Memory Before: 14.43 Mb | Memory After: 14.44 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 58 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0001531 | Memory Before: 14.44 Mb | Memory After: 14.44 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 59 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0001590 | Memory Before: 14.44 Mb | Memory After: 14.44 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 61 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0001509 | Memory Before: 14.45 Mb | Memory After: 14.45 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 62 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0001471 | Memory Before: 14.45 Mb | Memory After: 14.45 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 63 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002930 | Memory Before: 14.45 Mb | Memory After: 14.45 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 64 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002131 | Memory Before: 14.46 Mb | Memory After: 14.46 Mb | Memory Used: 3.19 kb | Rows: 1 | Slave: Yes
SELECT cf_entidad_bizum
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002539 | Memory Before: 14.46 Mb | Memory After: 14.46 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 66 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002079 | Memory Before: 14.46 Mb | Memory After: 14.47 Mb | Memory Used: 3.2 kb | Rows: 1 | Slave: Yes
SELECT cf_numero_de_asociacion
FROM phpfox_user_custom
WHERE user_id = 2661
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0002420 | Memory Before: 14.46 Mb | Memory After: 14.47 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 68 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002520 | Memory Before: 14.47 Mb | Memory After: 14.47 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 69 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002391 | Memory Before: 14.47 Mb | Memory After: 14.47 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 70 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002420 | Memory Before: 14.47 Mb | Memory After: 14.48 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 71 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002570 | Memory Before: 14.48 Mb | Memory After: 14.48 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 72 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002339 | Memory Before: 14.48 Mb | Memory After: 14.48 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 73 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002329 | Memory Before: 14.48 Mb | Memory After: 14.49 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 74 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002351 | Memory Before: 14.49 Mb | Memory After: 14.49 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 75 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002329 | Memory Before: 14.49 Mb | Memory After: 14.49 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 76 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0002320 | Memory Before: 14.5 Mb | Memory After: 14.5 Mb | Memory Used: 3.14 kb | Rows: 0 | Slave: Yes
SELECT co.phrase_var_name
FROM phpfox_custom_option AS co
     JOIN phpfox_user_custom_multiple_value AS cmv
            ON(cmv.option_id = co.option_id)

WHERE cmv.field_id = 77 AND cmv.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcmvrefuser_iduser_id6const,const1 
1SIMPLEcoeq_refPRIMARYPRIMARY2sqlgipsol.cmv.option_id1 
0.0001099 | Memory Before: 14.34 Mb | Memory After: 14.34 Mb | Memory Used: 3.16 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/info.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001950 | Memory Before: 14.4 Mb | Memory After: 14.41 Mb | Memory Used: 17.49 kb | Rows: 75 | 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 = 2661)
     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
1SIMPLEcmvrefuser_iduser_id6const,sqlgipsol.cf.field_id1 
1SIMPLEcgeq_refPRIMARYPRIMARY2sqlgipsol.cf.group_id1 
1SIMPLEmrefis_active,module_id,module_is_activemodule_is_active78sqlgipsol.cf.module_id,const8Using index
0.0001729 | Memory Before: 14.65 Mb | Memory After: 14.68 Mb | Memory Used: 27.2 kb | Rows: 1 | Slave: Yes
SELECT *
FROM phpfox_user_custom
WHERE user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0001440 | Memory Before: 14.68 Mb | Memory After: 14.68 Mb | Memory Used: 5.91 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.0001001 | Memory Before: 14.4 Mb | Memory After: 14.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 = 'higipsol' AND name = 'profileinfodescrip.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: 14.42 Mb | Memory After: 14.43 Mb | Memory Used: 17.44 kb | Rows: 75 | 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 = 2661)
     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
1SIMPLEcmvrefuser_iduser_id6const,sqlgipsol.cf.field_id1 
1SIMPLEcgeq_refPRIMARYPRIMARY2sqlgipsol.cf.group_id1 
1SIMPLEmrefis_active,module_id,module_is_activemodule_is_active78sqlgipsol.cf.module_id,const8Using index
0.0001342 | Memory Before: 14.67 Mb | Memory After: 14.69 Mb | Memory Used: 27.2 kb | Rows: 1 | Slave: Yes
SELECT *
FROM phpfox_user_custom
WHERE user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0001171 | Memory Before: 14.69 Mb | Memory After: 14.7 Mb | Memory Used: 5.91 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.0000920 | Memory Before: 14.42 Mb | Memory After: 14.43 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 = 'profileinfomap.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001650 | Memory Before: 14.46 Mb | Memory After: 14.47 Mb | Memory Used: 17.41 kb | Rows: 75 | 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 = 2661)
     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
1SIMPLEcmvrefuser_iduser_id6const,sqlgipsol.cf.field_id1 
1SIMPLEcgeq_refPRIMARYPRIMARY2sqlgipsol.cf.group_id1 
1SIMPLEmrefis_active,module_id,module_is_activemodule_is_active78sqlgipsol.cf.module_id,const8Using index
0.0001321 | Memory Before: 14.71 Mb | Memory After: 14.73 Mb | Memory Used: 27.25 kb | Rows: 1 | Slave: Yes
SELECT *
FROM phpfox_user_custom
WHERE user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_customconstuser_iduser_id4const1 
0.0001121 | Memory Before: 14.73 Mb | Memory After: 14.74 Mb | Memory Used: 5.92 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.0001049 | Memory Before: 14.47 Mb | Memory After: 14.47 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 = 'higipsol' AND name = 'profileinfo.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0074389 | Memory Before: 14.51 Mb | Memory After: 14.52 Mb | Memory Used: 3.13 kb | Rows: 1 | Slave: No
SELECT COUNT(access_id) as count
FROM phpfox_zozketa_access AS a
WHERE a.user_id = 2661
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEaALL MISSING KEY   38991Using where
0.0000851 | Memory Before: 14.51 Mb | Memory After: 14.51 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 = 'profile' AND name = 'photo_entry.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001040 | Memory Before: 14.51 Mb | Memory After: 14.51 Mb | Memory Used: 3.16 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] => 02e743509552cda71568fccc3d23f357
    [redirect] => /Ana_Arrieta
)
TOP