# Page Speed

> >

- **Type:** Skill
- **Install:** `agentstack add skill-ominou5-funnel-architect-plugin-page-speed`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ominou5](https://agentstack.voostack.com/s/ominou5)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ominou5](https://github.com/ominou5)
- **Source:** https://github.com/ominou5/funnel-architect-plugin/tree/main/skills/page-speed
- **Website:** https://www.skool.com/agashic-5136

## Install

```sh
agentstack add skill-ominou5-funnel-architect-plugin-page-speed
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Page Speed Optimization

Every funnel page must load fast. Slow pages kill conversions — a 1-second delay reduces conversions by 7%.

## Core Web Vitals Targets

| Metric | Target | Impact |
|---|---|---|
| LCP (Largest Contentful Paint) | ` to eliminate render-blocking:

```html

  
    /* Critical: hero, nav, above-fold layout only */
    .hero { /* ... */ }
    .nav { /* ... */ }
    .cta-primary { /* ... */ }
  
  
  
  

```

### 2. Image Optimization

```html

```

### 3. Font Loading

```css
@font-face {
  font-family: 'BrandFont';
  src: url('brand-font.woff2') format('woff2');
  font-display: swap; /* Always include this */
  font-weight: 400;
}
```

```html

```

### 4. Script Loading

```html

```

### 5. Preconnect to Third Parties

```html

  
  
  

```

## Performance Budget

| Resource | Budget |
|---|---|
| Total page weight | `
- [ ] `font-display: swap` on all @font-face
- [ ] Critical CSS inlined
- [ ] Third-party origins preconnected
- [ ] No unused CSS/JS shipped
- [ ] Images in WebP/AVIF format
- [ ] Total page weight under 500KB

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ominou5](https://github.com/ominou5)
- **Source:** [ominou5/funnel-architect-plugin](https://github.com/ominou5/funnel-architect-plugin)
- **License:** MIT
- **Homepage:** https://www.skool.com/agashic-5136

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ominou5-funnel-architect-plugin-page-speed
- Seller: https://agentstack.voostack.com/s/ominou5
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
