diff --git a/includes/functions/settings/_settings_page_general.php b/includes/functions/settings/_settings_page_general.php index 9d7c7959..f75078d1 100644 --- a/includes/functions/settings/_settings_page_general.php +++ b/includes/functions/settings/_settings_page_general.php @@ -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 ), - __( '
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.
You can use the FICTIONEER_CARD_CACHE_LIMIT
constant to change the number of cached cards (default is 50). Be aware that increasing this number will result in higher RAM consumption.
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.
You can use the FICTIONEER_CARD_CACHE_LIMIT
constant to change the number of cached cards (default is 40). Be aware that increasing this number will result in higher RAM consumption.