optimize

Identify and fix UI performance bottlenecks across loading, rendering, and animation paths.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/CertChain-IUH/IGC-Frontend --skill optimize-certchain-iuh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimize
Source: https://github.com/CertChain-IUH/IGC-Frontend/tree/main/.agents/skills/optimize
Command: npx skills add https://github.com/CertChain-IUH/IGC-Frontend --skill optimize-certchain-iuh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and fix performance bottlenecks to deliver faster, smoother user interfaces across loading, rendering, and animation paths.

Core Features & Use Cases

  • Perform baseline measurements (LCP, FID, CLS, TTI) to locate bottlenecks.
  • Apply targeted optimizations across images, JavaScript, CSS, and asset loading.
  • Improve perceived performance for web applications and SPAs on desktop and mobile.

Quick Start

Run a quick performance audit and implement targeted optimizations to loading, rendering, and bundles.

Frequently Asked Questions about optimize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix slow loading and rendering bottlenecks in a web SPA?

To fix slow loading and rendering bottlenecks in a web SPA, you must baseline Core Web Vitals like LCP and CLS, then apply code-splitting, image optimization, and efficient rendering techniques to reduce bundle size and interaction jank.

What's the best way to reduce oversized JavaScript bundle size for Core Web Vitals?

The best way to reduce oversized JavaScript bundle size for Core Web Vitals is implementing code-splitting and targeted asset loading, which directly addresses slow initial load times and improves overall UI performance metrics.

Why does my web interface experience jank during user interactions and animations?

Your web interface experiences jank during interactions and animations due to rendering bottlenecks, requiring efficient rendering techniques and performance budget enforcement to smooth out frame rates across desktop and mobile.

Can I improve perceived performance for mobile web applications without changing my backend?

You can improve perceived performance for mobile web applications without backend changes by optimizing image loading, applying caching strategies, and prioritizing above-the-fold rendering to make the interface feel faster and smoother.

Do I need measurable performance budgets before starting frontend optimization?

You need measurable performance budgets and Core Web Vitals goals before starting frontend optimization, because identifying specific loading and rendering bottlenecks requires baseline measurements like TTI and FID to target fixes effectively.