vf-performance

Analyze and optimize runtime, request performance, and binary size of Fortnite Code applications.

9|1|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/veryfront/veryfront-code --skill vf-performance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vf-performance
Source: https://github.com/veryfront/veryfront-code/tree/main/.claude/skills/vf-performance
Command: npx skills add https://github.com/veryfront/veryfront-code --skill vf-performance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides tools for analyzing the performance of Veryfront Code applications, allowing users to identify performance bottlenecks and optimize app performance.

Core Features & Use Cases

  • Performance Review Checklist: Identifies common performance issues and offers guidance for optimization.
  • Benchmarking: Provides instructions for measuring and comparing performance over time.
  • Binary Size Tracking: Tracks and compares binary size before and after changes.
  • Use Case: A developer could use this Skill to identify slow code paths in an application, optimize them, and then benchmark the before and after performance.

Quick Start

Run the performance review on your app using vf-performance.

Frequently Asked Questions about vf-performance

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

FAQPage Schema
How do I profile a full-stack application to find slow code paths?

You can profile a full-stack application by running a performance review to identify runtime bottlenecks. This process analyzes hot paths in your code to pinpoint exactly where optimizations are needed for better responsiveness.

What is application profiling and benchmarking for performance optimization?

Application profiling and benchmarking measure runtime, build, and request performance to identify bottlenecks. This allows developers to compare performance metrics over time before and after optimizing specific code changes.

How do I track binary size changes during performance optimization?

You track binary size changes by using benchmarking tools to measure and compare the binary size before and after code modifications. This ensures your performance optimizations do not inadvertently increase the application footprint.

Can I use benchmarking tools to measure build and request performance?

Yes, you can use benchmarking tools to measure both build and request performance. They provide specific instructions for tracking these metrics over time, helping you evaluate the impact of runtime optimizations on your full-stack app.

Does a performance review checklist help identify common performance issues?

Yes, a performance review checklist helps identify common performance issues by offering structured guidance for optimization. It systematically evaluates your application to uncover known bottlenecks and suggests targeted improvements.

What is the best way to optimize Veryfront Code applications for performance?

The best way to optimize Veryfront Code applications is by diagnosing runtime, build, and request performance using dedicated profiling tools. This approach focuses on benchmarking hot paths and tracking binary size to guide optimizations.