{"id":24858,"date":"2021-10-25T13:12:49","date_gmt":"2021-10-25T18:12:49","guid":{"rendered":"https:\/\/blogs.ost.agency\/?p=24858"},"modified":"2024-10-29T09:57:25","modified_gmt":"2024-10-29T14:57:25","slug":"how-to-improve-your-website-page-load-speed-detailed-guide-part-two","status":"publish","type":"post","link":"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/","title":{"rendered":"How to Improve Your Website Page Load Speed [Detailed Guide &#8211; Part Two]"},"content":{"rendered":"<p>Improving your site page load speed can significantly raise your bottom line. This is because load time impacts search engine optimization (SEO), user experience (UX), and conversion rate. When the page load time is very small, traffic to your website increases, bounce rate reduces, and you\u2019ll have better customer engagement &amp; increase in conversion.<\/p>\n<p>According to a study that Google did, an increase in page load time from one second to three seconds increases the probability of a <a href=\"https:\/\/www.thinkwithgoogle.com\/marketing-strategies\/app-and-mobile\/page-load-time-statistics\/\" target=\"_blank\" rel=\"noopener\">bounce by 32%<\/a>. Google also <a href=\"https:\/\/developers.google.com\/web\/updates\/2018\/07\/search-ads-speed\" target=\"_blank\" rel=\"noopener\">released an update<\/a> saying that speed is now a landing page factor for Google Search and Ads. A <a href=\"https:\/\/www2.deloitte.com\/content\/dam\/Deloitte\/ie\/Documents\/Consulting\/Milliseconds_Make_Millions_report.pdf\">study conducted by Deloitte<\/a> showed that improving your load time by 0.1s can increase conversion rates by 8%.<\/p>\n<p>Increasing load speed has been shown to be beneficial. It\u2019s the right way to go if you want to boost traffic, revenue, and customer satisfaction. <strong>We have provided exposure on this topic in the first part but we will be taking it further in this article.<\/strong> Let\u2019s dive right into it!<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-24846\" src=\"https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Tip-for-eCommerce-Website-1.jpg\" alt=\"\" width=\"598\" height=\"598\" srcset=\"https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Tip-for-eCommerce-Website-1.jpg 1200w, https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Tip-for-eCommerce-Website-1-300x300.jpg 300w, https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Tip-for-eCommerce-Website-1-1024x1024.jpg 1024w, https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Tip-for-eCommerce-Website-1-150x150.jpg 150w, https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Tip-for-eCommerce-Website-1-768x768.jpg 768w\" sizes=\"auto, (max-width: 598px) 100vw, 598px\" \/><\/p>\n<h3>1. Lazy Loading<\/h3>\n<p>This is an optimization strategy that involves loading images after the initial page request. Instead of loading all the images on a page at once, images are loaded one after the other as the visitor scrolls down the page. This approach enables pages to load faster and consequently enhance user experience.<\/p>\n<p>For example, let\u2019s say you wrote a product review blog post with 25 product images. When a visitor requests the page, the browser would normally download all the 25 images before rendering the page. But with lazy loading, the content within view (upper part of the page) can be loaded first and the images come afterward.<\/p>\n<h3>2. Use Async and Defer<\/h3>\n<p>Use the async attribute so the browser knows which JavaScript files that shouldn\u2019t block the rendering process. With this strategy, you can make multiple files run at the same time. This shortens page load time because the files can load concurrently as opposed to loading them one after the other.<\/p>\n<p>Defer is used to indicate that the script is executed after the document has been parsed &#8211; it works with only external scripts. Defer entails deferring the execution of this file until later. This feature is used to delay the loading of items that aren\u2019t needed right away, so as to load the part of the page that\u2019s in view. For example, it works when it comes to displaying the content of the upper part of the page before the lower part.<\/p>\n<h3>3. Use a CDN<\/h3>\n<p>High traffic can cause low page load speed when your website is hosted on a single server. When there are many visitors requesting the same page from the server at the same time, the load times slow down because the time it takes to process requests increases.<\/p>\n<p>Another source of low load speed is the distance between a user and your server. Load time increases with distance. You can solve these challenges using a CDN (Content Delivery Network)<\/p>\n<p>A CDN allows you to cache your website on a network of servers available around the world. When a visitor\u2019s browser wants to open a page on your website, the request is passed to a server close to their physical location &#8211; thereby shortening load time.<\/p>\n<p>For instance, let\u2019s say you use a CDN but your major server is located in Canada. When a visitor from the US requests a page on your site, a nearby server in the US will respond to the request. This reduces loading times significantly.<\/p>\n<h3>4. Reduce Server Response Time<\/h3>\n<p>This is the amount of time it takes for a web browser to receive a response. The time starts running as soon as the web browser submits a request. It\u2019s often measured by Time to First Byte (TTFB). Decreasing your DNS lookup time will improve your page speed. Make sure you choose a fast DNS provider that uses the latest versions of the technology.<\/p>\n<h3>5. Optimize Your Database<\/h3>\n<p>Making sure your database can retrieve data fast and as efficiently as possible will significantly reduce your page load times. This approach will speed up the load times of the whole site, not just the page a user wants to view. If you fix slow queries, which is a major reason for a long server response time, your page speed will improve.<\/p>\n<h3>6. Reduce the Number of HTTP Requests<\/h3>\n<p>Audit your site to see the number of HTTP requests your pages make. Getting rid of unnecessary requests is an effective way to speed up your site. A study conducted by Yahoo revealed that 80% of a web page\u2019s load time is spent downloading various parts of the page, such as scripts, stylesheets, and images. So, decreasing the number of HTTP requests instantly reduces load time.<\/p>\n<h3>7. Remove unused JS &amp; CSS<\/h3>\n<p>CMS uses lots of CSS and JS; however, not every CSS and JS is required on every page. Having a lot of unused CSS &amp; JS can significantly impact the speed of the site.<\/p>\n<p>So, identifying the unwanted CSS and JS according to a particular page requirement and removing them can lead to an increase in page speed.<\/p>\n<p><b>Conclusion <\/b><br \/>\nWhen optimizing your site for speed, care must be taken to understand both the benefits and potential downfalls of each approach. This explains why you need the assistance of experts or a web development company. If you need the assistance of experts to get the job done for you, we\u2019re here to lend a helping hand!<\/p>\n<p>We\u2019re <a href=\"http:\/\/ost.agency\" target=\"_blank\" rel=\"noopener\">OpenSource Technologies<\/a>, a web &amp; mobile development company that specializes in custom development and cross-platform integration. We can help you create AI technology solutions for your business. Contact us today to help you take your website page load speed to a whole new level.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Improving your site page load speed can significantly raise your bottom line. This is because load time impacts search engine optimization (SEO), user experience (UX), and conversion rate. When the page load time is very small, traffic to your website increases, bounce rate reduces, and you\u2019ll have better customer engagement &amp; increase in conversion. According&hellip; <a class=\"more-link\" href=\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/\">Continue reading <span class=\"screen-reader-text\">How to Improve Your Website Page Load Speed [Detailed Guide &#8211; Part Two]<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":25326,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2],"tags":[211,181,212],"class_list":["post-24858","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","tag-ecommerce","tag-ecommerce-development","tag-speedoptimization","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Improve Your Website Page Load Speed [Detailed Guide - Part Two] - Blog<\/title>\n<meta name=\"description\" content=\"Are you looking for ways to improve your website page load speed? Search no further! This article explains some methods you can use to reduce page load time.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Improve Your Website Page Load Speed [Detailed Guide - Part Two] - Blog\" \/>\n<meta property=\"og:description\" content=\"Are you looking for ways to improve your website page load speed? Search no further! This article explains some methods you can use to reduce page load time.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-25T18:12:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-29T14:57:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Feature-image-11-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"850\" \/>\n\t<meta property=\"og:image:height\" content=\"575\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Manish Mittal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Manish Mittal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/\"},\"author\":{\"name\":\"Manish Mittal\",\"@id\":\"https:\/\/ost.agency\/blog\/#\/schema\/person\/d380126ec8e9e9a061a48dc71f532e74\"},\"headline\":\"How to Improve Your Website Page Load Speed [Detailed Guide &#8211; Part Two]\",\"datePublished\":\"2021-10-25T18:12:49+00:00\",\"dateModified\":\"2024-10-29T14:57:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/\"},\"wordCount\":977,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/ost.agency\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Feature-image-11-1.jpg\",\"keywords\":[\"Ecommerce\",\"Ecommerce development\",\"SpeedOptimization\"],\"articleSection\":[\"Blogs\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/\",\"url\":\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/\",\"name\":\"How to Improve Your Website Page Load Speed [Detailed Guide - Part Two] - Blog\",\"isPartOf\":{\"@id\":\"https:\/\/ost.agency\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Feature-image-11-1.jpg\",\"datePublished\":\"2021-10-25T18:12:49+00:00\",\"dateModified\":\"2024-10-29T14:57:25+00:00\",\"description\":\"Are you looking for ways to improve your website page load speed? Search no further! This article explains some methods you can use to reduce page load time.\",\"breadcrumb\":{\"@id\":\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#primaryimage\",\"url\":\"https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Feature-image-11-1.jpg\",\"contentUrl\":\"https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Feature-image-11-1.jpg\",\"width\":850,\"height\":575,\"caption\":\"Improve Your Website Page Load Speed\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ost.agency\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blogs\",\"item\":\"https:\/\/ost.agency\/blog\/category\/blog\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Improve Your Website Page Load Speed [Detailed Guide &#8211; Part Two]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ost.agency\/blog\/#website\",\"url\":\"https:\/\/ost.agency\/blog\/\",\"name\":\"Blog\",\"description\":\" OpenSource Technologies\",\"publisher\":{\"@id\":\"https:\/\/ost.agency\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ost.agency\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ost.agency\/blog\/#organization\",\"name\":\"OpenSource Technologies Pvt. Ltd.\",\"url\":\"https:\/\/ost.agency\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ost.agency\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blogs.ost.agency\/wp-content\/uploads\/2017\/12\/518by271.png\",\"contentUrl\":\"https:\/\/blogs.ost.agency\/wp-content\/uploads\/2017\/12\/518by271.png\",\"width\":518,\"height\":271,\"caption\":\"OpenSource Technologies Pvt. Ltd.\"},\"image\":{\"@id\":\"https:\/\/ost.agency\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/ost.agency\/blog\/#\/schema\/person\/d380126ec8e9e9a061a48dc71f532e74\",\"name\":\"Manish Mittal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ost.agency\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3f634291ea66f4f877f11b898dc90e34378bc456fa5ad5798b613495eb793c9b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3f634291ea66f4f877f11b898dc90e34378bc456fa5ad5798b613495eb793c9b?s=96&d=mm&r=g\",\"caption\":\"Manish Mittal\"},\"description\":\"Founder &amp; CEO at OpenSource Technologies | AI-Augmented Platforms | Web &amp; Mobile Dev | Digital Marketing | Forbes Technology Council Member\",\"sameAs\":[\"https:\/\/ost.agency\/blog\",\"https:\/\/www.linkedin.com\/in\/manishmittalost\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Improve Your Website Page Load Speed [Detailed Guide - Part Two] - Blog","description":"Are you looking for ways to improve your website page load speed? Search no further! This article explains some methods you can use to reduce page load time.","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:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/","og_locale":"en_US","og_type":"article","og_title":"How to Improve Your Website Page Load Speed [Detailed Guide - Part Two] - Blog","og_description":"Are you looking for ways to improve your website page load speed? Search no further! This article explains some methods you can use to reduce page load time.","og_url":"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/","og_site_name":"Blog","article_published_time":"2021-10-25T18:12:49+00:00","article_modified_time":"2024-10-29T14:57:25+00:00","og_image":[{"width":850,"height":575,"url":"https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Feature-image-11-1.jpg","type":"image\/jpeg"}],"author":"Manish Mittal","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Manish Mittal","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#article","isPartOf":{"@id":"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/"},"author":{"name":"Manish Mittal","@id":"https:\/\/ost.agency\/blog\/#\/schema\/person\/d380126ec8e9e9a061a48dc71f532e74"},"headline":"How to Improve Your Website Page Load Speed [Detailed Guide &#8211; Part Two]","datePublished":"2021-10-25T18:12:49+00:00","dateModified":"2024-10-29T14:57:25+00:00","mainEntityOfPage":{"@id":"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/"},"wordCount":977,"commentCount":0,"publisher":{"@id":"https:\/\/ost.agency\/blog\/#organization"},"image":{"@id":"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#primaryimage"},"thumbnailUrl":"https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Feature-image-11-1.jpg","keywords":["Ecommerce","Ecommerce development","SpeedOptimization"],"articleSection":["Blogs"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/","url":"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/","name":"How to Improve Your Website Page Load Speed [Detailed Guide - Part Two] - Blog","isPartOf":{"@id":"https:\/\/ost.agency\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#primaryimage"},"image":{"@id":"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#primaryimage"},"thumbnailUrl":"https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Feature-image-11-1.jpg","datePublished":"2021-10-25T18:12:49+00:00","dateModified":"2024-10-29T14:57:25+00:00","description":"Are you looking for ways to improve your website page load speed? Search no further! This article explains some methods you can use to reduce page load time.","breadcrumb":{"@id":"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#primaryimage","url":"https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Feature-image-11-1.jpg","contentUrl":"https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Feature-image-11-1.jpg","width":850,"height":575,"caption":"Improve Your Website Page Load Speed"},{"@type":"BreadcrumbList","@id":"https:\/\/ost.agency\/blog\/how-to-improve-your-website-page-load-speed-detailed-guide-part-two\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ost.agency\/blog\/"},{"@type":"ListItem","position":2,"name":"Blogs","item":"https:\/\/ost.agency\/blog\/category\/blog\/"},{"@type":"ListItem","position":3,"name":"How to Improve Your Website Page Load Speed [Detailed Guide &#8211; Part Two]"}]},{"@type":"WebSite","@id":"https:\/\/ost.agency\/blog\/#website","url":"https:\/\/ost.agency\/blog\/","name":"Blog","description":" OpenSource Technologies","publisher":{"@id":"https:\/\/ost.agency\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ost.agency\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ost.agency\/blog\/#organization","name":"OpenSource Technologies Pvt. Ltd.","url":"https:\/\/ost.agency\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ost.agency\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/blogs.ost.agency\/wp-content\/uploads\/2017\/12\/518by271.png","contentUrl":"https:\/\/blogs.ost.agency\/wp-content\/uploads\/2017\/12\/518by271.png","width":518,"height":271,"caption":"OpenSource Technologies Pvt. Ltd."},"image":{"@id":"https:\/\/ost.agency\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/ost.agency\/blog\/#\/schema\/person\/d380126ec8e9e9a061a48dc71f532e74","name":"Manish Mittal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ost.agency\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3f634291ea66f4f877f11b898dc90e34378bc456fa5ad5798b613495eb793c9b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3f634291ea66f4f877f11b898dc90e34378bc456fa5ad5798b613495eb793c9b?s=96&d=mm&r=g","caption":"Manish Mittal"},"description":"Founder &amp; CEO at OpenSource Technologies | AI-Augmented Platforms | Web &amp; Mobile Dev | Digital Marketing | Forbes Technology Council Member","sameAs":["https:\/\/ost.agency\/blog","https:\/\/www.linkedin.com\/in\/manishmittalost\/"]}]}},"blog_post_layout_featured_media_urls":{"thumbnail":["https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Feature-image-11-1-370x250.jpg",370,250,true],"full":["https:\/\/ost.agency\/blog\/wp-content\/uploads\/2021\/10\/Feature-image-11-1.jpg",850,575,false]},"categories_names":{"2":{"name":"Blogs","link":"https:\/\/ost.agency\/blog\/category\/blog\/"}},"tags_names":{"211":{"name":"Ecommerce","link":"https:\/\/ost.agency\/blog\/tag\/ecommerce\/"},"181":{"name":"Ecommerce development","link":"https:\/\/ost.agency\/blog\/tag\/ecommerce-development\/"},"212":{"name":"SpeedOptimization","link":"https:\/\/ost.agency\/blog\/tag\/speedoptimization\/"}},"comments_number":"0","_links":{"self":[{"href":"https:\/\/ost.agency\/blog\/wp-json\/wp\/v2\/posts\/24858","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ost.agency\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ost.agency\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ost.agency\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ost.agency\/blog\/wp-json\/wp\/v2\/comments?post=24858"}],"version-history":[{"count":5,"href":"https:\/\/ost.agency\/blog\/wp-json\/wp\/v2\/posts\/24858\/revisions"}],"predecessor-version":[{"id":25328,"href":"https:\/\/ost.agency\/blog\/wp-json\/wp\/v2\/posts\/24858\/revisions\/25328"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ost.agency\/blog\/wp-json\/wp\/v2\/media\/25326"}],"wp:attachment":[{"href":"https:\/\/ost.agency\/blog\/wp-json\/wp\/v2\/media?parent=24858"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ost.agency\/blog\/wp-json\/wp\/v2\/categories?post=24858"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ost.agency\/blog\/wp-json\/wp\/v2\/tags?post=24858"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}