{"id":2218,"date":"2017-01-05T16:06:04","date_gmt":"2017-01-05T15:06:04","guid":{"rendered":"https:\/\/denbeke.be\/blog\/?p=2218"},"modified":"2017-01-05T16:09:31","modified_gmt":"2017-01-05T15:09:31","slug":"benchmarking-a-baremetal-scaleway-server","status":"publish","type":"post","link":"https:\/\/denbeke.be\/blog\/servers\/benchmarking-a-baremetal-scaleway-server\/","title":{"rendered":"Benchmarking a baremetal Scaleway server"},"content":{"rendered":"<p>This week I needed database (RDBMS) and PHP (frameworks) benchmarks for the <a href=\"https:\/\/www.scaleway.com\/pricing\/#pricing_baremetal\" target=\"_blank\">Scaleway C2M<\/a> server. Whilst doing so, I thought it would be useful to fully benchmark the server and share it in a blogpost.<\/p>\n<h3 id=\"cpu-memory\">CPU &amp; Memory<\/h3>\n<p>I tested the dedicated server (C2M) with 8 cores, 16GB ram and 50GB storage (running Ubuntu 16). At the time of writing, this server costs 17,99 euro\/month.<br \/>\nThis baremetal box runs an <a href=\"http:\/\/ark.intel.com\/nl\/products\/77987\/Intel-Atom-Processor-C2750-4M-Cache-2_40-GHz\" target=\"_blank\">Intel Atom C2750<\/a> processor clocked at 2.4GHz<\/p>\n<h4 id=\"geekbench\">Geekbench<\/h4>\n<p><a href=\"http:\/\/geekbench.com\/\">Geekbench 4<\/a> scores:<\/p>\n<table>\n<thead>\n<tr class=\"header\">\n<th align=\"left\">Single-Core Score<\/th>\n<th align=\"left\">Multi-Core Score<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr class=\"odd\">\n<td align=\"left\">1187<\/td>\n<td align=\"left\">6031<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>De detailed Geekbench result can be found here: <a href=\"https:\/\/browser.geekbench.com\/v4\/cpu\/1517949\" target=\"_blank\">Scaleway C2M<\/a><\/p>\n<h4 id=\"sysbench\">SysBench<\/h4>\n<p>Multi-Core <a href=\"https:\/\/github.com\/akopytov\/sysbench\" target=\"_blank\">SysBench<\/a> CPU benchmark:<\/p>\n<pre><code>Test execution summary:\r\n    total time:                          5.7415s\r\n    total number of events:              10000\r\n    total time taken by event execution: 45.8982\r\n    per-request statistics:\r\n        min:                                  4.59ms\r\n        avg:                                  4.59ms\r\n        max:                                 10.45ms\r\n        approx.  95 percentile:               4.59ms\r\n\r\nThreads fairness:\r\n    events (avg\/stddev):           1250.0000\/1.12\r\n    execution time (avg\/stddev):   5.7373\/0.00<\/code><\/pre>\n<h3 id=\"mysql-database-performance\">MySQL database performance<\/h3>\n<p>MySQL performance benchmarks using SysBench on a test database with respectively 1M and 10M records:<\/p>\n<table>\n<thead>\n<tr class=\"header\">\n<th align=\"right\">MySQL Benchmark<\/th>\n<th align=\"right\">Transactions<\/th>\n<th align=\"right\">Transactions\/s<\/th>\n<th align=\"right\">Records<\/th>\n<th align=\"right\">Time (s)<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr class=\"odd\">\n<td align=\"right\">1<\/td>\n<td align=\"right\">36528<\/td>\n<td align=\"right\">608,73<\/td>\n<td align=\"right\">1000000<\/td>\n<td align=\"right\">60,0072<\/td>\n<\/tr>\n<tr class=\"even\">\n<td align=\"right\">2<\/td>\n<td align=\"right\">41212<\/td>\n<td align=\"right\">686,29<\/td>\n<td align=\"right\">1000000<\/td>\n<td align=\"right\">60,0500<\/td>\n<\/tr>\n<tr class=\"odd\">\n<td align=\"right\">3<\/td>\n<td align=\"right\">27503<\/td>\n<td align=\"right\">458,34<\/td>\n<td align=\"right\">10000000<\/td>\n<td align=\"right\">60,0054<\/td>\n<\/tr>\n<tr class=\"even\">\n<td align=\"right\">4<\/td>\n<td align=\"right\">34156<\/td>\n<td align=\"right\">569,19<\/td>\n<td align=\"right\">10000000<\/td>\n<td align=\"right\">60,0078<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3><a href=\"https:\/\/denbeke.be\/blog\/servers\/benchmarking-a-baremetal-scaleway-server\/attachment\/scaleway-mysql-database-benchmark\/\" rel=\"attachment wp-att-2220\"><img loading=\"lazy\" class=\"aligncenter wp-image-2220 \" src=\"https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-MySQL-database-benchmark.png\" alt=\"Scaleway MySQL database benchmark\" width=\"317\" height=\"240\" srcset=\"https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-MySQL-database-benchmark.png 750w, https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-MySQL-database-benchmark-300x227.png 300w\" sizes=\"(max-width: 317px) 100vw, 317px\" \/><\/a><\/h3>\n<h3 id=\"php-frameworks-performance\">PHP frameworks performance<\/h3>\n<p>PHP requests per seconds using Apache 2 and a simple controller in the given framework (using <a href=\"https:\/\/github.com\/kenjis\/php-framework-benchmark\" target=\"_blank\">PHP Framework Benchmark<\/a>):<\/p>\n<table>\n<thead>\n<tr class=\"header\">\n<th align=\"right\">Benchmark<br \/>\n(requests\/s)<\/th>\n<th align=\"right\">bear-1.0<\/th>\n<th align=\"right\">fuel-1.8<\/th>\n<th align=\"right\">symfony-2.7<\/th>\n<th align=\"right\">symfony-3.0<\/th>\n<th align=\"right\">laravel-5.2<\/th>\n<th align=\"right\">lumen-5.1<\/th>\n<th align=\"right\">zf-2.5<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr class=\"odd\">\n<td align=\"right\">1<\/td>\n<td align=\"right\">350,27<\/td>\n<td align=\"right\">889,72<\/td>\n<td align=\"right\">39,57<\/td>\n<td align=\"right\">356,89<\/td>\n<td align=\"right\">294,87<\/td>\n<td align=\"right\">1239,55<\/td>\n<td align=\"right\">143,75<\/td>\n<\/tr>\n<tr class=\"even\">\n<td align=\"right\">2<\/td>\n<td align=\"right\">512,64<\/td>\n<td align=\"right\">926,63<\/td>\n<td align=\"right\">125,72<\/td>\n<td align=\"right\">373,66<\/td>\n<td align=\"right\">321,85<\/td>\n<td align=\"right\">1246,79<\/td>\n<td align=\"right\">154,66<\/td>\n<\/tr>\n<tr class=\"odd\">\n<td align=\"right\">3<\/td>\n<td align=\"right\">472,75<\/td>\n<td align=\"right\">932,44<\/td>\n<td align=\"right\">124,33<\/td>\n<td align=\"right\">381,75<\/td>\n<td align=\"right\">326,33<\/td>\n<td align=\"right\">1233,77<\/td>\n<td align=\"right\">155,71<\/td>\n<\/tr>\n<tr class=\"even\">\n<td align=\"right\">4<\/td>\n<td align=\"right\">569,57<\/td>\n<td align=\"right\">927,51<\/td>\n<td align=\"right\">124,47<\/td>\n<td align=\"right\">380,31<\/td>\n<td align=\"right\">321,88<\/td>\n<td align=\"right\">1254,69<\/td>\n<td align=\"right\">153,92<\/td>\n<\/tr>\n<tr class=\"odd\">\n<td align=\"right\">avg<\/td>\n<td align=\"right\">476,3075<\/td>\n<td align=\"right\">919,075<\/td>\n<td align=\"right\">103,5225<\/td>\n<td align=\"right\">373,1525<\/td>\n<td align=\"right\">316,2325<\/td>\n<td align=\"right\">1243,7<\/td>\n<td align=\"right\">152,01<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3><\/h3>\n<p><a href=\"https:\/\/denbeke.be\/blog\/servers\/benchmarking-a-baremetal-scaleway-server\/attachment\/scaleway-php-frameworks-benchmark\/\" rel=\"attachment wp-att-2223\"><img loading=\"lazy\" class=\"aligncenter wp-image-2223 \" src=\"https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-PHP-frameworks-benchmark-1024x603.png\" alt=\"Scaleway PHP frameworks benchmark\" width=\"501\" height=\"295\" srcset=\"https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-PHP-frameworks-benchmark-1024x603.png 1024w, https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-PHP-frameworks-benchmark-300x177.png 300w, https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-PHP-frameworks-benchmark-768x452.png 768w, https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-PHP-frameworks-benchmark.png 1256w\" sizes=\"(max-width: 501px) 100vw, 501px\" \/><\/a><\/p>\n<h3 id=\"network-speed\">Network speed<\/h3>\n<p>Network speed tested with <a href=\"http:\/\/speedtest.net\" target=\"_blank\">Speedtest.net<\/a> to different locations around the world:<\/p>\n<table>\n<thead>\n<tr class=\"header\">\n<th align=\"left\">Speedtest<\/th>\n<th align=\"left\"><\/th>\n<th align=\"right\">Ping (ms)<\/th>\n<th align=\"right\">Download (Mbps)<\/th>\n<th align=\"right\">Upload (Mbps)<\/th>\n<th align=\"right\">Distance (Km)<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr class=\"odd\">\n<td align=\"left\">France<\/td>\n<td align=\"left\">Paris<\/td>\n<td align=\"right\">2,126<\/td>\n<td align=\"right\">933,77<\/td>\n<td align=\"right\">450,86<\/td>\n<td align=\"right\">1,88<\/td>\n<\/tr>\n<tr class=\"even\">\n<td align=\"left\">Netherlands<\/td>\n<td align=\"left\">Haarlem<\/td>\n<td align=\"right\">12,643<\/td>\n<td align=\"right\">803,83<\/td>\n<td align=\"right\">313,28<\/td>\n<td align=\"right\">423,92<\/td>\n<\/tr>\n<tr class=\"odd\">\n<td align=\"left\">Russia<\/td>\n<td align=\"left\">Moscow<\/td>\n<td align=\"right\">61,75<\/td>\n<td align=\"right\">316,53<\/td>\n<td align=\"right\">126,94<\/td>\n<td align=\"right\">2487,01<\/td>\n<\/tr>\n<tr class=\"even\">\n<td align=\"left\">United States<\/td>\n<td align=\"left\">New York<\/td>\n<td align=\"right\">131,036<\/td>\n<td align=\"right\">146,30<\/td>\n<td align=\"right\">41,29<\/td>\n<td align=\"right\">5836,26<\/td>\n<\/tr>\n<tr class=\"odd\">\n<td align=\"left\">United Arab Emirates<\/td>\n<td align=\"left\">Dubai<\/td>\n<td align=\"right\">160,098<\/td>\n<td align=\"right\">98,37<\/td>\n<td align=\"right\">29,97<\/td>\n<td align=\"right\">5246,32<\/td>\n<\/tr>\n<tr class=\"even\">\n<td align=\"left\">United States<\/td>\n<td align=\"left\">San Francisco<\/td>\n<td align=\"right\">191,342<\/td>\n<td align=\"right\">99,96<\/td>\n<td align=\"right\">49,63<\/td>\n<td align=\"right\">8952,54<\/td>\n<\/tr>\n<tr class=\"odd\">\n<td align=\"left\">Singapore<\/td>\n<td align=\"left\">Singapore<\/td>\n<td align=\"right\">233,212<\/td>\n<td align=\"right\">35,85<\/td>\n<td align=\"right\">28,26<\/td>\n<td align=\"right\">10732,95<\/td>\n<\/tr>\n<tr class=\"even\">\n<td align=\"left\">Australia<\/td>\n<td align=\"left\">Sydney<\/td>\n<td align=\"right\">365,136<\/td>\n<td align=\"right\">52,51<\/td>\n<td align=\"right\">19,59<\/td>\n<td align=\"right\">16960,81<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><a href=\"https:\/\/denbeke.be\/blog\/servers\/benchmarking-a-baremetal-scaleway-server\/attachment\/scaleway-latency-ping-global-benchmark\/\" rel=\"attachment wp-att-2221\"><br \/>\n<\/a><a href=\"https:\/\/denbeke.be\/blog\/servers\/benchmarking-a-baremetal-scaleway-server\/attachment\/scaleway-latency-ping-global-benchmark\/\" rel=\"attachment wp-att-2221\"><img loading=\"lazy\" class=\"aligncenter wp-image-2221 \" src=\"https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-latency-ping-global-benchmark-1024x681.png\" alt=\"Scaleway latency ping global benchmark\" width=\"453\" height=\"302\" srcset=\"https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-latency-ping-global-benchmark-1024x681.png 1024w, https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-latency-ping-global-benchmark-300x200.png 300w, https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-latency-ping-global-benchmark-768x511.png 768w, https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-latency-ping-global-benchmark.png 1142w\" sizes=\"(max-width: 453px) 100vw, 453px\" \/><\/a><\/p>\n<p><a href=\"https:\/\/denbeke.be\/blog\/servers\/benchmarking-a-baremetal-scaleway-server\/attachment\/scaleway-latency-ping-global-benchmark\/\" rel=\"attachment wp-att-2221\"><img loading=\"lazy\" class=\"aligncenter wp-image-2222 \" src=\"https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-global-network-connectivity-speed.png\" alt=\"Scaleway global network connectivity speed\" width=\"421\" height=\"313\" srcset=\"https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-global-network-connectivity-speed.png 1018w, https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-global-network-connectivity-speed-300x223.png 300w, https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-global-network-connectivity-speed-768x572.png 768w\" sizes=\"(max-width: 421px) 100vw, 421px\" \/><\/a><\/p>\n<h3 id=\"disk\">Disk<\/h3>\n<h4 id=\"freevps.us-benchmark\">FreeVPS.us benchmark<\/h4>\n<p>Disk I\/O benchmark with <a href=\"https:\/\/freevps.us\/downloads\/bench.sh\" target=\"_blank\">freevps.us<\/a>:<\/p>\n<table>\n<thead>\n<tr class=\"header\">\n<th align=\"right\">#<\/th>\n<th align=\"right\">I\/O speed<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr class=\"odd\">\n<td align=\"right\">1<\/td>\n<td align=\"right\">106 MB\/s<\/td>\n<\/tr>\n<tr class=\"even\">\n<td align=\"right\">2<\/td>\n<td align=\"right\">136 MB\/s<\/td>\n<\/tr>\n<tr class=\"odd\">\n<td align=\"right\">3<\/td>\n<td align=\"right\">88 MB\/s<\/td>\n<\/tr>\n<tr class=\"even\">\n<td align=\"right\">avg<\/td>\n<td align=\"right\">110 MB\/s<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"vpsbench\">vpsbench<\/h4>\n<p>Disk I\/O benchmark with <a href=\"https:\/\/github.com\/mgutz\/vpsbench\" target=\"_blank\">vpsbench<\/a>:<\/p>\n<table>\n<thead>\n<tr class=\"header\">\n<th align=\"right\">#<\/th>\n<th align=\"right\">I\/O speed<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr class=\"odd\">\n<td align=\"right\">1<\/td>\n<td align=\"right\">153 MB\/s<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"sysbench-1\">SysBench<\/h4>\n<p>Disk I\/O benchmark with Sysbench:<\/p>\n<pre><code>Extra file open flags: 0\r\n128 files, 320Mb each\r\n40Gb total file size\r\nBlock size 16Kb\r\nNumber of random requests for random IO: 0\r\nRead\/Write ratio for combined random IO test: 1.50\r\nPeriodic FSYNC enabled, calling fsync() each 100 requests.\r\nCalling fsync() at the end of test, Enabled.\r\nUsing synchronous I\/O mode\r\nDoing random r\/w test\r\nThreads started!\r\nTime limit exceeded, exiting...\r\nDone.\r\n\r\nOperations performed:  73500 Read, 49000 Write, 156744 Other = 279244 Total\r\nRead 1.1215Gb  Written 765.62Mb  Total transferred 1.8692Gb  (6.3795Mb\/sec)\r\n  408.29 Requests\/sec executed\r\n\r\nTest execution summary:\r\n    total time:                          300.0315s\r\n    total number of events:              122500\r\n    total time taken by event execution: 42.8032\r\n    per-request statistics:\r\n         min:                                  0.00ms\r\n         avg:                                  0.35ms\r\n         max:                                 11.18ms\r\n         approx.  95 percentile:               1.07ms\r\n\r\nThreads fairness:\r\n    events (avg\/stddev):           122500.0000\/0.00\r\n    execution time (avg\/stddev):   42.8032\/0.00<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>This week I needed database (RDBMS) and PHP (frameworks) benchmarks for the Scaleway C2M server. Whilst doing so, I thought it would be useful to fully benchmark the server and share it in a blogpost. CPU &amp; Memory I tested the dedicated server (C2M) with 8 cores, 16GB ram and 50GB storage (running Ubuntu 16). [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[227],"tags":[276,240,215,186,196],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v15.6.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Benchmarking a baremetal Scaleway server &ndash; DenBeke<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/denbeke.be\/blog\/servers\/benchmarking-a-baremetal-scaleway-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Benchmarking a baremetal Scaleway server &ndash; DenBeke\" \/>\n<meta property=\"og:description\" content=\"This week I needed database (RDBMS) and PHP (frameworks) benchmarks for the Scaleway C2M server. Whilst doing so, I thought it would be useful to fully benchmark the server and share it in a blogpost. CPU &amp; Memory I tested the dedicated server (C2M) with 8 cores, 16GB ram and 50GB storage (running Ubuntu 16). [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/denbeke.be\/blog\/servers\/benchmarking-a-baremetal-scaleway-server\/\" \/>\n<meta property=\"og:site_name\" content=\"DenBeke\" \/>\n<meta property=\"article:published_time\" content=\"2017-01-05T15:06:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-01-05T15:09:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-MySQL-database-benchmark.png\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<meta name=\"twitter:creator\" content=\"@MthsBk\" \/>\n<meta name=\"twitter:site\" content=\"@MthsBk\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data1\" content=\"2 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/denbeke.be\/blog\/#website\",\"url\":\"https:\/\/denbeke.be\/blog\/\",\"name\":\"DenBeke\",\"description\":\"Mathias Beke\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/denbeke.be\/blog\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/denbeke.be\/blog\/servers\/benchmarking-a-baremetal-scaleway-server\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/denbeke.be\/blog\/wp-content\/uploads\/2017\/01\/Scaleway-MySQL-database-benchmark.png\",\"width\":750,\"height\":568},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/denbeke.be\/blog\/servers\/benchmarking-a-baremetal-scaleway-server\/#webpage\",\"url\":\"https:\/\/denbeke.be\/blog\/servers\/benchmarking-a-baremetal-scaleway-server\/\",\"name\":\"Benchmarking a baremetal Scaleway server &ndash; DenBeke\",\"isPartOf\":{\"@id\":\"https:\/\/denbeke.be\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/denbeke.be\/blog\/servers\/benchmarking-a-baremetal-scaleway-server\/#primaryimage\"},\"datePublished\":\"2017-01-05T15:06:04+00:00\",\"dateModified\":\"2017-01-05T15:09:31+00:00\",\"author\":{\"@id\":\"https:\/\/denbeke.be\/blog\/#\/schema\/person\/386878f712fe3fe22227216f087772dc\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/denbeke.be\/blog\/servers\/benchmarking-a-baremetal-scaleway-server\/\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/denbeke.be\/blog\/#\/schema\/person\/386878f712fe3fe22227216f087772dc\",\"name\":\"Mathias Beke\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/denbeke.be\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/015ba35e6ce4f5859e3888ca99807575?s=96&d=mm&r=g\",\"caption\":\"Mathias Beke\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/denbeke.be\/blog\/wp-json\/wp\/v2\/posts\/2218"}],"collection":[{"href":"https:\/\/denbeke.be\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/denbeke.be\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/denbeke.be\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/denbeke.be\/blog\/wp-json\/wp\/v2\/comments?post=2218"}],"version-history":[{"count":6,"href":"https:\/\/denbeke.be\/blog\/wp-json\/wp\/v2\/posts\/2218\/revisions"}],"predecessor-version":[{"id":2228,"href":"https:\/\/denbeke.be\/blog\/wp-json\/wp\/v2\/posts\/2218\/revisions\/2228"}],"wp:attachment":[{"href":"https:\/\/denbeke.be\/blog\/wp-json\/wp\/v2\/media?parent=2218"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/denbeke.be\/blog\/wp-json\/wp\/v2\/categories?post=2218"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/denbeke.be\/blog\/wp-json\/wp\/v2\/tags?post=2218"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}