diff --git a/pages/community/index.page.tsx b/pages/community/index.page.tsx index 8f767ddec..576467680 100644 --- a/pages/community/index.page.tsx +++ b/pages/community/index.page.tsx @@ -116,6 +116,9 @@ export default function communityPages(props: any) { width={35} height={35} title={avatar.login} + priority={index < 10} + loading={index < 10 ? 'eager' : 'lazy'} + quality={75} className='sm:w-[40px] md:w-[45px] lg:w-[50px] sm:h-[40px] md:h-[45px] lg:h-[50px] rounded-full border-black' /> ))}