{"id":575286,"date":"2015-03-11T09:32:36","date_gmt":"2015-03-11T09:32:36","guid":{"rendered":"http:\/\/wpml.org\/?post_type=faq&#038;p=575286"},"modified":"2024-08-01T07:29:19","modified_gmt":"2024-08-01T07:29:19","slug":"how-to-debug-performance-problems","status":"publish","type":"faq","link":"https:\/\/wpml.org\/es\/faq\/how-to-debug-performance-problems\/","title":{"rendered":"How can I debug performance problems?"},"content":{"rendered":"<p class=\"lead\" style=\"text-align: left;\">You can debug performance problems by analyzing your database queries using a plugin like Debug Bar and its Sort Queries add-on.<\/p>\n<h2>What is the Debug Bar plugin?<\/h2>\n<p>The <a href=\"https:\/\/wordpress.org\/plugins\/debug-bar\/\" target=\"_blank\" rel=\"noopener\">Debug Bar <\/a>and <a href=\"https:\/\/github.com\/5um17\/debug-bar-sort-queries\" target=\"_blank\" rel=\"noopener\">Sort Queries add-on<\/a> lets you see a detailed breakdown of the queries running on every page of your site. By analyzing these queries, you can identify which pages slow down your site.<\/p>\n<h2>How can I install the Debug Bar plugin?<\/h2>\n<p>You can install the <strong>Debug Bar<\/strong> plugin via the <strong>Plugins <\/strong>page in your WordPress admin.<\/p>\n<figure id=\"attachment_11432687\" aria-describedby=\"caption-attachment-11432687\" style=\"width: 1024px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-install-debug-bar-1.png\"><img decoding=\"async\" class=\"size-large wp-image-11432687\" src=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-install-debug-bar-1-1024x543.png\" alt=\"\" width=\"1024\" height=\"543\" srcset=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-install-debug-bar-1-1024x543.png 1024w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-install-debug-bar-1-300x159.png 300w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-install-debug-bar-1-150x80.png 150w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-install-debug-bar-1-768x407.png 768w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-install-debug-bar-1.png 1464w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption id=\"caption-attachment-11432687\" class=\"wp-caption-text\">Installing the Debug Bar plugin<\/figcaption><\/figure>\n<p>To install the Sort Queries add-on, <a href=\"https:\/\/github.com\/5um17\/debug-bar-sort-queries\/archive\/refs\/heads\/main.zip\">download its file<\/a> and upload it to your site.<\/p>\n<h2>Disable Xdebug<\/h2>\n<p>If you&#8217;re using Xdebug, make sure to disable it before you start with performance testing. Xdebug will cause significant load on your server and alter the results.<\/p>\n<p>To disable Xdebug, remove the directive below from your <strong>php.ini<\/strong> file or <strong>conf.d\/xdebug.ini<\/strong>\u00a0file:<\/p>\n<p><code>zend_extension=xdebug.so<\/code><\/p>\n<p>This is how the <strong>phpinfo<\/strong> file should look like when Xdebug is not running:<\/p>\n<figure id=\"attachment_763401\" aria-describedby=\"caption-attachment-763401\" style=\"width: 1024px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/phpinfo-no-xdebug.png\"><img decoding=\"async\" class=\"wp-image-763401 size-large\" src=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/phpinfo-no-xdebug-1024x109.png\" alt=\"phpinfo when Xdebug is not running (good for performance benchmarking)\" width=\"1024\" height=\"109\" srcset=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/phpinfo-no-xdebug-1024x109.png 1024w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/phpinfo-no-xdebug-150x16.png 150w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/phpinfo-no-xdebug-300x32.png 300w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/phpinfo-no-xdebug.png 1124w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption id=\"caption-attachment-763401\" class=\"wp-caption-text\">phpinfo when Xdebug is not running (good for performance benchmarking)<\/figcaption><\/figure>\n<p>As soon as this does not contain any reference to Xdebug, you can be sure it\u2019s turned off.<br \/>\nWhether or not other sections of this <strong>phpinfo<\/strong> file contain references to Xdebug is not important, so long as it is not shown as a loaded extension at the top.<\/p>\n<h2>How can I configure the Debug Bar?<\/h2>\n<p>The Debug Bar has a couple of debugging options:<\/p>\n<ul>\n<li><code>WP_DEBUG<\/code> \u2013 to identify problems in your code and track PHP Warnings and Notices<\/li>\n<li><code>SAVEQUERIES<\/code> \u2013 to identify any performance issues on your site and to track and display MYSQL queries.<\/li>\n<\/ul>\n<p>To enable these options:<\/p>\n<ol>\n<li>Open your <strong>wp-config.php <\/strong>file.<\/li>\n<li>Scroll down to the line that says <code>\/* That\u2019s all, stop editing! Happy blogging. *\/<\/code>.<\/li>\n<li>Enter the following code:<\/li>\n<\/ol>\n<p><code>define( 'WP_DEBUG', true );<br \/>\ndefine( 'SAVEQUERIES', true );<\/code><\/p>\n<h2>How to debug a page?<\/h2>\n<p>While logged in as admin, visit any page you feel is causing your site to run slowly. Then, from the top admin bar click on <strong>Debug \u2192 Queries<\/strong>.<\/p>\n<figure id=\"attachment_11432717\" aria-describedby=\"caption-attachment-11432717\" style=\"width: 1024px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-debug-queries-1.png\"><img decoding=\"async\" class=\"size-large wp-image-11432717\" src=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-debug-queries-1-1024x472.png\" alt=\"\" width=\"1024\" height=\"472\" srcset=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-debug-queries-1-1024x472.png 1024w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-debug-queries-1-300x138.png 300w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-debug-queries-1-150x69.png 150w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-debug-queries-1-768x354.png 768w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-debug-queries-1-1536x707.png 1536w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-debug-queries-1.png 1954w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption id=\"caption-attachment-11432717\" class=\"wp-caption-text\">Accessing Debug Queries from the top admin bar<\/figcaption><\/figure>\n<p>A screen with the debug information will open.<\/p>\n<p><a href=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-queries-screen-1.png\"><img decoding=\"async\" class=\"aligncenter size-large wp-image-11432767\" src=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-queries-screen-1-1024x589.png\" alt=\"\" width=\"1024\" height=\"589\" srcset=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-queries-screen-1-1024x589.png 1024w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-queries-screen-1-300x172.png 300w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-queries-screen-1-150x86.png 150w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-queries-screen-1-768x441.png 768w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-queries-screen-1-1536x883.png 1536w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-queries-screen-1-2048x1177.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/p>\n<p>To debug your page, look for:<\/p>\n<ul>\n<li><strong>Slow queries<\/strong> \u2013 a query with an execution time of 50-60 milliseconds.<\/li>\n<li><strong>Repeating queries <\/strong>\u2013 multiple queries that take a long time to complete.<\/li>\n<\/ul>\n<p>To see which plugin or theme a query is coming from, look at the call stack in the second line of each query. In the example below, the query is coming from WPML:<\/p>\n<p><a href=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-wpml-query-time-1.png\"><img decoding=\"async\" class=\"aligncenter size-large wp-image-11432811\" src=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-wpml-query-time-1-1024x531.png\" alt=\"\" width=\"1024\" height=\"531\" srcset=\"https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-wpml-query-time-1-1024x531.png 1024w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-wpml-query-time-1-300x156.png 300w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-wpml-query-time-1-150x78.png 150w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-wpml-query-time-1-768x398.png 768w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-wpml-query-time-1-1536x797.png 1536w, https:\/\/wpml.org\/wp-content\/uploads\/2015\/03\/wpml-debug-bar-wpml-query-time-1.png 1932w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/p>\n<p>If you identify queries related to WPML or its add-on plugins, write down:<\/p>\n<ul>\n<li>The SQL query<\/li>\n<li>The call stack in the next line of query<\/li>\n<li>The query execution time<\/li>\n<\/ul>\n<p>When opening a support ticket, provide this data to your supporter.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You can debug performance issues using a plugin like Debug Bar, which provides a detailed breakdown of database queries to help pinpoint slow pages and bottlenecks, visible only to admins.<\/p>\n","protected":false},"author":2,"featured_media":0,"menu_order":30,"template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"_uag_custom_page_level_css":"","ep_exclude_from_search":false,"footnotes":""},"faq-category":[26133],"class_list":["post-575286","faq","type-faq","status-publish","hentry","faq-tags-performance","faq-category-troubleshooting"],"spectra_custom_meta":{"_edit_lock":["1728032740:609223"],"_edit_last":["578773"],"_alp_processed":["1722497360"],"_views_template":["0"],"_icl_translator_note":[""],"_wpml_media_duplicate":["0"],"_wpml_media_featured":["1"],"_wpml_word_count":["468"],"_subscription_coupon_product_id":["0"],"inline_featured_image":["0"],"_yoast_wpseo_content_score":["90"],"_wpv_contains_gutenberg_views":[""],"_wpml_location_migration_done":["1"],"_oembed_b9ed4048f72ad6c7db9e194b36b2ddd7":["<iframe title=\"Add a Custom Language in WPML\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/gbdbEOQA0Kw?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_b9ed4048f72ad6c7db9e194b36b2ddd7":["1608075482"],"faq_order":["10"],"wpcf-faq-category":["4"],"_oembed_6fb427da043bf71e85cff9f56216345b":["<iframe title=\"Using WPML to translate your pages built with Elementor.\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/uyeK177B9aM?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_6fb427da043bf71e85cff9f56216345b":["1611077500"],"_oembed_4ba9cd2220e447854339cd9ed2c0e9c3":["{{unknown}}"],"_oembed_8f7288ccd1228336cd0cbad12f165507":["{{unknown}}"],"_oembed_04672037d297fb913f8091d3b85bc970":["{{unknown}}"],"_oembed_1e02e02ee671c61d8638766a0ee1cb8e":["<iframe title=\"WPML Advanced Translation Editor\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/TmmyU6MtXY8?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_1e02e02ee671c61d8638766a0ee1cb8e":["1612266096"],"_oembed_085e890236af876c824fa92e59328670":["<iframe title=\"Translating Menus in WPML\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/aFQuEGQs19c?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_085e890236af876c824fa92e59328670":["1614100736"],"_oembed_bb1b191ac01b88ca66d2e8506a6c7792":["<iframe title=\"How to find a WPML Email with your Account Information\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/FD42SGp2h3U?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_bb1b191ac01b88ca66d2e8506a6c7792":["1615814105"],"_oembed_3c7c2eadda30e5cd20633b03d2e82d05":["<iframe title=\"Using WPML to translate pages built with Beaver Builder\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/xuDDhjFbyFg?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_3c7c2eadda30e5cd20633b03d2e82d05":["1619461261"],"_oembed_d57b405cf947e9517036c2d49e382073":["{{unknown}}"],"_oembed_9596c0d9095e7ce9cc90624324ef4422":["<iframe title=\"Duplicator For WordPress Quick Overview\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/yZ7pHmR9JC8?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_9596c0d9095e7ce9cc90624324ef4422":["1633099806"],"_oembed_12570cf8030926800bac0f1584e1e153":["<iframe title=\"How to use the backup wizard in cpanel\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/eS-tCkc-gm0?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_12570cf8030926800bac0f1584e1e153":["1633099806"],"_oembed_1c0ef2e069ab1e666be8a1bac83a42ee":["{{unknown}}"],"_oembed_e9018e6807d31b4505b7ad464275fdce":["<iframe title=\"How to copy multiple accounts from another server to your WHM server using SSH\" width=\"525\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/C6ro9h0qowU?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_e9018e6807d31b4505b7ad464275fdce":["1633099806"],"_oembed_9052213bd50132682bbabb79e50bace9":["<iframe title=\"How to use FTP to upload files to WordPress for Beginners\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/_nDQz1JQfYA?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_9052213bd50132682bbabb79e50bace9":["1633099806"],"_oembed_cfcc8d32f359dd000173b240cccb4392":["{{unknown}}"],"_oembed_d617e060b7133aea5401c0d73edbabae":["<iframe title=\"Using WPML to easily translate pages you build visually\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/AzxsHDjMA48?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_d617e060b7133aea5401c0d73edbabae":["1635358978"],"_oembed_8b192c37df925cacb831b3922e69595d":["<iframe title=\"Using WPML To Translate Pages Built With Fusion Builder (Avada Theme)\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/_bNqjjBPdGA?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_8b192c37df925cacb831b3922e69595d":["1635358978"],"_oembed_fa81f4fedbb9b5b7aa27d2b1362e6e14":["<iframe title=\"Translating a WooCommerce product with WPML 3.4\" width=\"525\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/4if5anyCUtE?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_fa81f4fedbb9b5b7aa27d2b1362e6e14":["1635358979"],"_oembed_4c3dc0eb9d36c126f0727da4f6e83a81":["{{unknown}}"],"_oembed_f56bf1c5a64a315a94e4cbf7a197b2b0":["<iframe title=\"Integration between Astra theme and Toolset\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/z0GrsNVmFjo?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_f56bf1c5a64a315a94e4cbf7a197b2b0":["1648198714"],"_yoast_wpseo_estimated-reading-time-minutes":["8"],"_oembed_0a9b7c0e350cccf75658aa2dcf88ed85":["<iframe title=\"How to migrate from a custom database into WordPress\" width=\"700\" height=\"394\" src=\"https:\/\/www.youtube.com\/embed\/2PIChT5T0oQ?feature=oembed&enablejsapi=1&origin=https:\/\/wpml.org\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>"],"_oembed_time_0a9b7c0e350cccf75658aa2dcf88ed85":["1663285600"],"_yoast_wpseo_wordproof_timestamp":[""],"_yoast_wpseo_primary_faq-category":[""],"cmplz_hide_cookiebanner":[""],"_uag_css_file_name":["uag-css-575286.css"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"gform-image-choice-sm":false,"gform-image-choice-md":false,"gform-image-choice-lg":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"Amir","author_link":"https:\/\/wpml.org\/es\/author\/amir\/"},"uagb_comment_info":0,"uagb_excerpt":"You can debug performance issues using a plugin like Debug Bar, which provides a detailed breakdown of database queries to help pinpoint slow pages and bottlenecks, visible only to admins.","_links":{"self":[{"href":"https:\/\/wpml.org\/es\/wp-json\/wp\/v2\/faq\/575286","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpml.org\/es\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/wpml.org\/es\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/wpml.org\/es\/wp-json\/wp\/v2\/users\/2"}],"version-history":[{"count":7,"href":"https:\/\/wpml.org\/es\/wp-json\/wp\/v2\/faq\/575286\/revisions"}],"predecessor-version":[{"id":16027944,"href":"https:\/\/wpml.org\/es\/wp-json\/wp\/v2\/faq\/575286\/revisions\/16027944"}],"wp:attachment":[{"href":"https:\/\/wpml.org\/es\/wp-json\/wp\/v2\/media?parent=575286"}],"wp:term":[{"taxonomy":"faq-category","embeddable":true,"href":"https:\/\/wpml.org\/es\/wp-json\/wp\/v2\/faq-category?post=575286"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}