Answers about bundle-size
Questions and answers from the Croct community about bundle-size.
0
Can I personalize entirely on the server and ship zero extra client JS?
My performance budget is strict and I enumerate everything that touches it. Constraints: no new client runtime on the critical path, no extra kilobytes in the…
0
What does Croct add to first-load JS? Coming from a 200KB testing snippet
We run a strict first-load budget for clients: 170KB JS, no exceptions. Right now we are stuck with a client-side testing tool whose snippet weighs roughly…