Read about Million Lint 1.0-rc
Speed up your
website by 70
Identify and fix slow code–in minutes, not months.
⚠️Poor INP(-ms)
function SearchInput({ messages }) {
const [filter, setFilter] = useState("");
return (
<>
<input value={filter} onChange={(e) => setFilter(e.target.value)} />
{messages
.filter((message) => message.includes(filter))
.map((message, idx) => (
<div key={idx}>{message}</div>
))}
</>
);
}
49
INP78
FCP89
LCPUserList×2517(149ms)
ProductPanel×29(28ms)
Chat×93(47ms)
StockPanel×90(2ms)
Typography×16
Dialog×10
Button×20
Accordion×1
Switch×8
Tooltip×6
Trusted by companies that ship to 3M+ users
What's in Million?
Everything you need to optimize your React website.
UserList×3206(167ms)
ProductPanel×92(47ms)
Chat×74(19ms)
StockPanel×73(9ms)
Typography×14
Dialog×10
Button×3
Accordion×10
Switch×9
Tooltip×6
Find slow code, fast
Quickly find the slowest components in your app.
Lightweight
Best in class performance: <4kB gzipped and <1% of JS execution time.
Optimizing Compiler
Use the Million.js compiler to optimize DOM-heavy operations by up to 70%.
Production observability
Collect production application data (errors, performance) and see it in your IDE.
Ready for a speed up?
Start building with a free account. Speak to an expert for your Enterprise needs.