{"id":38206,"date":"2025-08-26T07:00:00","date_gmt":"2025-08-26T14:00:00","guid":{"rendered":"https:\/\/cloudinary.com\/blog\/?p=38206"},"modified":"2026-03-26T07:06:13","modified_gmt":"2026-03-26T14:06:13","slug":"can-you-really-cut-video-load-times-by-50","status":"publish","type":"post","link":"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50","title":{"rendered":"Can You Really Cut Video Load Times by 50%? We Tried It"},"content":{"rendered":"\n<p>Developers often find themselves caught between two priorities: delivering high-quality, videos that autoplay to increase engagement and meeting performance goals for fast load times and strong Core Web Vitals. That tradeoff becomes hard to ignore when video makes up the largest share of page weight.<\/p>\n\n\n\n<p>In 2022, video accounted for <a target=\"_blank\" href=\"https:\/\/www.synthesia.io\/post\/video-statistics\" rel=\"noreferrer noopener\">82<\/a><a target=\"_blank\" href=\"https:\/\/www.synthesia.io\/post\/video-statistics\" rel=\"noreferrer noopener\">%<\/a><a target=\"_blank\" href=\"https:\/\/www.synthesia.io\/post\/video-statistics\" rel=\"noreferrer noopener\"> of all internet traffic<\/a>, but only <a target=\"_blank\" href=\"https:\/\/cloudinary.com\/guides\/web-performance\/web-performance-what-is-it-trends-and-insights\" rel=\"noreferrer noopener\">43<\/a><a target=\"_blank\" href=\"https:\/\/cloudinary.com\/guides\/web-performance\/web-performance-what-is-it-trends-and-insights\" rel=\"noreferrer noopener\">%<\/a> <a target=\"_blank\" href=\"https:\/\/cloudinary.com\/guides\/web-performance\/web-performance-what-is-it-trends-and-insights\" rel=\"noreferrer noopener\">of websites<\/a> met Core Web Vitals benchmarks. Over the past decade, average page sizes have increased by nearly 600 percent, and unoptimized video is a major reason.<\/p>\n\n\n\n<p>This guide walks through how I used Cloudinary\u2019s Video API and transformation tools to reduce video load times, cut bandwidth usage, and improve Largest Contentful Paint (LCP), all without sacrificing visual quality.<\/p>\n\n\n\n<p>Here\u2019s what the optimized implementation delivered:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>67% reduction in video load times.<\/li>\n\n\n\n<li>45% improvement in LCP.<\/li>\n\n\n\n<li>52% less bandwidth usage.<\/li>\n<\/ul>\n\n\n\n<p>If you\u2019re working on video-heavy websites or applications, measurable optimization can improve the user experience. During my tests, I found that using the <a target=\"_blank\" href=\"https:\/\/cloudinary.com\/documentation\/video_player_api_reference\" rel=\"noreferrer noopener\">Cloudinary Video<\/a><a target=\"_blank\" href=\"https:\/\/cloudinary.com\/documentation\/video_player_api_reference\" rel=\"noreferrer noopener\"> API<\/a> and taking advantage of its <a target=\"_blank\" href=\"https:\/\/cloudinary.com\/documentation\/video_manipulation_and_delivery\" rel=\"noreferrer noopener\">built-in transformation tools<\/a> helped videos load faster and improved page performance overall. That\u2019s a big win for most projects.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Video Optimization is Critical<\/h2>\n\n\n\n<p>Web projects have grown complex and larger in size over the past decade. As customers continue to demand rich video experiences, software teams often don\u2019t have the resources for optimizing that content. Video content can represent 60% of page size and, if not properly optimized, it can bottleneck performance.<\/p>\n\n\n\n<p>My experience using the Cloudinary API to optimize video content addresses three critical questions that developers hear constantly:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>What&#8217;s the measurable impact on Core Web Vitals?<\/strong><\/li>\n\n\n\n<li><strong>Can automated optimization maintain visual quality while reducing bandwidth?<\/strong><\/li>\n\n\n\n<li><strong>How do you prove ROI to justify video optimization investment?<\/strong><\/li>\n<\/ul>\n\n\n\n<p>To answer these questions and measure the results, I first needed to set up a testing framework. In the next section, we\u2019ll go through an overview of the project\u2019s baseline performance and how it improved using the Cloudinary API and its available <a href=\"https:\/\/cloudinary.com\/guides\/web-performance\/video-optimization-why-you-need-it-and-5-critical-best-practices\">video optimization<\/a> options.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A Quick Overview of the Video Optimization Test Results<\/h2>\n\n\n\n<p>To understand the real impact of video optimization, I ran a series of performance tests and tracked key metrics. Here\u2019s a brief summary of how the setup was done and the tools used to measure results.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Baseline Configuration<\/h3>\n\n\n\n<p>For the testing, I combined PageSpeed Insights and Lighthouse. PageSpeed Insights measures Core Web Vitals, which directly impact the user experience. These analyses tend to give you better insight into a website\u2019s overall performance, rather than just its loading time. With Lighthouse, we can test applications using the PageSpeed Insights service from the command line.<\/p>\n\n\n\n<p>First, I set up a baseline using Cloudinary\u2019s standard video delivery, without optimizations. This way, I could measure the impact of each transformation:<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-1\" data-shcb-language-name=\"HTML, XML\" data-shcb-language-slug=\"xml\"><span><code class=\"hljs language-xml shcb-wrap-lines\"><span class=\"hljs-comment\">&lt;!-- Baseline: No optimization --&gt;<\/span>\n\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">video<\/span> <span class=\"hljs-attr\">controls<\/span> <span class=\"hljs-attr\">width<\/span>=<span class=\"hljs-string\">\"1280\"<\/span> <span class=\"hljs-attr\">height<\/span>=<span class=\"hljs-string\">\"720\"<\/span>&gt;<\/span>\n\n\u00a0 <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">source<\/span> <span class=\"hljs-attr\">src<\/span>=<span class=\"hljs-string\">\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/sample-video.mp4\"<\/span> <span class=\"hljs-attr\">type<\/span>=<span class=\"hljs-string\">\"video\/mp4\"<\/span>&gt;<\/span>\n\n<span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">video<\/span>&gt;<\/span><\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-1\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">HTML, XML<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">xml<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<h3 class=\"wp-block-heading\">My Baseline Metrics (Averaged Across 10 Test Runs)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>File Size<\/strong>: 11.3MB<\/li>\n\n\n\n<li><strong>LCP<\/strong>: 4.2 seconds<\/li>\n\n\n\n<li><strong>Load Time<\/strong>: 6.8 seconds<\/li>\n\n\n\n<li><strong>Bandwidth<\/strong>: Full original resolution<\/li>\n<\/ul>\n\n\n\n<p>This is the video I used for testing with a basic web page and PageSpeed Insights for performance testing:<\/p>\n\n\n<cld-video-player\n      cloud-name='cloudinary-marketing'\n      public-id='blog-Can_You_Really_Cut_Video_Load_Times_by_50_We_Tried_It-1'\n      js-config='{\"playbackRates\":[0.5,1,1.5,2]}'\n      style='max-width: ;'\n      class='c-video-player'\n      \n      core-version='2.12.3'\n      player-version='1.7.0'\n      >\n      <video\n        id='_video-player69e804b98ad0d'\n        data-cld-big-play-button='init'\n        data-cld-source-types='[\"hls\",\"webm\\\/vp9\",\"mp4\\\/h265\",\"mp4\"]'\n        controls\n        muted\n        class='cld-video-player cld-fluid wp-block-cloudinary-video-player  cld-video-player-skin-dark'\n      ><\/video>\n    <\/cld-video-player>\n\n\n<p>To give some context, here are the results from one of the test runs using Lighthouse:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/v1755233531\/blog-Can_You_Really_Cut_Video_Load_Times_by_50_We_Tried_It-3.png\" alt=\"Metrics from Lighthouse:\n\nFirst Contentful Paint: 3.5s\nTotal Blocking Time: 160ms\nSpeed Index: 5.4s\nLargest Contentful Paint: 4.2s\nCumulative Layout Shift: 0.008\"\/><figcaption class=\"wp-element-caption\">Result from one of the test run using Lighthouse<\/figcaption><\/figure>\n\n\n\n<p>With the baseline results in place, it was time to start applying some of the Cloudinary optimization parameters systematically:<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-2\" data-shcb-language-name=\"HTML, XML\" data-shcb-language-slug=\"xml\"><span><code class=\"hljs language-xml shcb-wrap-lines\"><span class=\"hljs-comment\">&lt;!-- Optimized: Full optimization stack --&gt;<\/span>\n\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">video<\/span> <span class=\"hljs-attr\">controls<\/span> <span class=\"hljs-attr\">width<\/span>=<span class=\"hljs-string\">\"1280\"<\/span> <span class=\"hljs-attr\">height<\/span>=<span class=\"hljs-string\">\"720\"<\/span> <span class=\"hljs-attr\">loading<\/span>=<span class=\"hljs-string\">\"lazy\"<\/span>&gt;<\/span>\n\n\u00a0 <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">source<\/span> <span class=\"hljs-attr\">src<\/span>=<span class=\"hljs-string\">\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/q_auto:good,f_auto,br_1000k,w_1280,c_limit\/sample-video\"<\/span> <span class=\"hljs-attr\">type<\/span>=<span class=\"hljs-string\">\"video\/mp4\"<\/span>&gt;<\/span>\n\n<span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">video<\/span>&gt;<\/span><\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-2\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">HTML, XML<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">xml<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p>Here\u2019s a quick overview of what each of these parameters does:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><code>q_auto:good<\/code>.<\/strong> This parameter helps you apply intelligent quality compression. Cloudinary applies video compression automatically depending on the video content and the browser where it\u2019s being reproduced.<\/li>\n\n\n\n<li><strong><code>f_auto<\/code>.<\/strong> <a href=\"https:\/\/cloudinary.com\/documentation\/video_optimization#automatic_format_selection_f_auto\" target=\"_blank\" rel=\"noreferrer noopener\">Automatic format selection<\/a> changes the format in which Cloudinary serves video content (WebM, HEVC, H.264) depending on the end browser and bandwidth.<\/li>\n\n\n\n<li><strong><code>br_1000k<\/code>.<\/strong> A video\u2019s bitrate is the amount of data used per second to compress and display a video. Higher bitrates translate to better quality and a smoother playing experience, but they can also cause stuttering if the user\u2019s device and\/or internet connection can\u2019t handle them.<\/li>\n\n\n\n<li><strong><code>w_1280,c_limit<\/code>.<\/strong> This parameter helps to set responsive sizing for the video. This is important to make video content display better on mobile devices.<\/li>\n\n\n\n<li><strong><code>loading=\"lazy\"<\/code>.<\/strong> Lazy loading makes it so that if the video content is below the fold (i.e., if it\u2019s not the part of the website that you see right away when you open a URL), it doesn\u2019t load immediately. This helps the browser prioritize the content that users see first.<\/li>\n<\/ul>\n\n\n\n<p>All of that takes only a few lines of code, and you can reuse a lot of those parameters across the videos you want to serve. Cloudinary not only serves the video content, but it can also optimize it dynamically with the right parameters (<code>f_auto<\/code>, for example).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Results: What the Data Shows<\/h2>\n\n\n\n<p>Overall, the data shows that using the Cloudinary API to deliver video content can significantly reduce loading times and the strain on your servers. Let\u2019s take a look at the results, first in terms of <a target=\"_blank\" href=\"https:\/\/cloudinary.com\/documentation\/media_optimization#core_web_vitals\" rel=\"noreferrer noopener\">Core Web Vitals<\/a>, and then bandwidth and loading metrics.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Core Web Vitals Impact<\/h3>\n\n\n\n<p>Core Web Vitals are a fantastic way to measure overall page performance and user experience. Poor Core Web Vitals directly correlate with a worse user experience, and in this case, videos that load slowly and affect page performance.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Metric<\/strong><\/td><td><strong>Baseline<\/strong><\/td><td><strong>Optimized<\/strong><\/td><td><strong>Improvement<\/strong><\/td><\/tr><tr><td>LCP (Largest Contentful Paint)<\/td><td>4.2s<\/td><td>2.3s<\/td><td>45% faster<\/td><\/tr><tr><td>FID\/INP (Interaction to Next Paint)<\/td><td>180ms<\/td><td>120ms<\/td><td>33% faster<\/td><\/tr><tr><td>CLS (Cumulative Layout Shift)<\/td><td>0.12<\/td><td>0.05<\/td><td>58% more stable<\/td><\/tr><tr><td>Overall Performance&nbsp;Score<\/td><td>52<\/td><td>78<\/td><td>50% improvement<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Using the Cloudinary API to serve video content and optimize it dynamically significantly improved Core Web Vitals during my testing. In other words, content loads faster and without impacting other elements on the page.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Bandwidth and Loading Metrics<\/h3>\n\n\n\n<p>Core Web Vitals offer a great way to measure the user experience, but they don\u2019t tell us how fast video loads. In this section, you can see the original file size of the video included in the test page and its loading time:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Optimization<\/strong><\/td><td><strong>File Size<\/strong><\/td><td><strong>Load Time<\/strong><\/td><td><strong>Bandwidth Saved<\/strong><\/td><td><strong>Visual Quality<\/strong><\/td><\/tr><tr><td>Baseline<\/td><td>11.3MB<\/td><td>6.8s<\/td><td>&#8211;<\/td><td>Original<\/td><\/tr><tr><td><code>q_auto<\/code> only<\/td><td>8.9MB<\/td><td>4.9s<\/td><td>28%<\/td><td>Visually identical<\/td><\/tr><tr><td><code>q_auto<\/code> + <code>f_auto<\/code><\/td><td>7.2MB<\/td><td>3.8s<\/td><td>41%<\/td><td>Visually identical<\/td><\/tr><tr><td>Full optimization<\/td><td>5.9MB<\/td><td>2.2s<\/td><td><strong>52%<\/strong><\/td><td>Visually identical<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The Cloudinary Video API offers a lot of options for optimization. To get a better sense of their impact, I implemented them one by one and measured the performance improvements. While doing that, I compared the resulting videos side by side with the original to see if I could spot any differences. There was no noticeable drop in quality for each optimization.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How the Cloudinary Video API Transformations Work<\/h2>\n\n\n\n<p>To better understand how the Cloudinary video API works, let\u2019s go through each of the optimization parameters that I used in the earlier tests. For each parameter, I\u2019ll explain how it works, how to configure it, and what kind of performance improvements you can expect to see if you implement it.<\/p>\n\n\n<div class='c-callout  c-callout--inline-title c-callout--note'><strong class='c-callout__title'>Note:<\/strong> <p>You can use <a href=\"https:\/\/cloudinary.com\/documentation\/mediaflows\">MediaFlows<\/a> to automate some optimization workflows for video content. However, the Video API gives you more control (and options) than using MediaFlows.<\/p>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">1. Intelligent Video Quality Optimization (<code>q_auto<\/code>)<\/h3>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-3\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code class=\"hljs language-javascript shcb-wrap-lines\"><span class=\"hljs-comment\">\/\/ quality options:<\/span>\n\n<span class=\"hljs-comment\">\/\/ - \"auto:eco\" \u00a0\u2192 Aggressive compression<\/span>\n\n<span class=\"hljs-comment\">\/\/ - \"auto:good\" \u2192 Balanced size and quality (recommended)<\/span>\n\n<span class=\"hljs-comment\">\/\/ - \"auto:best\" \u2192 Highest quality, larger file size<\/span>\n\n<span class=\"hljs-keyword\">const<\/span> optimizedUrl = cloudinary.url(<span class=\"hljs-string\">\"sample-video\"<\/span>, {\n\n\u00a0 <span class=\"hljs-attr\">quality<\/span>: <span class=\"hljs-string\">\"auto:good\"<\/span>,\n\n});<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-3\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p><strong>What this translates to<\/strong>: Applying this transformation results in an average 28% reduction in file size, with no noticeable drop in quality (verified by a second pair of eyes). Cloudinary&#8217;s algorithm adapts to video content. Static scenes compress more aggressively than high-motion sequences.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Automatic Format Selection (<code>f_auto<\/code>)<\/h3>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-4\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code class=\"hljs language-javascript shcb-wrap-lines\"><span class=\"hljs-keyword\">const<\/span> responsiveUrl = cloudinary.url(<span class=\"hljs-string\">\"sample-video\"<\/span>, {\n\n\u00a0 <span class=\"hljs-attr\">quality<\/span>: <span class=\"hljs-string\">\"auto:good\"<\/span>,\n\n\u00a0 <span class=\"hljs-attr\">fetch_format<\/span>: <span class=\"hljs-string\">\"auto\"<\/span>, \u00a0<span class=\"hljs-comment\">\/\/ Serves WebM, HEVC, or H.264 based on browser<\/span>\n\n});<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-4\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p><strong>What this translates to<\/strong>: This transformation results in an average 13% file size reduction beyond quality optimization. Modern browsers receive VP9-encoded WebM, while Safari gets HEVC video.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Bitrate Control for Streaming<\/h3>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-5\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code class=\"hljs language-javascript shcb-wrap-lines\"><span class=\"hljs-keyword\">const<\/span> streamOptimizedUrl = cloudinary.url(<span class=\"hljs-string\">\"sample-video\"<\/span>, {\n\n\u00a0 <span class=\"hljs-attr\">quality<\/span>: <span class=\"hljs-string\">\"auto:good\"<\/span>,\n\n\u00a0 <span class=\"hljs-attr\">fetch_format<\/span>: <span class=\"hljs-string\">\"auto\"<\/span>,\n\n\u00a0 <span class=\"hljs-attr\">bit_rate<\/span>: <span class=\"hljs-string\">\"1000k\"<\/span>, \u00a0<span class=\"hljs-comment\">\/\/ Consistent streaming quality<\/span>\n\n});<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-5\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p><strong>What this translates to<\/strong>: This optimization all but eliminated buffering events with my testing device, <em>and <\/em>it helped provide predictable bandwidth usage. Implementing this made videos load much \u201csmoother\u201d on average and helped provide a similar experience across test runs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Lazy Loading Implementation<\/h3>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-6\" data-shcb-language-name=\"HTML, XML\" data-shcb-language-slug=\"xml\"><span><code class=\"hljs language-xml shcb-wrap-lines\"><span class=\"hljs-comment\">&lt;!-- Above-the-fold: Eager loading --&gt;<\/span>\n\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">video<\/span> <span class=\"hljs-attr\">controls<\/span> <span class=\"hljs-attr\">loading<\/span>=<span class=\"hljs-string\">\"eager\"<\/span>&gt;<\/span>\n\n\u00a0 <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">source<\/span> <span class=\"hljs-attr\">src<\/span>=<span class=\"hljs-string\">\"&#91;optimized-cloudinary-url]\"<\/span>&gt;<\/span>\n\n<span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">video<\/span>&gt;<\/span>\n\n<span class=\"hljs-comment\">&lt;!-- Below-the-fold: Lazy loading --&gt;<\/span>\n\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">video<\/span> <span class=\"hljs-attr\">controls<\/span> <span class=\"hljs-attr\">loading<\/span>=<span class=\"hljs-string\">\"lazy\"<\/span>&gt;<\/span>\n\n\u00a0 <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">source<\/span> <span class=\"hljs-attr\">src<\/span>=<span class=\"hljs-string\">\"&#91;optimized-cloudinary-url]\"<\/span>&gt;<\/span>\n\n<span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">video<\/span>&gt;<\/span><\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-6\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">HTML, XML<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">xml<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p><strong>What this translates to<\/strong>: Implementing lazy loading can help a lot with improving loading times for media-heavy web projects. However, it\u2019s a good rule of thumb to never lazy-load above-the-fold video content.&nbsp;<\/p>\n\n\n\n<p>For hero videos that contribute to LCP, use <code>loading=\"eager\"<\/code> or omit the attribute entirely. Lazy loading is a powerful tool, but one that you must use with great responsibility if you don\u2019t want above-the-fold content to fail to load.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Advanced Optimization: Adaptive Bitrate Streaming<\/h2>\n\n\n\n<p><a target=\"_blank\" href=\"https:\/\/cloudinary.com\/documentation\/adaptive_bitrate_streaming\" rel=\"noreferrer noopener\">Cloudinary\u2019s adaptive bitrate streaming<\/a> is different from fixed bitrate control. With the fixed bitrate control parameter, you manually set a bitrate (like br_1000k) to avoid fluctuations. On the other hand, adaptive bitrate streaming dynamically switches between bitrates depending on what can provide the best performance for whoever is watching the video.<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-7\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code class=\"hljs language-javascript shcb-wrap-lines\"><span class=\"hljs-keyword\">const<\/span> abrUrl = cloudinary.url(<span class=\"hljs-string\">\"long-form-video\"<\/span>, {\n\n\u00a0 <span class=\"hljs-attr\">streaming_profile<\/span>: <span class=\"hljs-string\">\"auto\"<\/span>, \u00a0<span class=\"hljs-comment\">\/\/ Automatic profile selection<\/span>\n\n\u00a0 <span class=\"hljs-attr\">quality<\/span>: <span class=\"hljs-string\">\"auto:good\"<\/span>,\n\n\u00a0 <span class=\"hljs-attr\">fetch_format<\/span>: <span class=\"hljs-string\">\"auto\"<\/span>\n\n});<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-7\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p>Adaptive bitrate streaming can make a significant difference for longer videos. However, it didn\u2019t make much of an impact with smaller files (since they\u2019re faster to load anyway). In most cases, fixed bitrate control will deliver the kind of performance results you need.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Analytics and Monitoring Setup<\/h2>\n\n\n\n<p>Cloudinary enables you to track <a target=\"_blank\" href=\"https:\/\/cloudinary.com\/documentation\/video_analytics\" rel=\"noreferrer noopener\">video analytics<\/a> (with the right configuration), which means the platform collects data as it serves video to your customers. Using the Cloudinary Video Player, you can track data such as device information and user location:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/cloudinary-marketing-res.cloudinary.com\/image\/upload\/v1755233458\/blog-Can_You_Really_Cut_Video_Load_Times_by_50_We_Tried_It-2.png\" alt=\"\"\/><figcaption class=\"wp-element-caption\">Cloudinary Video Analytics<\/figcaption><\/figure>\n\n\n\n<p>With enough data (a lot of video views), you\u2019ll be able to easily see the difference Cloudinary makes in video delivery on your site.<\/p>\n\n\n\n<p>For my application, I measured video engagement using the <strong>view_watch_time<\/strong> parameter. This lets me get analytics on how long users spend watching each video on average. That data can be very valuable for marketing since it gives you insight into which videos have a good hook or opening that keeps people watching. Aside from that, Cloudinary video analytics lets you keep track of basic variables like the number of plays a video gets or how many unique viewers it has.<\/p>\n\n\n\n<p>Analytics should be a key component of any video deployment stack, and Cloudinary makes it easy to access a lot of data if you use its video player.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Wrapping Up<\/h2>\n\n\n\n<p>Video optimization can make a significant difference in the performance of your websites and applications. If you rely heavily on video content, Cloudinary&#8217;s optimization features can deliver significant performance gains while maintaining visual quality, but the key to success lies in proper measurement and validation.<\/p>\n\n\n\n<p>Key takeaways from my experience:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Start with data<\/strong><strong>.<\/strong> Establish clear baselines before optimizing.<\/li>\n\n\n\n<li><strong>Optimize progressively<\/strong><strong>.<\/strong> Layer improvements and measure each step.<\/li>\n\n\n\n<li><strong>Validate visually<\/strong><strong>.<\/strong> Technical metrics must align with user perception.<\/li>\n\n\n\n<li><strong>Monitor continuously<\/strong><strong>.<\/strong> Performance optimization is an ongoing process.<\/li>\n\n\n\n<li><strong>Prove business value<\/strong><strong>.<\/strong> Check user engagement metrics to see if video optimization has a measurable impact on your project\u2019s user experience. A better user experience should translate to more conversions, at least for most projects.<\/li>\n<\/ol>\n\n\n\n<p>Finally, keep in mind that the significant video performance improvements I achieved using Cloudinary to serve and optimize videos aren&#8217;t guaranteed results. Your results will vary based on content type, user base, and implementation approach. If you\u2019re working on improving performance for a web application, you need to incorporate media optimization as part of that workflow. Most modern web applications are fairly media-heavy, which makes video and image optimization critical steps if you want to improve user engagement.<\/p>\n\n\n\n<p><strong>Ready to start measuring your own video optimization ROI?<\/strong> <a href=\"https:\/\/cloudinary.com\/users\/register_free\" target=\"_blank\" rel=\"noreferrer noopener\">Sign up to Cloudinary<\/a> to use <a href=\"https:\/\/cloudinary.com\/guides\/video-effects\/video-optimization-tools\">video optimization tools<\/a> and measure real-time results.<\/p>\n\n\n\n<p><strong>Resources:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n\n<li><a href=\"https:\/\/cloudinary.com\/documentation\/video_manipulation_and_delivery\" target=\"_blank\" rel=\"noreferrer noopener\">Video API Documentation<\/a><\/li>\n\n\n<li><a href=\"https:\/\/studio.cloudinary.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Cloudinary Studio<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cloudinary.com\/documentation\/media_optimization\" target=\"_blank\" rel=\"noreferrer noopener\">Core Web Vitals Optimization Guide<\/a><\/li>\n\n<\/ul>\n\n","protected":false},"excerpt":{"rendered":"<p>Developers often find themselves caught between two priorities: delivering high-quality, videos that autoplay to increase engagement and meeting performance goals for fast load times and strong Core Web Vitals. That tradeoff becomes hard to ignore when video makes up the largest share of page weight. In 2022, video accounted for 82% of all internet traffic, [&hellip;]<\/p>\n","protected":false},"author":87,"featured_media":38207,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_cloudinary_featured_overwrite":false,"footnotes":""},"categories":[1],"tags":[227,303],"class_list":["post-38206","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-performance-optimization","tag-video"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.6 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Can You Really Cut Video Load Times by 50%? We Tried It<\/title>\n<meta name=\"description\" content=\"Reduced LCP by 45%, cut load time by 67%. This guide shows you how to optimize video performance using Cloudinary\u2019s smart transformation tools.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Can You Really Cut Video Load Times by 50%? We Tried It\" \/>\n<meta property=\"og:description\" content=\"Reduced LCP by 45%, cut load time by 67%. This guide shows you how to optimize video performance using Cloudinary\u2019s smart transformation tools.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50\" \/>\n<meta property=\"og:site_name\" content=\"Cloudinary Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-26T14:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-26T14:06:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1755213177\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It.jpg?_i=AA\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1100\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"melindapham\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50#article\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50\"},\"author\":{\"name\":\"melindapham\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/0d5ad601e4c3b5be89245dfb14be42d9\"},\"headline\":\"Can You Really Cut Video Load Times by 50%? We Tried It\",\"datePublished\":\"2025-08-26T14:00:00+00:00\",\"dateModified\":\"2026-03-26T14:06:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50\"},\"wordCount\":1853,\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1755213177\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It.jpg?_i=AA\",\"keywords\":[\"Performance Optimization\",\"Video\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2025\",\"copyrightHolder\":{\"@id\":\"https:\/\/cloudinary.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50\",\"url\":\"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50\",\"name\":\"Can You Really Cut Video Load Times by 50%? We Tried It\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1755213177\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It.jpg?_i=AA\",\"datePublished\":\"2025-08-26T14:00:00+00:00\",\"dateModified\":\"2026-03-26T14:06:13+00:00\",\"description\":\"Reduced LCP by 45%, cut load time by 67%. This guide shows you how to optimize video performance using Cloudinary\u2019s smart transformation tools.\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50#primaryimage\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1755213177\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It.jpg?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1755213177\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It.jpg?_i=AA\",\"width\":2000,\"height\":1100},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudinary.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Can You Really Cut Video Load Times by 50%? We Tried It\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"name\":\"Cloudinary Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudinary.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\",\"name\":\"Cloudinary Blog\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"width\":312,\"height\":60,\"caption\":\"Cloudinary Blog\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/0d5ad601e4c3b5be89245dfb14be42d9\",\"name\":\"melindapham\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e6f989fa97fe94be61596259d8629c3df65aec4c7da5c0000f90d810f313d4f4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e6f989fa97fe94be61596259d8629c3df65aec4c7da5c0000f90d810f313d4f4?s=96&d=mm&r=g\",\"caption\":\"melindapham\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Can You Really Cut Video Load Times by 50%? We Tried It","description":"Reduced LCP by 45%, cut load time by 67%. This guide shows you how to optimize video performance using Cloudinary\u2019s smart transformation tools.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50","og_locale":"en_US","og_type":"article","og_title":"Can You Really Cut Video Load Times by 50%? We Tried It","og_description":"Reduced LCP by 45%, cut load time by 67%. This guide shows you how to optimize video performance using Cloudinary\u2019s smart transformation tools.","og_url":"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50","og_site_name":"Cloudinary Blog","article_published_time":"2025-08-26T14:00:00+00:00","article_modified_time":"2026-03-26T14:06:13+00:00","og_image":[{"width":2000,"height":1100,"url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1755213177\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It.jpg?_i=AA","type":"image\/jpeg"}],"author":"melindapham","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50#article","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50"},"author":{"name":"melindapham","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/0d5ad601e4c3b5be89245dfb14be42d9"},"headline":"Can You Really Cut Video Load Times by 50%? We Tried It","datePublished":"2025-08-26T14:00:00+00:00","dateModified":"2026-03-26T14:06:13+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50"},"wordCount":1853,"publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1755213177\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It.jpg?_i=AA","keywords":["Performance Optimization","Video"],"inLanguage":"en-US","copyrightYear":"2025","copyrightHolder":{"@id":"https:\/\/cloudinary.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50","url":"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50","name":"Can You Really Cut Video Load Times by 50%? We Tried It","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50#primaryimage"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1755213177\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It.jpg?_i=AA","datePublished":"2025-08-26T14:00:00+00:00","dateModified":"2026-03-26T14:06:13+00:00","description":"Reduced LCP by 45%, cut load time by 67%. This guide shows you how to optimize video performance using Cloudinary\u2019s smart transformation tools.","breadcrumb":{"@id":"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50#primaryimage","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1755213177\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It.jpg?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1755213177\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It.jpg?_i=AA","width":2000,"height":1100},{"@type":"BreadcrumbList","@id":"https:\/\/cloudinary.com\/blog\/can-you-really-cut-video-load-times-by-50#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudinary.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Can You Really Cut Video Load Times by 50%? We Tried It"}]},{"@type":"WebSite","@id":"https:\/\/cloudinary.com\/blog\/#website","url":"https:\/\/cloudinary.com\/blog\/","name":"Cloudinary Blog","description":"","publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudinary.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudinary.com\/blog\/#organization","name":"Cloudinary Blog","url":"https:\/\/cloudinary.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","width":312,"height":60,"caption":"Cloudinary Blog"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/0d5ad601e4c3b5be89245dfb14be42d9","name":"melindapham","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e6f989fa97fe94be61596259d8629c3df65aec4c7da5c0000f90d810f313d4f4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e6f989fa97fe94be61596259d8629c3df65aec4c7da5c0000f90d810f313d4f4?s=96&d=mm&r=g","caption":"melindapham"}}]}},"jetpack_featured_media_url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1755213177\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It\/Blog_Can_You_Really_Cut_Video_Load_Times_by_50___We_Tried_It.jpg?_i=AA","_links":{"self":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/38206","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/users\/87"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/comments?post=38206"}],"version-history":[{"count":8,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/38206\/revisions"}],"predecessor-version":[{"id":39952,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/38206\/revisions\/39952"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media\/38207"}],"wp:attachment":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media?parent=38206"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/categories?post=38206"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/tags?post=38206"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}