You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a tag for the first time, we currently don't create it on the backend until it is invalidated at least once.
This doesn't play well with memcached, which has slower response time for failed lookups.
Let's create this missing tag instead.
ping @andrerom maybe you'd like to give it a try? :)
The text was updated successfully, but these errors were encountered:
I unfortunately don't have a setup for that right now, and we are rather looking into changing TagAware so there is no need to retrieve tags in the first place, and rather retrieve on invalidation only.
So there might be a PDOTagAwareAdapter coming soon for a community member somewhere in some form, as storing in database seemed the safest choice for now.
…isses (nicolas-grekas)
This PR was merged into the 3.4 branch.
Discussion
----------
[Cache] enable Memcached::OPT_TCP_NODELAY to fix perf of misses
| Q | A
| ------------- | ---
| Branch? | 3.4
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #28248
| License | MIT
| Doc PR | -
As described in php-memcached-dev/php-memcached#24 and because we enable the binary protocol by default.
Commits
-------
8b59d17 [Cache] enable Memcached::OPT_TCP_NODELAY to fix perf of misses
When creating a tag for the first time, we currently don't create it on the backend until it is invalidated at least once.
This doesn't play well with memcached, which has slower response time for failed lookups.
Let's create this missing tag instead.
ping @andrerom maybe you'd like to give it a try? :)
The text was updated successfully, but these errors were encountered: