Using |render inside of twig can cause performance problems and should generally be avoided. Let's find out why the performance issues exist and how we can ensure twig remains efficient and performant.
While theming an image field in Drupal 8, you might have a need to add additional html attributes to the <img /> tag itself. We've found the following snippet will allow you to add these attributes within your field.html.twig file: