Found error?

Calculate In-Game FPS

BUSINESS DEMO MODE

Test the Widget in Action

This is how the widget will look directly on your store site. Scroll down to learn how to boost average check and sales.

PC Configuration

CPU
GPU
RAM
Estimated FPS.
Game Background

Awaiting hardware selection...

How to calculate your FPS?

1
Select CPU

Click to enter

2
Select GPU

Choose GPU

Get FPS

Accurate calculation

OR
Learn about benefits for your business

TrueFPS Performance Registry

Explore and filter the entire TrueFPS database consisting of 73,813 real in-game FPS benchmarks.

Processor (CPU) Graphics Card (GPU) Game Resolution Preset Average FPS 1% Low Test
Loading benchmarks...

Show buyers what a gaming PC can actually do

The TrueFPS widget turns hardware specifications into expected game performance directly on the product page.

Keep research on your store

Buyers often leave a product page to search for benchmarks. The widget gives them useful performance context without interrupting the buying journey.

Make specifications understandable

Show expected FPS for familiar games instead of asking every buyer to interpret CPU and GPU model names.

Explain upgrade value

Compare configurations by the performance difference the buyer receives, then measure whether the recommendation improves add-to-cart and conversion.

Pilot Measure conversion impact
Events Track off-site research
Uplift Test upgrade recommendations
PILOT

Test the widget on real product pages

Start with a controlled pilot, validate product mapping, and compare buyer behavior before and after widget interaction.

  • One script and a product configuration
  • Colors adapted to the store design
  • Benchmark-backed results with source context
embed-widget.html
<div id="truefps-widget"></div>

<script src="https://truefps.com/widget/widget.js"></script>
<script>
  TrueFPS.init({
    apiKey: "CLIENT_API_KEY",
    container: "#truefps-widget",
    product: {
      title: "Gaming PC Ryzen 5 5600 RTX 4060 16GB RAM",
      cpu: "Ryzen 5 5600",
      gpu: "RTX 4060",
      ram: "16GB"
    },
    language: "en",
    theme: "dark"
  });
</script>