Skip to content

Commit

Permalink
add note about dropdown vs input
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Oct 22, 2024
1 parent cab163e commit 5f0711a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ You can increase the default page cache max age value to improve the chances tha
1. Modify the **Default Cache Time**.

When [Pantheon Advanced Page Cache](https://wordpress.org/plugins/pantheon-advanced-page-cache) is active, your site content should always be fresh and served quickly from Pantheon's Edge Cache. This is why we recommend caching content for a minimum of 1 week. Every page served from the Edge Cache won't hit your application container's PHP workers or MySQL database, which means faster page load times and a better user experience for site visitors.

Since the 2.0 version of Pantheon Advanced Page Cache, the input type for the Page Cache Max Age setting has been changed to a dropdown with the values 1 week, 1 month and 1 year. This setting can be overridden using the `pantheon_cache_default_max_age` filter as described below.

1. Click **Save Changes**.

Expand Down

0 comments on commit 5f0711a

Please sign in to comment.