{"id":6689,"date":"2018-04-18T08:56:55","date_gmt":"2018-04-18T06:56:55","guid":{"rendered":"https:\/\/anexia.com\/stagingblog\/?p=6689"},"modified":"2022-04-21T13:35:05","modified_gmt":"2022-04-21T11:35:05","slug":"performance-tuning-in-wordpress","status":"publish","type":"post","link":"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/","title":{"rendered":"Performance tuning in WordPress"},"content":{"rendered":"<p><a href=\"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2018\/02\/csm_2000px-WordPress_logo.svg__1__593df541d41.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-3375\" src=\"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2018\/02\/csm_2000px-WordPress_logo.svg__1__593df541d41.png\" alt=\"WordPress Logo\" width=\"601\" height=\"137\" srcset=\"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2018\/02\/csm_2000px-WordPress_logo.svg__1__593df541d41.png 1140w, https:\/\/anexia.com\/blog\/wp-content\/uploads\/2018\/02\/csm_2000px-WordPress_logo.svg__1__593df541d41-325x74.png 325w, https:\/\/anexia.com\/blog\/wp-content\/uploads\/2018\/02\/csm_2000px-WordPress_logo.svg__1__593df541d41-300x68.png 300w, https:\/\/anexia.com\/blog\/wp-content\/uploads\/2018\/02\/csm_2000px-WordPress_logo.svg__1__593df541d41-768x175.png 768w, https:\/\/anexia.com\/blog\/wp-content\/uploads\/2018\/02\/csm_2000px-WordPress_logo.svg__1__593df541d41-1024x234.png 1024w\" sizes=\"(max-width: 601px) 100vw, 601px\" \/><\/a><\/p>\n<p>In times like these where network connections are continuously improving and bandwidths are expanding, fast websites are a must. But to be able to provide the speed and performance required for this, it\u2019s important to put in place the right actions. Studies have shown that people\u2019s attention span is currently approximately <a href=\"https:\/\/www.focus.de\/digital\/videos\/nur-wenige-sekunden-studie-zeigt-das-netz-stutzt-unsere-aufmerksamkeit-auf-goldfisch-niveau_id_4689349.html\">9 seconds<\/a>. That means that, in order to get visitors to stay longer, they need to be won over by the content of the website during this short period of time. But long loading times rapidly increase the probability of visitors leaving the website! Moreover, <a href=\"https:\/\/www.pcwelt.de\/a\/google-suche-belohnt-mobile-seiten-mit-kurzen-ladezeiten,3449457\">Google <\/a>, along with other search machines, has begun to rank websites with faster loading times more highly when it comes to search results.<\/p>\n<p>Put simply: if you want higher hit rates, more visitors and consequently an increase in the associated turnover, a fast website is a MUST! In this tutorial, we would like to present a few tips you can use for performance tuning of WordPress.<br \/>\n&nbsp;<\/p>\n<h2>Measure your performance<\/h2>\n<p>If you now consider your own website, you will perhaps think that it is quite fast. But unfortunately this is a big mistake. Modern browsers \u201cnote\u201d the content of frequently visited websites and save the data in their cache. If you then revisit a website that has been cached like this (by the browser), it opens straight away \u2013 almost without any loading time at all. This gives you the subjective impression of a lightning-fast website.<\/p>\n<p>However, the first time visitors go to your page, their browsers have not yet cached any of your data, increasing the loading time for them.<br \/>\nAnother significant factor is the geographical location of your visitors: the further away they are from the server location where your website is being hosted, the longer the loading time. The reason for this is that the data has a longer way to travel in terms of physical distance (latency problem).<\/p>\n<p>This is the reason why a number of tools are available on the Internet to measure the performance of a website. These include services such as <a href=\"https:\/\/gtmetrix.com\/\">GTmetrix<\/a> and<a href=\"https:\/\/tools.pingdom.com\/\">Pingdom<\/a>, for example. These are free online tools you can use to analyze your site to reveal any weak points.<br \/>\n&nbsp;<\/p>\n<h2>Causes of slow websites<\/h2>\n<p>If you perform a test using one of the tools mentioned above, you will also be provided with several suggestions for improvement at the same time. The problem is that they are often impossible or difficult to understand for the layperson. Nevertheless, gaining an understanding of why a website is slow is a basic prerequisite to enable you to take the corresponding countermeasures. For this reason, I would like to explain to you here the main causes of slow WordPress websites:<\/p>\n<ul>\n<li><strong>Webhosting<\/strong>: poor or suboptimal configuration of the hosting server<\/li>\n<li><strong>WordPress configuration<\/strong>: if a caching plugin has not been installed, the server needs to completely reassemble the page every single time it is accessed<\/li>\n<li><strong>Page size<\/strong>: in most cases due to the size of the images or because they have not been optimized<\/li>\n<li><strong>Bad plugins<\/strong>: if a plugin has not been correctly programmed, this can quickly have a significant effect on the performance of the entire website<\/li>\n<li><strong>External scripts<\/strong>: for example advertising or other external resources<\/li>\n<\/ul>\n<p>Once you\u2019ve got a grasp on these factors, we can begin to correspondingly optimize your website.<br \/>\n&nbsp;<\/p>\n<h2>The most important actions for performance tuning<\/h2>\n<p>Ways and means to optimize websites are almost as prolific as sand on the beach. I will describe the most important and effective of these below and also which plugins could be useful to you.<br \/>\n&nbsp;<\/p>\n<h3>1. Caching: the most important action<\/h3>\n<p>When a visitor accesses your website, the webserver normally begins to search for the individual contents step by step to build up your webpage. Only when this has been completed can the visitor actually view the webpage. This works somewhat differently with <strong>caching<\/strong>: after the webserver has first assembled the webpage, the completely rendered webpage will be temporarily saved for a specific amount of time.<\/p>\n<p>When somebody now accesses the website, the server will first of all check whether it already has a temporarily saved (\u201ccached\u201d) representation of the desired webpage and delivers this. The server now no longer needs to search for the content and assemble it as it already \u201cknows\u201d the result.<\/p>\n<p>In principle, there are two types of caching available: either via a caching plugin or caching provided by the server. But the latter option does need to be offered by the hosting provider. For example, this can be implemented using <a href=\"https:\/\/varnish-cache.org\/\">Varnish Cache<\/a>.<\/p>\n<p>However, it is easier to solve this using a plugin. I recommend you use <a href=\"https:\/\/de.wordpress.org\/plugins\/wp-super-cache\">WP Super Cache<\/a> for this. To set up caching with WP Super Cache, first install it directly via your WordPress backend and activate it. Note that you first have to configure the caching.<\/p>\n<p><strong>Configuration:<\/strong><br \/>\nTo do so, click on \u201cSettings\u201d or directly on the \u201cWP Super Cache\u201d item in the \u201cSettings\u201d menu.<\/p>\n<p>Then select the \u201c<em>Caching on (recommended)<\/em>\u201d option right at the top of the \u201cEasy\u201d tab and save the setting by clicking on \u201c<em>Update status<\/em>\u201d.<\/p>\n<p>When you now open your website (preferably in a \u201cprivate\u201d or \u201cincognito\u201d window), you will notice that your website will load considerably faster after the first time you access it.<br \/>\n&nbsp;<\/p>\n<h3>2. Remove unnecessary plugins<\/h3>\n<p>Overloaded WordPress websites can also have a negative impact on speed. If you have plugins that you do not need (anymore?), unfortunately it is not sufficient to simply deactivate them. Please delete them completely. The basic principle applies here: <strong>the fewer<\/strong> <strong>the plugins, the better the performance.<\/strong><\/p>\n<p>Plugins are important but every now and again you should have a look and see which ones you actually do need. Every one of your plugins and themes is associated with a large number of other PHP codes on your website. PHP is not a very fast script language, unfortunately.  The less of it there is, the faster your WordPress will be.<br \/>\n&nbsp;<\/p>\n<h3>3. Images, the underrated brake when it comes to speed<\/h3>\n<p>If you would like to now go one step further, you can attempt to reduce the volume of data required to display your website. Modifying your images is a very effective action. You can considerably reduce the file size of your images using \u201clossless compression\u201d, so that much less data has to be transmitted overall. But this doesn\u2019t affect the way visitors perceive them as there is no apparent loss of quality. You can either compress the images manually yourself or decide to use a suitable plugin. I recommend <a href=\"https:\/\/de.wordpress.org\/plugins\/ewww-image-optimizer\">EWWW Image Optimizer<\/a> if you want to take the latter option.<\/p>\n<p><strong>Configuration:<\/strong><br \/>\nTo do so, install the plugin and then activate it. Now go to the settings.<\/p>\n<p>Select the option \u201c<em>Include media library folder<\/em>\u201d in the \u201cAdvanced settings\u201d tab and confirm this by clicking on \u201c<em>Save changes<\/em>\u201d.<\/p>\n<p><strong>Start optimization:<\/strong><br \/>\nNow click on \u201c<em>Mass optimization<\/em>\u201d in \u201c<em>Media<\/em>\u201d in the WordPress sidebar. Here you can optimize images that were previously uploaded. Start this action by clicking on the \u201c<em>Scan for unoptimized images<\/em>\u201d button and then confirm this by clicking on \u201c<em>Start optimization<\/em>\u201d.<\/p>\n<p>EWWW Image Optimizer will now optimize all your images so that you can achieve the best possible result for each one. Please do not leave this page until this process has been completed!<br \/>\n&nbsp;<\/p>\n<h3>4. Optimize CSS and JavaScript<\/h3>\n<p>Alongside images, CSS and JavaScript files also represent a large volume of data. If your website has these files relatively close to the top of the source code, for example in the header, the browser will first download all these files before continuing to process the source codes. You can probably already imagine the problem that this causes: rendering your website will be completely blocked for this period of time.<\/p>\n<p>The goal is therefore to load these files as late as possible and to also ensure that 20 individual files are not loaded but perhaps only one larger one. The browser cannot download files simultaneously or only a very limited number of them.<\/p>\n<p>The solution?<\/p>\n<ul>\n<li>Combine individual CSS and JavaScript files together<\/li>\n<li>Reduce the volume of data<\/li>\n<li>Compress the files<\/li>\n<\/ul>\n<p>I recommend the <a href=\"https:\/\/de.wordpress.org\/plugins\/fast-velocity-minify\">Fast Velocity Minify<\/a> plugin for this.<\/p>\n<p>As normal, simply install it and then activate it.<\/p>\n<p>If you do determine any problems afterwards, e.g. some types of fonts do not load correctly or any other negative optical side effects occur, then please change the settings of Fast Velocity Minify.<\/p>\n<p>Select the option \u201c<em>Disable CSS processing<\/em>\u201d in CSS options\u201d in the \u201c<em>Settings<\/em>\u201d tab.<br \/>\n&nbsp;<\/p>\n<h3>Further actions<\/h3>\n<p>There are a seemingly limitless number of optimization actions, whereby their effectiveness may be more or less beneficial.<\/p>\n<ol>\n<li>If you want the website to also achieve the best-possible performance in other geographical regions, it is definitely worth considering using a so-called content delivery network (CDN).<br \/>\nA CDN mirrors and distributes the static files to decentrally distributed servers and infrastructures of the respective providers. Depending on where the visitor now accesses the website, the resources will be loaded through this CDN \u2013 but they actually come from the server that is closest geographically. This makes the loading times for these files relatively fast.<\/li>\n<li>Another relatively effective method is to use HTTP\/2 instead of HTTP 1.0 or HTTP 1.1 as the transmission standard. This makes it possible for resources (such as CSS and JavaScript files, for example) to be loaded simultaneously from the server. However, this does require that the corresponding configuration is in place directly on the hosting server and therefore depends on whether the respective provider supports this protocol or not.<\/li>\n<\/ol>\n<p>For managed hosting, the simplest solution is generally to be able to use these individual configurations.<br \/>\n&nbsp;<\/p>\n<h2>Conclusion<\/h2>\n<p>The performance and speed of websites are the be-all and end-all to success \u2013 above all when you consider that you only have a few seconds time to win the visitor over with your content.<\/p>\n<p>The plugins and tools presented here are simply provided as my personal recommendation, although we do use them time and time again for many website projects for our customers.<\/p>\n<p>But before you install just any kind of plugin or update them, it is very important that you make a backup of your website \u2013 just in case any problems or errors arise as the result of carrying out these kinds of optimization actions!<\/p>\n<p>If you want to achieve an increase in performance especially in the hosting area, it often makes sense to select a managed hosting solution. Experts perform all your settings for you to ensure your website is as powerful as possible. My colleagues have put together more information about managed hosting for you here:<br \/>\n<a href=\"https:\/\/anexia.com\/en\/hosting-it-solutions\/managed-hosting\/\">More Information about Managed Hosting &gt;<\/a><\/p>\n<p><!--\n\n\n<div id=\"wrapperDiv\">\n  \n\n<div id=\"whiteText\"> \n\n<p id=\"whiteTextButton\">Du wei\u00dft jetzt, was man unter Managed Hosting versteht. Willst du rausfinden, ob dieser Service auch zu dir passt? Klick hier und lass dir von den Anexia-Experten deine offenen Fragen per Mail oder Telefon beantworten<\/p>\n\n<\/div>\n\n--&gt;\n  \n\n<div id=\"buttonWrapper\" class='col-md-3 col-sm-6 col-xs-12 send gm-editing column ui-sortable'>\n    \n\n<div id=\"buttonBackground\" class='button-animation button--antiman button--inverted button--border-thin button--text-thick button--size-m'>\n      \n    <\/div>\n\n\n  <\/div>\n\n\n<\/div>\n\n\n\n\n<div id='downloadModal' class='modal fade' role=\"dialog\">\n  \n\n<div class=\"modal-dialog\" role=\"document\">\n    \n\n<div class=\"modal-content\">\n      \n\n<div class=\"modal-header\">\n        \n\n<h4 class=\"blogFormular_title\" style=\"color:#fff\"><\/h4>\n\n\n      <\/div>\n\n\n      \n\n<div class=\"modal-body\">\n        \n\n<div class='col-md-6 gm-editing col-xs-6 col-sm-6 column ui-sortable'>\n          <br \/>\n          \n\n<div class='mdl-textfield mdl-js-textfield mdl-textfield--floating-label is-focused'>\n            \n            <label id='nameLabel' class='mdl-textfield__label'>Name*<\/label>\n          <\/div>\n\n\n        <\/div>\n\n\n        \n\n<div class='col-md-6 gm-editing col-xs-6 col-sm-6 column ui-sortable'>\n          \n\n<div class='mdl-textfield mdl-js-textfield mdl-textfield--floating-label is-focused'>\n            \n            <label id='emailLabel' class='mdl-textfield__label'>Email*<\/label>\n          <\/div>\n\n\n        <\/div>\n\n\n        \n\n<div class=\"col-md-6\">\n          <br \/>&nbsp;\n          <label class=\"mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect\" for=\"blogFormular_callback_cb\">\n            \n            <span id=\"blogFormular_callback_cb_label\" class=\"mdl-checkbox__label\"> Checkbox<\/span>\n          <\/label>\n          <br \/>&nbsp;<\/div>\n\n\n        \n\n<div class=\"col-md-6\">\n          \n\n<div class='mdl-textfield mdl-js-textfield mdl-textfield--floating-label is-focused'>\n            \n            <label id='phoneLabel' class='mdl-textfield__label'>Phone number<\/label>\n          <\/div>\n\n\n        <\/div>\n\n\n        \n\n<div style=\"padding-left:15px\">\n          \n\n<div class=\"col-md-12 mdl-textfield mdl-js-textfield is-dirty is-focused\">\n            <textarea id=\"messageTxtArea\" class=\"mdl-textfield__input\" name=\"message\" cols=\"400\" rows=\"6\" style=\"width:550px\"><\/textarea> <\/div>\n\n\n        <\/div>\n\n\n      <\/div>\n\n\n      \n\n<div class=\"modal-footer\">\n        \n\n<div id='submitBtnWrapper' class='col-md-3 col-sm-6 col-xs-12 send gm-editing column ui-sortable'>\n          \n\n<div class='button-animation button-animation-blue button--antiman button--antiman-blue button--inverted button--border-thin button--text-thick button--size-m'>\n            \n          <\/div>\n\n\n        <\/div>\n\n\n      <\/div>\n\n\n    <\/div>\n\n\n  <\/div>\n\n\n<\/div>\n\n\n\n--><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we would like to present a few tips you can use for performance tuning of WordPress.<\/p>\n","protected":false},"author":15,"featured_media":2961,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1135],"tags":[1628,1329,1634,1632,1630,1594],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Performance tuning in WordPress - ANEXIA Blog<\/title>\n<meta name=\"description\" content=\"In this tutorial, we would like to present a few tips you can use for performance tuning of WordPress.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Performance tuning in WordPress - ANEXIA Blog\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, we would like to present a few tips you can use for performance tuning of WordPress.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"ANEXIA Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/anexiagmbh\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-04-18T06:56:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-21T11:35:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2017\/09\/ManuelWutte-Blog-Teaser.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"672\" \/>\n\t<meta property=\"og:image:height\" content=\"372\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Manuel Wutte\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@_ANEXIA\" \/>\n<meta name=\"twitter:site\" content=\"@_ANEXIA\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Manuel Wutte\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"9\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/\",\"url\":\"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/\",\"name\":\"Performance tuning in WordPress - ANEXIA Blog\",\"isPartOf\":{\"@id\":\"https:\/\/anexia.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2017\/09\/ManuelWutte-Blog-Teaser.jpg\",\"datePublished\":\"2018-04-18T06:56:55+00:00\",\"dateModified\":\"2022-04-21T11:35:05+00:00\",\"author\":{\"@id\":\"https:\/\/anexia.com\/blog\/#\/schema\/person\/926f6b9e5aeed88b145cf86d87fd09de\"},\"description\":\"In this tutorial, we would like to present a few tips you can use for performance tuning of WordPress.\",\"breadcrumb\":{\"@id\":\"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/#primaryimage\",\"url\":\"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2017\/09\/ManuelWutte-Blog-Teaser.jpg\",\"contentUrl\":\"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2017\/09\/ManuelWutte-Blog-Teaser.jpg\",\"width\":672,\"height\":372},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/anexia.com\/blog\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Performance tuning in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/anexia.com\/blog\/#website\",\"url\":\"https:\/\/anexia.com\/blog\/\",\"name\":\"ANEXIA Blog\",\"description\":\"[:de] ANEXIA Blog - Technischen Themen, Anexia News und Insights [:]\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/anexia.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/anexia.com\/blog\/#\/schema\/person\/926f6b9e5aeed88b145cf86d87fd09de\",\"name\":\"Manuel Wutte\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/anexia.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9528a61f48f4294cd5f7cd8a4141bd55?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9528a61f48f4294cd5f7cd8a4141bd55?s=96&d=mm&r=g\",\"caption\":\"Manuel Wutte\"},\"url\":\"https:\/\/anexia.com\/blog\/author\/mwu\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Performance tuning in WordPress - ANEXIA Blog","description":"In this tutorial, we would like to present a few tips you can use for performance tuning of WordPress.","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:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/","og_locale":"de_DE","og_type":"article","og_title":"Performance tuning in WordPress - ANEXIA Blog","og_description":"In this tutorial, we would like to present a few tips you can use for performance tuning of WordPress.","og_url":"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/","og_site_name":"ANEXIA Blog","article_publisher":"https:\/\/www.facebook.com\/anexiagmbh\/","article_published_time":"2018-04-18T06:56:55+00:00","article_modified_time":"2022-04-21T11:35:05+00:00","og_image":[{"width":672,"height":372,"url":"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2017\/09\/ManuelWutte-Blog-Teaser.jpg","type":"image\/jpeg"}],"author":"Manuel Wutte","twitter_card":"summary_large_image","twitter_creator":"@_ANEXIA","twitter_site":"@_ANEXIA","twitter_misc":{"Verfasst von":"Manuel Wutte","Gesch\u00e4tzte Lesezeit":"9\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/","url":"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/","name":"Performance tuning in WordPress - ANEXIA Blog","isPartOf":{"@id":"https:\/\/anexia.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2017\/09\/ManuelWutte-Blog-Teaser.jpg","datePublished":"2018-04-18T06:56:55+00:00","dateModified":"2022-04-21T11:35:05+00:00","author":{"@id":"https:\/\/anexia.com\/blog\/#\/schema\/person\/926f6b9e5aeed88b145cf86d87fd09de"},"description":"In this tutorial, we would like to present a few tips you can use for performance tuning of WordPress.","breadcrumb":{"@id":"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/#primaryimage","url":"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2017\/09\/ManuelWutte-Blog-Teaser.jpg","contentUrl":"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2017\/09\/ManuelWutte-Blog-Teaser.jpg","width":672,"height":372},{"@type":"BreadcrumbList","@id":"https:\/\/anexia.com\/blog\/en\/performance-tuning-in-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/anexia.com\/blog\/de\/"},{"@type":"ListItem","position":2,"name":"Performance tuning in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/anexia.com\/blog\/#website","url":"https:\/\/anexia.com\/blog\/","name":"ANEXIA Blog","description":"[:de] ANEXIA Blog - Technischen Themen, Anexia News und Insights [:]","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/anexia.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de"},{"@type":"Person","@id":"https:\/\/anexia.com\/blog\/#\/schema\/person\/926f6b9e5aeed88b145cf86d87fd09de","name":"Manuel Wutte","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/anexia.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9528a61f48f4294cd5f7cd8a4141bd55?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9528a61f48f4294cd5f7cd8a4141bd55?s=96&d=mm&r=g","caption":"Manuel Wutte"},"url":"https:\/\/anexia.com\/blog\/author\/mwu\/"}]}},"lang":"en","translations":{"en":6689,"de":3364},"amp_enabled":true,"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/posts\/6689"}],"collection":[{"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/comments?post=6689"}],"version-history":[{"count":1,"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/posts\/6689\/revisions"}],"predecessor-version":[{"id":6692,"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/posts\/6689\/revisions\/6692"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/media\/2961"}],"wp:attachment":[{"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/media?parent=6689"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/categories?post=6689"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/tags?post=6689"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}