mlandauer / cuttlefish

Transactional email server with a lovely web interface
http://cuttlefish.io
Other
1.54k stars 177 forks source link

Make dkim page load the DNS results asynchonously #303

Open mlandauer opened 6 years ago

mlandauer commented 6 years ago

Currently it gets the latest DNS entry by synchronously getting it as part of rendering the page. If the external network is slow, this request can then be very slow. This isn't great.

It would be better if the status of the DNS was figured out asynchronously after the initial page load. This would be an improved user experience.