Product

TeamsTestimonialsPricing
Rize MacOS Performance Issues

Rize MacOS Performance Issues

macgill davis · November 14, 2020

Many of you may have seen a lot performance issues in macOS starting on Thursday November 12th, 2020 and occurring intermittently as of writing this today, Saturday November 14th, 2020.  I wanted to write a short blog post and clarify what's going on.

Apple's servers are overloaded due to the Big Sur release and this has caused the ocsp.apple.com domain to be really slow or down entirely. This in turn has led to lags with Mac apps when launching and making API calls. Rize is particularly affected as it makes many API calls.

Here are two proposed solutions:

  1. Pause Rize Mac app. This will stop the lags for Rize only and the issue will persist for other applications until ocsp.apple.com returns to normal.
  2. Add 0.0.0.0 ocsp.apple.com to your /etc/hosts file. This should fix the issue for all applications. I'd recommend this as a temporary solution though because Gatekeeper and other Apple security measures are generally helpful. Here's a code snippet that will help:
echo '0.0.0.0 http://ocsp.apple.com' | sudo tee -a /etc/hosts

Start tracking time automatically

Join thousands of professionals who stopped guessing where their time goes. Free for 7 days.

Start Free Trial

I took the second step and my computer is back to functioning normally with all my applications, including Rize, running as normal. I'm planning on reverting my /etc/hosts file next week.

Here are a few links helped us while investigating this issue:

We're planning on batching Rize API calls in the future. That would alleviate this issue should it ever occur again.

Start tracking time automatically

Join thousands of professionals who stopped guessing where their time goes. Free for 7 days.

“Rize has been a no-brainer for me.” — Ali Abdaal Read more →

Let me know if you have any questions or if the issues persist after taking these steps. My email is macgill@rize.io. I'm sorry that you have run into this issue!

Macgill Davis
Macgill DavisCo-Founder & CEO

Macgill is the co-founder and CEO of Rize, an automatic time tracking app for agencies and professional services teams. He writes about productivity, time management, and building better work habits.

Frequently Asked Questions

Apple's OCSP server (ocsp.apple.com) became overloaded during the macOS Big Sur release, causing delays whenever Mac apps launched or made API calls. Rize was especially affected because it makes frequent API calls to track activity.

You can temporarily add "0.0.0.0 ocsp.apple.com" to your /etc/hosts file to bypass the slow OCSP checks. This fixes the issue for all applications. Remove the entry once Apple's servers return to normal, since Gatekeeper security checks are generally helpful.

OCSP (Online Certificate Status Protocol) is part of Apple's Gatekeeper security system. Every time you launch a signed application, macOS checks the certificate status via ocsp.apple.com. When that server is slow or down, all app launches and API calls get delayed.

Related Posts