0.0006299
| Memory Before: 2.29 Mb
| Memory After: 2.3 Mb
| Memory Used: 3.86 kb
| Rows: 1
| Slave: No
SELECT s.session_hash, s.id_hash, s.captcha_hash, s.user_id
FROM phpfox_log_session
AS s
WHERE s.session_hash = 'cf248bf9ad696c98e3f6e4f1053328ba' AND s.id_hash = '0d574f7196f9f96e319d05681455513d'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | s | ref | session_hash,log_session | session_hash | 32 | const | 1 | Using index condition; Using where |
0.0005350
| Memory Before: 2.3 Mb
| Memory After: 2.3 Mb
| Memory Used: 1.42 kb
| Rows: -
| Slave: No
UPDATE phpfox_log_session
SET last_activity = '1787089536', user_id = '0', location = '/profile-2493/www.arraztalo.eus/elkartea', is_forum = '0', forum_id = '0', im_hide = '0', ip_address = '216.73.217.138', user_agent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.'
WHERE session_hash = 'cf248bf9ad696c98e3f6e4f1053328ba'
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_log_session | ref | session_hash,log_session | session_hash | 32 | const | 1 | Using index condition |
0.0002570
| Memory Before: 3.62 Mb
| Memory After: 3.63 Mb
| Memory Used: 4.96 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | s | ref | is_default | is_default | 1 | const | 1 | |
| 1 | SIMPLE | t | eq_ref | PRIMARY,theme_id | PRIMARY | 2 | sqlgipsol.s.theme_id | 1 | |
0.0001070
| Memory Before: 3.63 Mb
| Memory After: 3.63 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_style | const | style_id_2,style_id | style_id_2 | 2 | const | 1 | |
0.0017741
| Memory Before: 5.13 Mb
| Memory After: 5.17 Mb
| Memory Used: 36.24 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | u | ref | PRIMARY,user_group_id,user_id,user_name | user_name | 103 | const | 1 | Using index condition |
| 1 | SIMPLE | user_field | eq_ref | user_id | user_id | 4 | sqlgipsol.u.user_id | 1 | |
| 1 | SIMPLE | ts | eq_ref | style_id_2,style_id,is_active | style_id_2 | 2 | sqlgipsol.user_field.designer_style_id | 1 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,theme_id | PRIMARY | 2 | sqlgipsol.ts.theme_id | 1 | Using where |
| 1 | SIMPLE | ug | eq_ref | PRIMARY,user_group_id | PRIMARY | 1 | sqlgipsol.u.user_group_id | 1 | Using index condition |
| 1 | SIMPLE | uf | eq_ref | PRIMARY | PRIMARY | 4 | sqlgipsol.u.user_id | 1 | Using index |
| 1 | SIMPLE | user_space | eq_ref | user_id | user_id | 4 | sqlgipsol.u.user_id | 1 | |
| 1 | SIMPLE | user_activity | eq_ref | user_id | user_id | 4 | sqlgipsol.u.user_id | 1 | |
| 1 | SIMPLE | ls | ref | user_id,user_id_2,user_id_3 | user_id | 5 | sqlgipsol.u.user_id,const | 231 | Using index |
| 1 | SIMPLE | p | eq_ref | PRIMARY,photo_id,photo_id_2 | PRIMARY | 4 | sqlgipsol.user_field.cover_photo | 1 | Using index |
0.0007091
| Memory Before: 7.19 Mb
| Memory After: 7.19 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 = 2493
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_fevent | ref | user_id,view_id,view_id_2,view_id_3,view_id_4,view_id_5 | user_id | 4 | const | 11 | Using where |
0.0004852
| Memory Before: 9.13 Mb
| Memory After: 9.13 Mb
| Memory Used: 3.75 kb
| Rows: 3
| Slave: Yes
SELECT user_id, user_privacy, user_value
FROM phpfox_user_privacy
WHERE user_id = 2493
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_user_privacy | ref | user_id,user_id_2 | user_id | 4 | const | 3 | |
0.0002639
| Memory Before: 10.44 Mb
| Memory After: 10.45 Mb
| Memory Used: 3.36 kb
| Rows: 0
| Slave: No
SELECT event_id, image_path
FROM phpfox_fevent
WHERE end_time < 1735689600 AND image_path != "" AND image_path != "af9e5ac6fdf7acdeabaaebb4e50a5d84%s.jpg"
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_fevent | ALL | | MISSING KEY | | | 9465 | Using where |
0.0003810
| Memory Before: 10.44 Mb
| Memory After: 10.44 Mb
| Memory Used: 1.41 kb
| Rows: -
| Slave: No
UPDATE phpfox_cron
SET next_run = '1787089536', last_run = '1787089536'
WHERE cron_id = 5
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_cron | const | PRIMARY | PRIMARY | 3 | const | 1 | |
0.0002680
| Memory Before: 10.44 Mb
| Memory After: 10.45 Mb
| Memory Used: 1.29 kb
| Rows: -
| Slave: No
INSERT INTO phpfox_cron_log (cron_id, time_stamp) VALUES ('5', '1787089536')
0.0001218
| Memory Before: 10.92 Mb
| Memory After: 10.92 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition |
0.0001569
| Memory Before: 12.45 Mb
| Memory After: 12.45 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001979
| Memory Before: 12.53 Mb
| Memory After: 12.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 = 'higipsol' AND name = 'cabecera.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001230
| Memory Before: 12.66 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 = 'hispalanguage' AND name = 'select.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0000992
| Memory Before: 12.69 Mb
| Memory After: 12.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 = 'core' AND name = 'block/template-menu.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001600
| Memory Before: 23.23 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 = 'base5' AND module_id = 'core' AND name = 'block/template-menu.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001471
| Memory Before: 23.24 Mb
| Memory After: 23.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 = 'core' AND name = 'template-holdername.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0021789
| Memory Before: 23.58 Mb
| Memory After: 23.6 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | cf | ALL | | MISSING KEY | | | 83 | Using where; Using filesort |
| 1 | SIMPLE | cg | eq_ref | PRIMARY | PRIMARY | 2 | sqlgipsol.cf.group_id | 1 | |
| 1 | SIMPLE | cmv | ref | user_id | user_id | 6 | const,sqlgipsol.cf.field_id | 1 | |
| 1 | SIMPLE | m | ref | is_active,module_id,module_is_active | module_is_active | 78 | sqlgipsol.cf.module_id,const | 8 | Using index |
0.0005841
| Memory Before: 23.84 Mb
| Memory After: 23.87 Mb
| Memory Used: 31.18 kb
| Rows: 1
| Slave: Yes
SELECT *
FROM phpfox_user_custom
WHERE user_id = 2493
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_user_custom | const | user_id | user_id | 4 | const | 1 | |
0.0001349
| Memory Before: 23.87 Mb
| Memory After: 23.88 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_custom_option | ALL | field_id | MISSING KEY | | | 83 | Using where; Using filesort |
0.0001490
| Memory Before: 23.74 Mb
| Memory After: 23.74 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0004959
| Memory Before: 24.12 Mb
| Memory After: 24.13 Mb
| Memory Used: 10.55 kb
| Rows: 1
| Slave: Yes
SELECT *
FROM phpfox_photo
WHERE photo_id = 4232
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_photo | const | PRIMARY,photo_id,photo_id_2 | PRIMARY | 4 | const | 1 | |
0.0001061
| Memory Before: 24.26 Mb
| Memory After: 24.26 Mb
| Memory Used: 3.17 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002050
| Memory Before: 24.44 Mb
| Memory After: 24.45 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002072
| Memory Before: 24.18 Mb
| Memory After: 24.18 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition |
0.0001638
| Memory Before: 24.19 Mb
| Memory After: 24.2 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 = 'core' AND name = 'template-contentclass.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002091
| Memory Before: 24.2 Mb
| Memory After: 24.2 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition |
0.0002971
| Memory Before: 24.79 Mb
| Memory After: 24.79 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | | | | MISSING KEY | | | | Impossible WHERE noticed after reading const tables |
0.0024569
| Memory Before: 24.78 Mb
| Memory After: 24.79 Mb
| Memory Used: 9.1 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | PRIMARY | apps | system | PRIMARY,app_id | MISSING KEY | | | | Const row not found; Using temporary; Using filesort |
| 1 | PRIMARY | <derived2> | ALL | | MISSING KEY | | | 9 | |
| 1 | PRIMARY | u | eq_ref | PRIMARY,user_id | PRIMARY | 4 | feed.user_id | 1 | |
| 2 | DERIVED | feed | ref | privacy_2,privacy_3,privacy_4,type_id,privacy,privacy_5,user_id | type_id | 77 | const | 1 | Using index condition; Using where |
| 3 | UNION | feed | ref | privacy_2,privacy_3,privacy_4,privacy,privacy_5,user_id | user_id | 8 | const,const | 7 | Using where |
| 4 | UNION | feed | ref | privacy_2,privacy_3,privacy_4,privacy,privacy_5 | privacy_5 | 5 | const,const | 1 | |
| | UNION RESULT | <union2,3,4> | ALL | | MISSING KEY | | | | |
0.0018778
| Memory Before: 24.92 Mb
| Memory After: 24.93 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | e | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | l | ref|filter | type_id,type_id_2,type_id_3,item_id | type_id_3|item_id | 81|4 | const,const | 1 (1%) | Using where; Using rowid filter |
| 1 | SIMPLE | et | ref | event_id | event_id | 4 | const | 1 | |
0.0012441
| Memory Before: 24.97 Mb
| Memory After: 24.98 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | l | ref|filter | type_id,type_id_2,type_id_3,item_id | item_id|type_id_3 | 4|77 | const | 1 (8%) | Using where; Using temporary; Using filesort; Using rowid filter |
| 1 | SIMPLE | a | ref | type_id,type_id_2,type_id_3,item_id | item_id | 4 | const | 1 | Using where |
| 1 | SIMPLE | u | eq_ref | PRIMARY,user_id | PRIMARY | 4 | sqlgipsol.l.user_id | 1 | |
0.0005729
| Memory Before: 24.97 Mb
| Memory After: 24.97 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | l | ref | type_id,type_id_2,type_id_3,item_id | type_id | 81 | const,const | 1 | Using where; Using index |
0.0005181
| Memory Before: 24.98 Mb
| Memory After: 24.98 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | a | ref | type_id,type_id_2,type_id_3,item_id | type_id_2 | 81 | const,const | 1 | Using where; Using index |
| 1 | SIMPLE | u | eq_ref | PRIMARY,user_id | PRIMARY | 4 | sqlgipsol.a.user_id | 1 | |
0.0002441
| Memory Before: 24.99 Mb
| Memory After: 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 = 11114
GROUP BY u.user_id
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | a | ref | type_id,type_id_2,type_id_3,item_id | type_id_2 | 81 | const,const | 1 | Using where; Using index |
| 1 | SIMPLE | u | eq_ref | PRIMARY,user_id | PRIMARY | 4 | sqlgipsol.a.user_id | 1 | |
0.0006840
| Memory Before: 25.25 Mb
| Memory After: 25.26 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | a | ref | type_id,type_id_2,type_id_3,item_id | type_id_2 | 81 | const,const | 1 | Using where; Using index |
| 1 | SIMPLE | u | eq_ref | PRIMARY,user_id | PRIMARY | 4 | sqlgipsol.a.user_id | 1 | |
0.0010250
| Memory Before: 25.25 Mb
| Memory After: 25.26 Mb
| Memory Used: 6.72 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | l | ref|filter | type_id,type_id_2,type_id_3,item_id | item_id|type_id_3 | 4|77 | const | 1 (3%) | Using where; Using temporary; Using filesort; Using rowid filter |
| 1 | SIMPLE | a | ref | type_id,type_id_2,type_id_3,item_id | item_id | 4 | const | 1 | Using where |
| 1 | SIMPLE | u | eq_ref | PRIMARY,user_id | PRIMARY | 4 | sqlgipsol.l.user_id | 1 | |
0.0006602
| Memory Before: 25.26 Mb
| Memory After: 25.26 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | l | ref | type_id,type_id_2,type_id_3,item_id | type_id_2 | 81 | const,const | 1 | Using where; Using index; Using temporary; Using filesort |
| 1 | SIMPLE | u | eq_ref | PRIMARY,user_id | PRIMARY | 4 | sqlgipsol.l.user_id | 1 | |
0.0001762
| Memory Before: 25.26 Mb
| Memory After: 25.26 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | a | ref | type_id,type_id_2,type_id_3,item_id | type_id_2 | 81 | const,const | 1 | Using where; Using index |
| 1 | SIMPLE | u | eq_ref | PRIMARY,user_id | PRIMARY | 4 | sqlgipsol.a.user_id | 1 | |
0.0016320
| Memory Before: 25.27 Mb
| Memory After: 25.28 Mb
| Memory Used: 5.5 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | e | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | l | ref|filter | type_id,type_id_2,type_id_3,item_id | type_id_3|item_id | 81|4 | const,const | 1 (1%) | Using where; Using rowid filter |
| 1 | SIMPLE | et | ref | event_id | event_id | 4 | const | 1 | |
0.0009069
| Memory Before: 25.27 Mb
| Memory After: 25.28 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 = 5830
GROUP BY u.user_id
ORDER BY l.time_stamp
DESC
LIMIT 3
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | l | ref|filter | type_id,type_id_2,type_id_3,item_id | item_id|type_id_3 | 4|77 | const | 1 (8%) | Using where; Using temporary; Using filesort; Using rowid filter |
| 1 | SIMPLE | a | ref | type_id,type_id_2,type_id_3,item_id | item_id | 4 | const | 1 | Using where |
| 1 | SIMPLE | u | eq_ref | PRIMARY,user_id | PRIMARY | 4 | sqlgipsol.l.user_id | 1 | |
0.0005100
| Memory Before: 25.27 Mb
| Memory After: 25.28 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | l | ref | type_id,type_id_2,type_id_3,item_id | type_id | 81 | const,const | 1 | Using where; Using index |
0.0004182
| Memory Before: 25.28 Mb
| Memory After: 25.28 Mb
| Memory Used: 5.37 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | a | ref | type_id,type_id_2,type_id_3,item_id | type_id_2 | 81 | const,const | 1 | Using where; Using index |
| 1 | SIMPLE | u | eq_ref | PRIMARY,user_id | PRIMARY | 4 | sqlgipsol.a.user_id | 1 | |
0.0001168
| Memory Before: 25.28 Mb
| Memory After: 25.28 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | a | ref | type_id,type_id_2,type_id_3,item_id | type_id_2 | 81 | const,const | 1 | Using where; Using index |
| 1 | SIMPLE | u | eq_ref | PRIMARY,user_id | PRIMARY | 4 | sqlgipsol.a.user_id | 1 | |
0.0016530
| Memory Before: 25.29 Mb
| Memory After: 25.3 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 = 4514
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | e | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | l | ref|filter | type_id,type_id_2,type_id_3,item_id | type_id_3|item_id | 81|4 | const,const | 1 (1%) | Using where; Using rowid filter |
| 1 | SIMPLE | et | ref | event_id | event_id | 4 | const | 1 | |
0.0012631
| Memory Before: 25.29 Mb
| Memory After: 25.3 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | l | ref|filter | type_id,type_id_2,type_id_3,item_id | item_id|type_id_3 | 4|77 | const | 1 (8%) | Using where; Using temporary; Using filesort; Using rowid filter |
| 1 | SIMPLE | a | ref | type_id,type_id_2,type_id_3,item_id | item_id | 4 | const | 1 | Using where |
| 1 | SIMPLE | u | eq_ref | PRIMARY,user_id | PRIMARY | 4 | sqlgipsol.l.user_id | 1 | |
0.0006580
| Memory Before: 25.29 Mb
| Memory After: 25.29 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | l | ref | type_id,type_id_2,type_id_3,item_id | type_id | 81 | const,const | 1 | Using where; Using index |
0.0003412
| Memory Before: 25.3 Mb
| Memory After: 25.3 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | a | ref | type_id,type_id_2,type_id_3,item_id | type_id_2 | 81 | const,const | 1 | Using where; Using index |
| 1 | SIMPLE | u | eq_ref | PRIMARY,user_id | PRIMARY | 4 | sqlgipsol.a.user_id | 1 | |
0.0001049
| Memory Before: 25.3 Mb
| Memory After: 25.3 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | a | ref | type_id,type_id_2,type_id_3,item_id | type_id_2 | 81 | const,const | 1 | Using where; Using index |
| 1 | SIMPLE | u | eq_ref | PRIMARY,user_id | PRIMARY | 4 | sqlgipsol.a.user_id | 1 | |
0.0002439
| Memory Before: 25.3 Mb
| Memory After: 25.3 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | u | range | PRIMARY,user_id | user_id | 4 | | 1 | Using index condition |
0.0001090
| Memory Before: 25.19 Mb
| Memory After: 25.2 Mb
| Memory Used: 3.12 kb
| Rows: 1
| Slave: Yes
SELECT count(*)
FROM phpfox_feed
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | | | | MISSING KEY | | | | Select tables optimized away |
0.0079730
| Memory Before: 25.33 Mb
| Memory After: 25.33 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1012 | Using index condition; Using where |
0.0107839
| Memory Before: 25.33 Mb
| Memory After: 25.34 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 > '1735689600' AND time_stamp <= '1767139200'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1906 | Using index condition; Using where |
0.0097430
| Memory Before: 25.33 Mb
| Memory After: 25.34 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 > '1704067200' AND time_stamp <= '1735603200'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 835 | Using index condition; Using where |
0.0096810
| Memory Before: 25.34 Mb
| Memory After: 25.34 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 898 | Using index condition; Using where |
0.0069520
| Memory Before: 25.34 Mb
| Memory After: 25.34 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 > '1640995200' AND time_stamp <= '1672444800'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1042 | Using index condition; Using where |
0.0071568
| Memory Before: 25.34 Mb
| Memory After: 25.34 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1123 | Using index condition; Using where |
0.0053380
| Memory Before: 25.34 Mb
| Memory After: 25.34 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 > '1577836800' AND time_stamp <= '1609372800'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 793 | Using index condition; Using where |
0.0048189
| Memory Before: 25.34 Mb
| Memory After: 25.35 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 718 | Using index condition; Using where |
0.0077751
| Memory Before: 25.34 Mb
| Memory After: 25.35 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 > '1514764800' AND time_stamp <= '1546214400'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1192 | Using index condition; Using where |
0.0079939
| Memory Before: 25.35 Mb
| Memory After: 25.35 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1271 | Using index condition; Using where |
0.0060699
| Memory Before: 25.35 Mb
| Memory After: 25.35 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 > '1451606400' AND time_stamp <= '1483142400'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 926 | Using index condition; Using where |
0.0019619
| Memory Before: 25.35 Mb
| Memory After: 25.35 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 258 | Using index condition; Using where |
0.0022922
| Memory Before: 25.35 Mb
| Memory After: 25.35 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 > '1388534400' AND time_stamp <= '1419984000'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 295 | Using index condition; Using where |
0.0005610
| Memory Before: 25.35 Mb
| Memory After: 25.35 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 65 | Using index condition; Using where |
0.0001910
| Memory Before: 25.35 Mb
| Memory After: 25.36 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 > '1325376000' AND time_stamp <= '1356912000'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001798
| Memory Before: 25.36 Mb
| Memory After: 25.36 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001760
| Memory Before: 25.36 Mb
| Memory After: 25.36 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001681
| Memory Before: 25.36 Mb
| Memory After: 25.36 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0002120
| Memory Before: 25.36 Mb
| Memory After: 25.36 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001800
| Memory Before: 25.36 Mb
| Memory After: 25.36 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001812
| Memory Before: 25.36 Mb
| Memory After: 25.37 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001681
| Memory Before: 25.36 Mb
| Memory After: 25.37 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001712
| Memory Before: 25.37 Mb
| Memory After: 25.37 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001762
| Memory Before: 25.37 Mb
| Memory After: 25.37 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001659
| Memory Before: 25.37 Mb
| Memory After: 25.37 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001829
| Memory Before: 25.37 Mb
| Memory After: 25.37 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001900
| Memory Before: 25.37 Mb
| Memory After: 25.37 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001690
| Memory Before: 25.37 Mb
| Memory After: 25.38 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001650
| Memory Before: 25.37 Mb
| Memory After: 25.38 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001640
| Memory Before: 25.38 Mb
| Memory After: 25.38 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001659
| Memory Before: 25.38 Mb
| Memory After: 25.38 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001650
| Memory Before: 25.38 Mb
| Memory After: 25.38 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001621
| Memory Before: 25.38 Mb
| Memory After: 25.38 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001709
| Memory Before: 25.38 Mb
| Memory After: 25.39 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001879
| Memory Before: 25.38 Mb
| Memory After: 25.39 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001800
| Memory Before: 25.39 Mb
| Memory After: 25.39 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001700
| Memory Before: 25.39 Mb
| Memory After: 25.39 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 > '631152000' AND time_stamp <= '662601600'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001800
| Memory Before: 25.39 Mb
| Memory After: 25.39 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001760
| Memory Before: 25.39 Mb
| Memory After: 25.39 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 > '567993600' AND time_stamp <= '599529600'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001650
| Memory Before: 25.39 Mb
| Memory After: 25.39 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001740
| Memory Before: 25.39 Mb
| Memory After: 25.4 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 > '504921600' AND time_stamp <= '536371200'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001800
| Memory Before: 25.39 Mb
| Memory After: 25.4 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001822
| Memory Before: 25.4 Mb
| Memory After: 25.4 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 > '441763200' AND time_stamp <= '473299200'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001950
| Memory Before: 25.4 Mb
| Memory After: 25.4 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001690
| Memory Before: 25.4 Mb
| Memory After: 25.4 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 > '378691200' AND time_stamp <= '410140800'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001760
| Memory Before: 25.4 Mb
| Memory After: 25.4 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001662
| Memory Before: 25.4 Mb
| Memory After: 25.4 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 > '315532800' AND time_stamp <= '347068800'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001678
| Memory Before: 25.4 Mb
| Memory After: 25.41 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001671
| Memory Before: 25.4 Mb
| Memory After: 25.41 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 > '252460800' AND time_stamp <= '283910400'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001910
| Memory Before: 25.41 Mb
| Memory After: 25.41 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001681
| Memory Before: 25.41 Mb
| Memory After: 25.41 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001640
| Memory Before: 25.41 Mb
| Memory After: 25.41 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001628
| Memory Before: 25.41 Mb
| Memory After: 25.41 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001881
| Memory Before: 25.41 Mb
| Memory After: 25.42 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001829
| Memory Before: 25.41 Mb
| Memory After: 25.42 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 > '63072000' AND time_stamp <= '94608000'
LIMIT 1
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001662
| Memory Before: 25.42 Mb
| Memory After: 25.42 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0001731
| Memory Before: 25.42 Mb
| Memory After: 25.42 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_feed | range | time_stamp | time_stamp | 8 | | 1 | Using index condition; Using where |
0.0003428
| Memory Before: 25.42 Mb
| Memory After: 25.42 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_user_field | const | user_id | user_id | 4 | const | 1 | |
0.0001459
| Memory Before: 25.44 Mb
| Memory After: 25.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 = 'layout' AND name = 'block.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition |
0.0002389
| Memory Before: 25.45 Mb
| Memory After: 25.45 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001070
| Memory Before: 25.46 Mb
| Memory After: 25.46 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001671
| Memory Before: 25.74 Mb
| Memory After: 25.74 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 = 'captcha' AND name = 'form.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002980
| Memory Before: 25.62 Mb
| Memory After: 25.62 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 = 'feed' AND name = 'timeline.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0003638
| Memory Before: 25.79 Mb
| Memory After: 25.79 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 = 'content.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002081
| Memory Before: 25.94 Mb
| Memory After: 25.94 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001919
| Memory Before: 26.03 Mb
| Memory After: 26.04 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002220
| Memory Before: 26.12 Mb
| Memory After: 26.12 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001178
| Memory Before: 26.08 Mb
| Memory After: 26.08 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001988
| Memory Before: 25.74 Mb
| Memory After: 25.75 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002270
| Memory Before: 25.93 Mb
| Memory After: 25.93 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002129
| Memory Before: 26.01 Mb
| Memory After: 26.01 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002110
| 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 = 'link.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002229
| Memory Before: 26.17 Mb
| Memory After: 26.17 Mb
| Memory Used: 3.18 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001190
| Memory Before: 26.11 Mb
| Memory After: 26.12 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 = 'like' AND name = 'display.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0062349
| Memory Before: 26.14 Mb
| Memory After: 26.15 Mb
| Memory Used: 6.7 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_friend | ref | user_check,user_id,top_friend,friend_user_id,is_page,is_page_2 | is_page_2 | 5 | const,const | 1 | Using where; Using index; Using temporary; Using filesort |
| 1 | SIMPLE | friend | eq_ref | user_check,user_id,top_friend,friend_user_id,is_page,is_page_2 | user_check | 8 | const,sqlgipsol.phpfox_friend.friend_user_id | 1 | Using where |
| 1 | SIMPLE | u | eq_ref | PRIMARY,public_feed,status_id,status_id_2,user_id,user_status | PRIMARY | 4 | sqlgipsol.phpfox_friend.friend_user_id | 1 | Using where |
| 1 | SIMPLE | uf | eq_ref | user_id | user_id | 4 | sqlgipsol.phpfox_friend.friend_user_id | 1 | |
0.0006430
| Memory Before: 26.15 Mb
| Memory After: 26.15 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 = 'friend' AND name = 'timeline.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002041
| Memory Before: 26.03 Mb
| Memory After: 26.03 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002029
| Memory Before: 26.2 Mb
| Memory After: 26.2 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002019
| Memory Before: 26.28 Mb
| Memory After: 26.28 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001979
| Memory Before: 26.38 Mb
| Memory After: 26.38 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002069
| Memory Before: 26.44 Mb
| Memory After: 26.44 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001111
| Memory Before: 26.38 Mb
| Memory After: 26.38 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001981
| Memory Before: 26.04 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 = 'timeline.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001979
| Memory Before: 26.22 Mb
| Memory After: 26.22 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0002091
| Memory Before: 26.3 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 = 'comment.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001960
| 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 = 'link.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001659
| Memory Before: 26.46 Mb
| Memory After: 26.46 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001481
| Memory Before: 26.4 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 = 'like' AND name = 'display.html.php'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0005939
| Memory Before: 25.94 Mb
| Memory After: 25.94 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |
0.0001149
| Memory Before: 25.96 Mb
| Memory After: 25.97 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_theme_template | ref | theme_id,theme_id_2,folder | theme_id | 176 | const,const,const | 1 | Using index condition; Using where |