Update setting text

This commit is contained in:
Tetrakern 2024-08-16 21:34:02 +02:00
parent e1863a7650
commit c7c7897bc0

View File

@ -743,7 +743,7 @@
__( 'Caches the latest %d story cards in the database to speed up loading. May or may not work with cache plugins.', 'fictioneer' ),
FICTIONEER_CARD_CACHE_LIMIT
),
__( '<p>Rendering story cards is resource-intensive due to multiple complex queries. The more cards you display at once, the slower the page will load. This feature mitigates the slowdown by caching the HTML of the last rendered cards in the database, which typically results in faster loading times for the most recent stories.</p><p>You can use the <code>FICTIONEER_CARD_CACHE_LIMIT</code> constant to change the number of cached cards (default is 50). Be aware that increasing this number will result in higher RAM consumption.</p>', 'fictioneer' )
__( '<p>Rendering story cards is resource-intensive due to multiple complex queries. The more cards you display at once, the slower the page will load. This feature mitigates the slowdown by caching the HTML of the last rendered cards in the database, which typically results in faster loading times for the most recent stories.</p><p>You can use the <code>FICTIONEER_CARD_CACHE_LIMIT</code> constant to change the number of cached cards (default is 40). Be aware that increasing this number will result in higher RAM consumption.</p>', 'fictioneer' )
);
?>
</div>