High latency in Clay can be caused by large tables and multiple actions running simultaneously. Here are some steps to resolve this issue:
1. Try a hard refresh:
• Mac: Command (⌘) + Shift + R (Chrome/Firefox) or Option (⌥) + Command (⌘) + E (Safari)
• Windows: Ctrl + Shift + R or Ctrl + F5
2. For data processing:
• Make search queries specific and well-defined
• Break large data requests into smaller batches
• Monitor your usage limits and API quotas
• Ensure a stable network connection
If you're still experiencing issues, you may want to review your workflow complexity and table sizes. Remember, larger tables and more complex workflows are more likely to cause performance issues.