Search code examples
performancejmeterperformance-testingsveltesveltekit

Performance testing for Svelte applications


How can I do client side performance testing for Svelte applications?

Is there any similar kind in JMeter / WebLoad like true client protocol as in Load runner to test the Svelte applications?


Solution

  • TruClient protocol is just a real browser (maybe headless) so it is not a "protocol".

    • In order to test client-side performance you need a real browser -
    • The most popular browser automation tool is Selenium
    • JMeter can be integrated with Selenium using WebDriver Sampler
    • WebDriver Sampler can be installed using JMeter Plugins Manager