I am working as back-end developer and I am new to html. Recently I am considering using webp instead of jpg for certain requests. Webp is definitely much smaller but I need data to show how much faster when I switch from jpg to webp in html.
I know I can see it from browsers' network info but that doesn't include the cost of rendering images, does it ? How should I do?
Thanks in advance.