Number of rows for ngfb in wp_options
-
WTF is up with this:
mysql> select distinct(substr(option_name, 1, 15)) as option_name_sub, count(*) as count from wp_options group by option_name_sub order by count desc limit 2;
+—————–+——-+
| option_name_sub | count |
+—————–+——-+
| _transient_time | 28609 |
| _transient_ngfb | 28587 |
+—————–+——-+
2 rows in set (0.15 sec)The _transient_time values is really _transient_timeout_ngfb_eaaa65bedba0432fc3f9d8bb50639262 but different opiton_name. Why so many wp_options rows for NGFB?!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Number of rows for ngfb in wp_options’ is closed to new replies.