⚡ Bolt: SVG 및 LCP 이미지의 decoding=async 속성 제거#87
Conversation
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
💡 What:
index.html의 모든 SVG 이미지에서decoding="async"속성 제거fetchpriority="high")에서decoding="async"속성 제거tests/test_styles.py)가 래스터 이미지에 대해서만 해당 속성을 검사하도록 수정🎯 Why:
decoding="async"를 적용할 경우, 브라우저가 핵심 렌더링 작업을 메인 스레드 밖으로 오프로드하면서 중요 화면 표시가 오히려 지연되는 안티 패턴 발생📊 Impact:
🔬 Measurement:
pytest tests/test_styles.py가 래스터 이미지에 대해서만 정상적으로async속성을 검증하고 통과함PR created automatically by Jules for task 14498422961477569351 started by @seonghobae