Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

koko1's avatar
Level 1

inertiajs SSR high CPU usage

I have a website with a documentation page, majority of the docs pages display code in a json format, the biggest of them is 1k lines. When I run SSR, I notice that my digitalcoean droplet CPU usage skyrockets to 100%.

-I use Laravel 11 / forge -Installed inertiajs ssr via php artisan breeze:install vue --ssr -My digitalocean droplet 2GB ram, 50GB storage

0 likes
1 reply
gych's avatar

Because SSR renders the pages on the server side, it will use more server resources than when using only CSR.

Does the content on the specific page change a lot ? Otherwise you could cache the ssr responses.

Please or to participate in this conversation.