This is how the widget will look directly on your store site. Scroll down to learn how to boost average check and sales.
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 |
|---|
The TrueFPS widget turns hardware specifications into expected game performance directly on the product page.
Buyers often leave a product page to search for benchmarks. The widget gives them useful performance context without interrupting the buying journey.
Show expected FPS for familiar games instead of asking every buyer to interpret CPU and GPU model names.
Compare configurations by the performance difference the buyer receives, then measure whether the recommendation improves add-to-cart and conversion.
Start with a controlled pilot, validate product mapping, and compare buyer behavior before and after widget interaction.
<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>