optimize

Measure Core Web Vitals and optimize web UI performance.

Updated Oct 30, 2025
One-click install
npx skills add https://github.com/juanelojga/juanelojga-webpage --skill optimize-juanelojga
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimize
Source: https://github.com/juanelojga/juanelojga-webpage/tree/main/.agents/skills/optimize
Command: npx skills add https://github.com/juanelojga/juanelojga-webpage --skill optimize-juanelojga

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performance bottlenecks in UI lead to slow load times and poor interactivity; this skill provides a structured approach to identify and fix rendering and loading issues.

Core Features & Use Cases

  • Assessment: Measure Core Web Vitals (LCP, FID/INP, CLS), TTI, FCP, and bundle size to locate bottlenecks.
  • Optimization strategies: image optimization, code splitting, lazy loading, CSS optimization, font loading, asset management.
  • Use Case: When a web app feels sluggish on mobile, apply this skill to shave seconds off load and render times.

Quick Start

Begin by measuring Core Web Vitals and then apply the optimization plan to reduce load times and improve interactivity.

Frequently Asked Questions about optimize

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

FAQPage Schema
How do I identify and fix web performance bottlenecks for slow loading and rendering?

To fix web performance bottlenecks, measure Core Web Vitals like LCP, FID, and CLS to locate rendering and loading issues, then apply optimization strategies such as image compression, code splitting, and lazy loading to improve interactivity.

What is the best way to reduce bundle size and improve Core Web Vitals on a sluggish mobile web app?

The best way to reduce bundle size and improve Core Web Vitals on mobile is by applying code splitting, lazy loading, and asset management techniques to shave seconds off load and render times, resulting in a smoother user experience.

How do I optimize images and scripts to prevent slow UI loading times?

To optimize images and scripts for faster UI loading, implement image compression, CSS optimization, and font loading strategies to reduce payload sizes and prevent render-blocking resources from degrading performance.

Can I measure and validate web performance improvements using before and after metrics?

Yes, you can validate web performance improvements by measuring Core Web Vitals, TTI, and FCP before and after applying optimization plans to ensure load times and interactivity have measurably improved across devices.

Why does my web interface feel sluggish, and how do I start optimizing rendering and animations?

Your web interface feels sluggish due to unoptimized rendering and animations, requiring an assessment of Core Web Vitals to locate bottlenecks before applying CSS optimization and asset management to smooth out interactivity.