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
To count the number of URLs in the system, lighthouse-keeper does a cron which queries the db in 5000 record chunks. It seems like a more efficient approach might be to use the FieldValue API to increment a counter whenever a record gets added, and to decrement the counter when old records get removed.
The text was updated successfully, but these errors were encountered:
To count the number of URLs in the system, lighthouse-keeper does a cron which queries the db in 5000 record chunks. It seems like a more efficient approach might be to use the FieldValue API to increment a counter whenever a record gets added, and to decrement the counter when old records get removed.
The text was updated successfully, but these errors were encountered: