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×2914(112ms)
ProductPanel×55(55ms)
Chat×85(26ms)
StockPanel×75(13ms)
Typography×12
Dialog×10
Button×13
Accordion×9
Switch×5
Tooltip×8
Trusted by companies that ship to 3M+ users
What's in Million?
Everything you need to optimize your React website.
UserList×2741(184ms)
ProductPanel×30(14ms)
Chat×82(29ms)
StockPanel×89(13ms)
Typography×10
Dialog×8
Button×22
Accordion×6
Switch×4
Tooltip×3
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.