-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closes #7181 fonts data collection #7199
base: feature/host-google-fonts
Are you sure you want to change the base?
Closes #7181 fonts data collection #7199
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Description
Fixes #7181
Collect fonts data weekly
Type of change
Detailed scenario
With self-host google fonts and analytics enabled, fonts data should be collected and sent to mixpanel.
data collected is stored in a transient
rocket_fonts_data_collection
for a week.Technical description
Documentation
If the options are enabled, and the transient is not yet set, with recursively look into the
cache/fonts/blog_id/google-fonts/fonts/
folder to count all fonts and and the total size.Mandatory Checklist
Code validation
Code style
Additional Checks