Posts

Showing posts with the label speed test

Speed Test

Image
Speed Test for 1 Million Text Updates This awesome speed test will test the amount of time it takes for 1 Million Text Updates on your device. I recommend trying this multiple times and on multiple devices to see the varying results. *Featured Code Created by  Calvin Click here to Run Speed Test Source Code HTML with CSS, JavaScript and JQUERY <html>     <head>         <title>Page Title</title>         <script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>                      <style>             html, body {     min-height: 100%; } body {     margin: 0;      min-height: 100vh; } body {     font-family: Arial; } #main {     margin: 5%;     padding: 2%; ...