08e15dafd5
Replace the per-appointment N+1 queries (client, pet, service, staff) with a single JOIN query that fetches all appointment data at once. Batch-fetch already-sent reminder IDs in a single query too. Co-Authored-By: Paperclip <noreply@paperclip.ing>