[wp-meta] [Making WordPress.org] #2552: Support Forums: Bring "Also Viewing" Native
Making WordPress.org
noreply at wordpress.org
Wed Mar 18 06:19:01 UTC 2020
#2552: Support Forums: Bring "Also Viewing" Native
----------------------------+---------------------
Reporter: Ipstenu | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Support Forums | Resolution:
Keywords: needs-patch |
----------------------------+---------------------
Comment (by dd32):
If we were to bring this in-house, I think adding it as a toggle menu item
under the Profile menu in the Admin Bar would be a good way to allow those
who know what it is to opt-in, even if we could handle the load of
everyone using it.
Ideally it would be implemented through not-post_meta and rather through
an in-memory thing like memcache to avoid the DB writes, but unfortunately
I can't think of an easy way to do that with Memcache due to it's non-
support for multiple distinct values for a single key.
I guess it could potentially be implemented as a
[https://dev.mysql.com/doc/refman/8.0/en/memory-storage-engine.html MySQL
MEMORY table] which would at least avoid the DB load of querying the
post_meta table constantly.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2552#comment:7>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list