Skip to content

Commit d264d83

Browse files
committed
minor #10085 Remove occurrences of "performant" (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Remove occurrences of "performant" "performant" is not a real word and it generates some debate (see https://english.stackexchange.com/questions/38945/what-is-wrong-with-the-word-performant) so let's reword it. Commits ------- 7243036 Remove occurrences of "performant"
2 parents 5942c27 + 7243036 commit d264d83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/cache/adapters/php_array_cache_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Php Array Cache Adapter
66
=======================
77

8-
This adapter is a highly performant way to cache static data (e.g. application configuration)
8+
This adapter is a high performance cache for static data (e.g. application configuration)
99
that is optimized and preloaded into OPcache memory storage::
1010

1111
use Symfony\Component\Cache\Adapter\PhpArrayAdapter;

http_cache.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ for debugging information about cache hits and misses.
243243

244244
The URI of the request is used as the cache key (unless you :doc:`vary </http_cache/cache_vary>`).
245245

246-
This is *super* performant and simple to use. But, cache *invalidation* is not supported.
247-
If your content change, you'll need to wait until your cache expires for the page
248-
to update.
246+
This provides great performance and is simple to use. But, cache *invalidation*
247+
is not supported. If your content change, you'll need to wait until your cache
248+
expires for the page to update.
249249

250250
.. tip::
251251

0 commit comments

Comments
 (0)