You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Story
As a user, I’d like beacon to collect data when there’s no entry in the db
Acceptance Criteria
When visiting the uncached page while no data in DB, the same beacon script is added to process the preload fonts (no regression for beacon script injection)
The text was updated successfully, but these errors were encountered:
Most of the part that handles this have already been introduced in 3.16 . We can find that module here We just need to declare the factory to be loaded there.
Scope a solution ✅
Create a Factory for PreconnectExternalDomains like the way we do here for ATF if not created
Create the queries method (product) required for this task if not created and make sure it extends WP_Rocket\Engine\Common\PerformanceHints\Database\Queries\AbstractQueries and implements ``WP_Rocket\Engine\Common\PerformanceHints\Database\Queries\QueriesInterface
Update service providers if not already having the factory
User Story
As a user, I’d like beacon to collect data when there’s no entry in the db
Acceptance Criteria
The text was updated successfully, but these errors were encountered: