{"id":375,"date":"2012-02-16T15:59:33","date_gmt":"2012-02-16T15:59:33","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2012\/02\/16\/which-browser-runs-javascript-the-fastest\/"},"modified":"2020-01-03T10:03:47","modified_gmt":"2020-01-03T15:03:47","slug":"which-browser-runs-javascript-the-fastest","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/","title":{"rendered":"Which Browser runs JavaScript the Fastest?"},"content":{"rendered":"<p>We recently introduced a new feature in our Support Center, <strong>Autosuggested Articles<\/strong>. While you\u2019re <a ferh=\"https:\/\/www.inmotionhosting.com\/support\/questions\/ask-a-question\" target=\"_blank\" rel=\"noopener noreferrer\">typing in a question you\u2019d like our Community Support to answer<\/a>, we suggest a list of articles below your question that may help with getting you support.<\/p>\n<div style=\"text-align: justify;\"><a href=\"\/support\/wp-content\/uploads\/2012\/02\/website_website-troubleshooting_fastest-browser_new-autosuggest-feature.gif\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"609\" height=\"486\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/02\/website_website-troubleshooting_fastest-browser_new-autosuggest-feature.gif\" class=\"optimized-lcp-image\" alt=\"new-autosuggest-feature\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p style=\"padding-top: 0px; margin-top: 0px;\">Technically, every time a character is pressed, a JavaScript function is ran and attempts to find articles to list for you. This JavaScript function loops through quite a bit of data, but in our testing it ran relatively well.<\/p>\n<p>We did recently receive feedback from a user stating that this feature took 15+ seconds to run each time they typed in a character. During our troubleshooting of this issue, we decided to gather data on how long it takes each browser to execute our JavaScript function. We\u2019d like to share our results with you now.<\/p>\n<div style=\"clear: both;\"><\/div>\n<\/div>\n<h2>The Experiment<\/h2>\n<div class=\"article_list\" style=\"margin-top: -20px;\">\n<div style=\"float: left; width: 290px;\">\n<p>When running our test, we updated the Javascript code to keep track of how long it takes to run through the function, and then alert the time it took (in milliseconds).<\/p>\n<p>We typed in the search phrase \u201cwordpress plugin install search\u201d, and after each character we typed we logged how much time the JavaScript function took to find results.<\/p>\n<\/div>\n<div style=\"float: right; width: 230px;\">\n<p>Our tests were ran on a Windows 7 desktop with the following browsers:<\/p>\n<table class=\"article_table\">\n<tbody>\n<tr>\n<th>Browser<\/th>\n<th>Version<\/th>\n<\/tr>\n<tr>\n<td>Internet Explorer<\/td>\n<td>8<\/td>\n<\/tr>\n<tr>\n<td>FireFox<\/td>\n<td>10<\/td>\n<\/tr>\n<tr>\n<td>Chrome<\/td>\n<td>17<\/td>\n<\/tr>\n<tr>\n<td>Safari<\/td>\n<td>5<\/td>\n<\/tr>\n<tr>\n<td>Opera<\/td>\n<td>11<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div style=\"clear: both;\"><\/div>\n<\/div>\n<h2>The Results<\/h2>\n<p>Which browser ran our JavaScript code the fastest?<\/p>\n<p><strong>Opera.<\/strong><\/p>\n<p>Closely behind Opera were Chrome and Firefox, while Safari and Internet Explorer took much longer.<\/p>\n<table class=\"article_table\">\n<tbody>\n<tr>\n<th>Browser<\/th>\n<th>Rank<\/th>\n<th>Total JavaScript<br>\nrun time<\/th>\n<th>How much slower<br>\nthan Opera?<\/th>\n<\/tr>\n<tr>\n<td>Opera<\/td>\n<td>1st<\/td>\n<td>1684<\/td>\n<td>\u2013<\/td>\n<\/tr>\n<tr>\n<td>Chrome<\/td>\n<td>2nd<\/td>\n<td>1998<\/td>\n<td>19%<\/td>\n<\/tr>\n<tr>\n<td>Firefox<\/td>\n<td>3rd<\/td>\n<td>2194<\/td>\n<td>30%<\/td>\n<\/tr>\n<tr>\n<td>Safari<\/td>\n<td>4th<\/td>\n<td>6417<\/td>\n<td>281%<\/td>\n<\/tr>\n<tr>\n<td>Internet Explorer<\/td>\n<td>5th<\/td>\n<td>7912<\/td>\n<td>370%<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"\/support\/wp-content\/uploads\/2012\/02\/website_website-troubleshooting_fastest-browser_chart-which-browser-runs-javascript-the-fastest.gif\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" alt=\"chart-which-browser-runs-javascript-the-fastest\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/02\/website_website-troubleshooting_fastest-browser_chart-which-browser-runs-javascript-the-fastest.gif\" style=\"max-width: 400px;\" width=\"560\" height=\"313\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<\/div>\n<div>(click to see full size)<\/div>\n<p><strong>Raw Result Data<\/strong><br>\nThe table below lists the time in milliseconds each browser took to execute the JavaScript, along with the search phrase that was passed to the function.<\/p>\n<table class=\"article_table\">\n<tbody>\n<tr>\n<th>IE<\/th>\n<th>Chrome<\/th>\n<th>Firefox<\/th>\n<th>Safari<\/th>\n<th>Opera<\/th>\n<th>Our Search Phrase<\/th>\n<\/tr>\n<tr>\n<td>171<\/td>\n<td>60<\/td>\n<td>80<\/td>\n<td>166<\/td>\n<td>48<\/td>\n<td>w<\/td>\n<\/tr>\n<tr>\n<td>156<\/td>\n<td>80<\/td>\n<td>44<\/td>\n<td>163<\/td>\n<td>34<\/td>\n<td>wo<\/td>\n<\/tr>\n<tr>\n<td>156<\/td>\n<td>44<\/td>\n<td>45<\/td>\n<td>160<\/td>\n<td>33<\/td>\n<td>wor<\/td>\n<\/tr>\n<tr>\n<td>156<\/td>\n<td>44<\/td>\n<td>58<\/td>\n<td>165<\/td>\n<td>33<\/td>\n<td>word<\/td>\n<\/tr>\n<tr>\n<td>156<\/td>\n<td>46<\/td>\n<td>45<\/td>\n<td>161<\/td>\n<td>33<\/td>\n<td>wordp<\/td>\n<\/tr>\n<tr>\n<td>156<\/td>\n<td>46<\/td>\n<td>59<\/td>\n<td>160<\/td>\n<td>33<\/td>\n<td>wordpr<\/td>\n<\/tr>\n<tr>\n<td>172<\/td>\n<td>45<\/td>\n<td>45<\/td>\n<td>158<\/td>\n<td>32<\/td>\n<td>wordpre<\/td>\n<\/tr>\n<tr>\n<td>218<\/td>\n<td>58<\/td>\n<td>66<\/td>\n<td>188<\/td>\n<td>45<\/td>\n<td>wordpres<\/td>\n<\/tr>\n<tr>\n<td>214<\/td>\n<td>57<\/td>\n<td>58<\/td>\n<td>188<\/td>\n<td>44<\/td>\n<td>wordpress<\/td>\n<\/tr>\n<tr>\n<td>219<\/td>\n<td>58<\/td>\n<td>57<\/td>\n<td>192<\/td>\n<td>45<\/td>\n<td>wordpress (space)<\/td>\n<\/tr>\n<tr>\n<td>234<\/td>\n<td>61<\/td>\n<td>70<\/td>\n<td>195<\/td>\n<td>48<\/td>\n<td>wordpress p<\/td>\n<\/tr>\n<tr>\n<td>234<\/td>\n<td>61<\/td>\n<td>66<\/td>\n<td>194<\/td>\n<td>48<\/td>\n<td>wordpress pl<\/td>\n<\/tr>\n<tr>\n<td>235<\/td>\n<td>60<\/td>\n<td>64<\/td>\n<td>206<\/td>\n<td>48<\/td>\n<td>wordpress plu<\/td>\n<\/tr>\n<tr>\n<td>234<\/td>\n<td>61<\/td>\n<td>64<\/td>\n<td>191<\/td>\n<td>48<\/td>\n<td>wordpress plug<\/td>\n<\/tr>\n<tr>\n<td>234<\/td>\n<td>62<\/td>\n<td>60<\/td>\n<td>195<\/td>\n<td>47<\/td>\n<td>wordpress plugi<\/td>\n<\/tr>\n<tr>\n<td>249<\/td>\n<td>63<\/td>\n<td>70<\/td>\n<td>219<\/td>\n<td>51<\/td>\n<td>wordpress plugin<\/td>\n<\/tr>\n<tr>\n<td>250<\/td>\n<td>63<\/td>\n<td>65<\/td>\n<td>206<\/td>\n<td>51<\/td>\n<td>wordpress plugin (space)<\/td>\n<\/tr>\n<tr>\n<td>256<\/td>\n<td>63<\/td>\n<td>69<\/td>\n<td>205<\/td>\n<td>51<\/td>\n<td>wordpress plugin i<\/td>\n<\/tr>\n<tr>\n<td>250<\/td>\n<td>63<\/td>\n<td>65<\/td>\n<td>204<\/td>\n<td>51<\/td>\n<td>wordpress plugin in<\/td>\n<\/tr>\n<tr>\n<td>281<\/td>\n<td>67<\/td>\n<td>68<\/td>\n<td>219<\/td>\n<td>65<\/td>\n<td>wordpress plugin ins<\/td>\n<\/tr>\n<tr>\n<td>281<\/td>\n<td>66<\/td>\n<td>70<\/td>\n<td>209<\/td>\n<td>65<\/td>\n<td>wordpress plugin inst<\/td>\n<\/tr>\n<tr>\n<td>281<\/td>\n<td>65<\/td>\n<td>71<\/td>\n<td>210<\/td>\n<td>65<\/td>\n<td>wordpress plugin insta<\/td>\n<\/tr>\n<tr>\n<td>281<\/td>\n<td>66<\/td>\n<td>70<\/td>\n<td>212<\/td>\n<td>65<\/td>\n<td>wordpress plugin instal<\/td>\n<\/tr>\n<tr>\n<td>343<\/td>\n<td>77<\/td>\n<td>92<\/td>\n<td>247<\/td>\n<td>76<\/td>\n<td>wordpress plugin install<\/td>\n<\/tr>\n<tr>\n<td>327<\/td>\n<td>79<\/td>\n<td>91<\/td>\n<td>250<\/td>\n<td>76<\/td>\n<td>wordpress plugin install (space)<\/td>\n<\/tr>\n<tr>\n<td>374<\/td>\n<td>80<\/td>\n<td>93<\/td>\n<td>259<\/td>\n<td>80<\/td>\n<td>wordpress plugin install s<\/td>\n<\/tr>\n<tr>\n<td>359<\/td>\n<td>80<\/td>\n<td>100<\/td>\n<td>261<\/td>\n<td>73<\/td>\n<td>wordpress plugin install se<\/td>\n<\/tr>\n<tr>\n<td>359<\/td>\n<td>81<\/td>\n<td>96<\/td>\n<td>260<\/td>\n<td>74<\/td>\n<td>wordpress plugin install sea<\/td>\n<\/tr>\n<tr>\n<td>358<\/td>\n<td>81<\/td>\n<td>102<\/td>\n<td>259<\/td>\n<td>74<\/td>\n<td>wordpress plugin install sear<\/td>\n<\/tr>\n<tr>\n<td>359<\/td>\n<td>80<\/td>\n<td>95<\/td>\n<td>258<\/td>\n<td>74<\/td>\n<td>wordpress plugin install searc<\/td>\n<\/tr>\n<tr>\n<td>359<\/td>\n<td>81<\/td>\n<td>96<\/td>\n<td>257<\/td>\n<td>74<\/td>\n<td>wordpress plugin install search<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>We recently introduced a new feature in our Support Center, Autosuggested Articles. While you\u2019re typing in a question you\u2019d like our Community Support to answer, we suggest a list of articles below your question that may help with getting you support. Technically, every time a character is pressed, a JavaScript function is ran and attempts<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/\"> Read More ><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4346],"tags":[],"class_list":["post-375","post","type-post","status-publish","format-standard","hentry","category-website-design"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Which Browser runs JavaScript the Fastest? | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"While troubleshooting a problem with JavaScript running too slowly, we decided to gather data from each browser on how fast it ran a JavaScript function we wrote. In this article, we will share our results with you.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Which Browser runs JavaScript the Fastest? | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"While troubleshooting a problem with JavaScript running too slowly, we decided to gather data from each browser on how fast it ran a JavaScript function we wrote. In this article, we will share our results with you.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-02-16T15:59:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-03T15:03:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/02\/website_website-troubleshooting_fastest-browser_new-autosuggest-feature.gif\" \/>\n<meta name=\"author\" content=\"Brad Markle\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brad Markle\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/\"},\"author\":{\"name\":\"Brad Markle\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\"},\"headline\":\"Which Browser runs JavaScript the Fastest?\",\"datePublished\":\"2012-02-16T15:59:33+00:00\",\"dateModified\":\"2020-01-03T15:03:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/\"},\"wordCount\":391,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/02\/website_website-troubleshooting_fastest-browser_new-autosuggest-feature.gif\",\"articleSection\":[\"Website Design\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/\",\"name\":\"Which Browser runs JavaScript the Fastest? | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/02\/website_website-troubleshooting_fastest-browser_new-autosuggest-feature.gif\",\"datePublished\":\"2012-02-16T15:59:33+00:00\",\"dateModified\":\"2020-01-03T15:03:47+00:00\",\"description\":\"While troubleshooting a problem with JavaScript running too slowly, we decided to gather data from each browser on how fast it ran a JavaScript function we wrote. In this article, we will share our results with you.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/02\/website_website-troubleshooting_fastest-browser_new-autosuggest-feature.gif\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/02\/website_website-troubleshooting_fastest-browser_new-autosuggest-feature.gif\",\"width\":609,\"height\":486,\"caption\":\"new-autosuggest-feature\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Which Browser runs JavaScript the Fastest?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\",\"name\":\"Brad Markle\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Which Browser runs JavaScript the Fastest? | InMotion Hosting","description":"While troubleshooting a problem with JavaScript running too slowly, we decided to gather data from each browser on how fast it ran a JavaScript function we wrote. In this article, we will share our results with you.","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:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/","og_locale":"en_US","og_type":"article","og_title":"Which Browser runs JavaScript the Fastest? | InMotion Hosting","og_description":"While troubleshooting a problem with JavaScript running too slowly, we decided to gather data from each browser on how fast it ran a JavaScript function we wrote. In this article, we will share our results with you.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2012-02-16T15:59:33+00:00","article_modified_time":"2020-01-03T15:03:47+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/02\/website_website-troubleshooting_fastest-browser_new-autosuggest-feature.gif","type":"","width":"","height":""}],"author":"Brad Markle","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Brad Markle","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/"},"author":{"name":"Brad Markle","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf"},"headline":"Which Browser runs JavaScript the Fastest?","datePublished":"2012-02-16T15:59:33+00:00","dateModified":"2020-01-03T15:03:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/"},"wordCount":391,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/02\/website_website-troubleshooting_fastest-browser_new-autosuggest-feature.gif","articleSection":["Website Design"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/","name":"Which Browser runs JavaScript the Fastest? | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/02\/website_website-troubleshooting_fastest-browser_new-autosuggest-feature.gif","datePublished":"2012-02-16T15:59:33+00:00","dateModified":"2020-01-03T15:03:47+00:00","description":"While troubleshooting a problem with JavaScript running too slowly, we decided to gather data from each browser on how fast it ran a JavaScript function we wrote. In this article, we will share our results with you.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/02\/website_website-troubleshooting_fastest-browser_new-autosuggest-feature.gif","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/02\/website_website-troubleshooting_fastest-browser_new-autosuggest-feature.gif","width":609,"height":486,"caption":"new-autosuggest-feature"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/which-browser-runs-javascript-the-fastest\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Which Browser runs JavaScript the Fastest?"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf","name":"Brad Markle","url":"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/375","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=375"}],"version-history":[{"count":1,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/375\/revisions"}],"predecessor-version":[{"id":51446,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/375\/revisions\/51446"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=375"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=375"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=375"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}