@ScottHelme has a nice article for nginx users to check the TLS protocol and cipher usage https://scotthelme.co.uk/monitoring-http-2-usage-in-the-wild/ and in comments section links to how to do the same for Apache http://httpd.apache.org/docs/2.4/mod/mod_ssl.html#envvars
so could be useful to profile your visitor’s and their clients
I followed Scott’s example and profiled my forums HTTP/TLS protocol and SSL cipher usage too https://community.centminmod.com/threads/http-tls-protocol-and-ssl-cipher-usage-statistics-logging.4985/
This + web browser profiling HOWTO: A+ with all 100%'s on SSL Labs test using apache2.4 (READ WARNINGS) would help folks decide on the cipher preferences they want to support based on their visitor and visitors’ clients profiles.