💯!!!
Readability, second only to correctness, should be the first and foremost concern when writing code; backticks for interpolation, double-quotes when the string contains single-quotes, single-quotes when the string contains double-quotes.
Changes for performance should only be done when actually needed or in the not altogether common circumstance that you can improve performance without sacrificing readability.