Automattic / Automattic/wp-super-cache
[Super Cache] Add docs explaining preload constants to Preload page
- Dominant language
- PHP
- Stars
- 436
- Forks
- 130
- Avg merge
- 15h 11m
- Merged PRs (30d)
- 10
Description
Create an "Advanced" section on the preload page with docs explaining the new constants introduced in Automattic/jetpack#36246.
* WPSC_PRELOAD_POST_INTERVAL is the interval between preloaded posts when they are fetched. (default: 1 second)
* WPSC_PRELOAD_LOOP_INTERVAL is the interval between each loop. (default 0 seconds, plus 3 hard coded scheduled cron job)
There is also the WPSC_PRELOAD_POST_COUNT constant that sets the number of preloaded posts. (default 10)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start from the existing Super Cache Preload page and review its current structure before adding an Advanced section. Document WPSC_PRELOAD_POST_INTERVAL, WPSC_PRELOAD_LOOP_INTERVAL, and WPSC_PRELOAD_POST_COUNT with their stated defaults and meanings. Done means the three constants and their behavior are clearly explained on that page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100