Optimize images to WebP and enable lazy loading. Add security headers (HSTS, CSP, etc) for A+ SSL score.
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
<div class="flex items-center">
|
||||
@if(!empty($testimonial['avatar']))
|
||||
<img class="!rounded-[50%] !w-12 !h-12 !mr-4" src="{{ asset($testimonial['avatar']) }}" alt="avatar">
|
||||
<img class="!rounded-[50%] !w-12 !h-12 !mr-4" src="{{ asset($testimonial['avatar']) }}" alt="avatar" loading="lazy">
|
||||
@endif
|
||||
<div>
|
||||
@if(!empty($testimonial['name']))
|
||||
|
||||
Reference in New Issue
Block a user