{"id":12361648,"date":"2026-03-11T11:10:51","date_gmt":"2026-03-11T03:10:51","guid":{"rendered":"https:\/\/www.likacloud.com\/knowledge\/wordpress-%e7%bd%91%e7%ab%99%e5%8a%a0%e9%80%9f%e7%9a%84%e7%bb%88%e6%9e%81%e6%8c%87%e5%8d%97%ef%bc%9a%e4%bb%8e%e9%9b%b6%e5%88%b0%e7%b2%be%e9%80%9a\/"},"modified":"2026-06-04T07:42:04","modified_gmt":"2026-06-03T23:42:04","slug":"wordpress-website-speed-optimization-guide-12361648","status":"publish","type":"knowledge_post","link":"https:\/\/www.likacloud.com\/en\/knowledge\/wordpress\/wordpress-website-speed-optimization-guide-12361648\/","title":{"rendered":"The Ultimate Guide to Speeding Up WordPress Websites: From Beginner to Expert"},"content":{"rendered":"<p class=\"wp-block-paragraph\">In today\u2019s fast-paced digital environment, the speed at which websites load has become a crucial factor in determining the user experience, search engine rankings, and even the success or failure of a business. A slow WordPress website not only frustrates visitors and leads to high bounce rates but also directly affects your presence on search engine result pages (SERPs).<code data-no-auto-translation=\"\">SERP<\/code>Performance optimization is a systematic endeavor that involves various aspects, including front-end resources, back-end configurations, and server environments. This guide will guide you through the process, from the basics to more advanced techniques, helping you to systematically master a comprehensive approach to accelerating your WordPress website and achieve a significant improvement in its performance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Core optimizations: Images, scripts, and style sheets<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The majority of the web page\u2019s content comes from images and JavaScript.<code data-no-auto-translation=\"\">JS<\/code>These include JavaScript files and CSS files. Efficient management of these core resources is the first step towards performance optimization and also the quickest way to see results.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Efficient processing of image resources<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Unoptimized images are the main culprit for slowing down websites. First and foremost, make sure to use tools like TinyPNG or Squoosh before uploading images, or install plugins that can help optimize them. <code data-no-auto-translation=\"\">Imagify<\/code>\u3001<code data-no-auto-translation=\"\">ShortPixel<\/code>Compressing images is essential. Secondly, it is crucial to use modern image formats.<code data-no-auto-translation=\"\">WebP<\/code> The file size is typically 25\u2013351% smaller than that of traditional JPEG images, while maintaining the same visual quality. You can use it. <code data-no-auto-translation=\"\">WebP Express<\/code> Alternatively, the caching plugin may automatically perform the conversion and adaptation. Finally, always specify the width and height attributes of the image; this can prevent layout discrepancies (CLS) and improve key user experience metrics.<\/p>\n<!-- AUTO_INTERNAL_LINKS_START --><p>Recommended Reading <a href=\"https:\/\/www.likacloud.com\/ja\/knowledge\/cdn\/deep-dive-into-cdn-accelerate-global-websites-improve-user-experience\/\">In-Depth Analysis of CDN: How to Accelerate Websites Worldwide and Enhance the User Experience<\/a>\u3002<\/p><!-- AUTO_INTERNAL_LINKS_END -->\n\n\n\n\n<h3 class=\"wp-block-heading\">Merge, compress, and delay the loading of scripts.<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Excessive or unoptimized <code data-no-auto-translation=\"\">JS<\/code>\/<code data-no-auto-translation=\"\">CSS<\/code> The file can cause the page rendering to be blocked. It is recommended to use a plugin (such as\u2026) <code data-no-auto-translation=\"\">Autoptimize<\/code>\u3001<code data-no-auto-translation=\"\">WP Rocket<\/code>Merge and compress these files to reduce the number of HTTP requests. More importantly, implement lazy loading for non-critical scripts (such as comment boxes and social media widgets). You can use\u2026 <code data-no-auto-translation=\"\">async<\/code> Or <code data-no-auto-translation=\"\">defer<\/code> Properties, or control their loading timing through plugins. For example, add the following code to the theme: <code data-no-auto-translation=\"\">functions.php<\/code> Files can be used to add functionality to scripts. <code data-no-auto-translation=\"\">defer<\/code> Attribute:<\/p>\n<!-- AUTO_SYNCED_PATTERN_INSERT_START -->\n\r\n<div class=\"flex justify-between items-center flex-col lg:flex-row xl:flex-col 2xl:flex-row gap-6 sm:gap-8 rounded-lg border border-gray-200 dark:border-gray-700 p-4 mb-8 lg:mb-10 sm:p-6 bg-white dark:bg-gray-750 shadow-md transition-colors duration-300\"\r\n     data-link=\"https:\/\/www.likacloud.com\/en\/tolink\/ultahost-wordpress-hosting\/\">\r\n     \r\n  <div class=\"flex flex-col gap-3 gap-4 sm:gap-6 w-full\">\r\n    <strong class=\"text-2xl font-semibold text-gray-900 dark:text-gray-200\">\r\n      UltaHost WordPress Hosting    <\/strong>\r\n    <div class=\"text-gray-600 dark:text-gray-300 word-word\">30-day refund guarantee, unlimited bandwidth and database usage, free DDoS protection; purchase for 3 years and get a discount of 50%.<\/div>\r\n  <\/div>\r\n\r\n  <div class=\"flex items-center flex-col md:flex-row lg:flex-col xl:flex-row 2xl:flex-col gap-6 shrink-0\">\r\n          <a href=\"https:\/\/www.likacloud.com\/en\/tolink\/ultahost-wordpress-hosting\/\">\r\n                  <img decoding=\"async\" src=\"https:\/\/www.likacloud.com\/wp-content\/uploads\/2025\/12\/20251227020448.webp\" alt=\"UltaHost LOGO\" class=\"content-promotion-card-icon h-9 min-h-9 dark:hidden\" title=\"\">\r\n          <img decoding=\"async\" src=\"https:\/\/www.likacloud.com\/wp-content\/uploads\/2025\/12\/20251229052118.webp\" alt=\"UltaHost LOGO\" class=\"content-promotion-card-icon h-9 min-h-9 hidden dark:block\" title=\"\">\r\n              <\/a>\r\n    \r\n    <a href=\"https:\/\/www.likacloud.com\/en\/tolink\/ultahost-wordpress-hosting\/\"\r\n       class=\"bg-blue-500 w-full md:w-auto lg:w-full xl:w-auto 2xl:w-full text-center !text-white dark:!text-gray-200 !px-5 !py-1.5 rounded-full hover:bg-blue-600 transition-colors\">\r\n       access page    <\/a>\r\n  <\/div>\r\n<\/div>\n<!-- AUTO_SYNCED_PATTERN_INSERT_END -->\n\n\n\n\n\n<pre class=\"wp-block-code\" data-no-auto-translation=\"\"><code class=\"language-php\" data-no-auto-translation=\"\">function add_defer_attribute($tag, $handle) {\n    \/\/ \u5c06 \u2018my-script-handle\u2018 \u66ff\u6362\u4e3a\u4f60\u60f3\u5ef6\u8fdf\u52a0\u8f7d\u7684\u811a\u672c\u53e5\u67c4\n    if ( \u2018my-script-handle\u2018 !== $handle ) {\n        return $tag;\n    }\n    return str_replace( \u2018 src\u2018, \u2018 defer src\u2018, $tag );\n}\nadd_filter(\u2018script_loader_tag\u2018, \u2018add_defer_attribute\u2018, 10, 2);<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Leveraging a powerful caching mechanism<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Caching is the \u201csilver bullet\u201d for improving website speed. By storing static copies of web pages, it eliminates the need to perform time-consuming database queries and PHP processing with each visit, significantly reducing the server\u2019s response time.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Implementing page caching and browser caching<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Page caching is the most effective type of caching. Excellent plugins such as\u2026 <code data-no-auto-translation=\"\">LiteSpeed Cache<\/code>(For use with LiteSpeed servers)<code data-no-auto-translation=\"\">WP Rocket<\/code> Or <code data-no-auto-translation=\"\">WP Super Cache<\/code> It is possible to easily generate static HTML files. Additionally, by correctly configuring the browser caching rules, visitors\u2019 browsers are instructed to store resources such as CSS, JS, and images locally for a certain period of time. This significantly improves the speed of access for returning visitors. This is typically achieved by\u2026 <code data-no-auto-translation=\"\">.htaccess<\/code> Add rules to the file to implement the functionality.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Configuring object caching and database query caching<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">For websites with a lot of dynamic content (such as WooCommerce stores), object caching is crucial. It stores the results of database queries in memory (for example,... <code data-no-auto-translation=\"\">Redis<\/code> Or <code data-no-auto-translation=\"\">Memcached<\/code>In this context, the data is made available for direct use in subsequent identical queries, significantly reducing the burden on the database. If your hosting service provides this functionality\u2026 <code data-no-auto-translation=\"\">Redis<\/code> The service can be installed. <code data-no-auto-translation=\"\">Redis Object Cache<\/code> Plugins can be integrated for this purpose. Database query caching can also be enabled using certain optimization plugins, which help store the results of frequently executed queries in memory for faster retrieval.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Selecting and Optimizing the Hosting Environment<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">No matter how well the front-end is optimized, a weak server infrastructure can become a performance bottleneck. Your hosting environment is the foundation of your website, and its quality directly determines the website\u2019s maximum speed and stability.<\/p>\n<!-- AUTO_INTERNAL_LINKS_START --><p>Recommended Reading <a href=\"https:\/\/www.likacloud.com\/ja\/knowledge\/wordpress\/wordpress-optimization-ultimate-guide-speed-security-strategies\/\">The Ultimate Guide to WordPress Optimization: An All-Inclusive Strategy to Improve Everything from Speed to Security<\/a>\u3002<\/p><!-- AUTO_INTERNAL_LINKS_END -->\n\n\n\n\n<h3 class=\"wp-block-heading\">Evaluate and upgrade the hosting solution.<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Shared hosting platforms are generally not suitable for websites with higher traffic due to resource limitations. If your website's loading times (especially the \u201cTime To First Byte\u201d or TTFB) are consistently high, you should consider upgrading to a more performant solution, such as a cloud-based Virtual Private Server (VPS), a dedicated server, or managed WordPress hosting. Managed hosting services typically come with out-of-the-box, server-level caching capabilities. <code data-no-auto-translation=\"\">LSCache<\/code>faster <code data-no-auto-translation=\"\">SSD<\/code> Storage, as well as a software stack optimized for WordPress (such as) <code data-no-auto-translation=\"\">PHP 8.x<\/code>\u3001<code data-no-auto-translation=\"\">OPcache<\/code>\uff09\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Optimize server software configuration<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Make sure the server is running the latest and faster version of the software. <code data-no-auto-translation=\"\">PHP<\/code> Upgrading to a stable version (such as 8.0+) can result in significant performance improvements. Enable it. <code data-no-auto-translation=\"\">OPcache<\/code> It is possible to precompile the bytecode of PHP scripts to avoid repeated compiles. If you use this approach\u2026 <code data-no-auto-translation=\"\">Apache<\/code>You can consider enabling it. <code data-no-auto-translation=\"\">mod_deflate<\/code> Compress the data; if applicable. <code data-no-auto-translation=\"\">Nginx<\/code>It usually has advantages when handling static files and concurrent requests. <code data-no-auto-translation=\"\">CDN<\/code> Static resources can also be distributed to edge nodes around the world, which essentially expands the capabilities of your servers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Implement advanced performance optimization strategies.<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After completing the basic optimizations, some advanced strategies can take website performance to the highest level. These strategies require a deeper understanding and control of the website, but the rewards are also extremely substantial.<\/p>\n<!-- AUTO_SYNCED_PATTERN_INSERT_START -->\n\r\n<div class=\"flex justify-between items-center flex-col lg:flex-row xl:flex-col 2xl:flex-row gap-6 sm:gap-8 rounded-lg border border-gray-200 dark:border-gray-700 p-4 mb-8 lg:mb-10 sm:p-6 bg-white dark:bg-gray-750 shadow-md transition-colors duration-300\"\r\n     data-link=\"https:\/\/www.likacloud.com\/en\/tolink\/hosting-shared-hosting\/\">\r\n     \r\n  <div class=\"flex flex-col gap-3 gap-4 sm:gap-6 w-full\">\r\n    <strong class=\"text-2xl font-semibold text-gray-900 dark:text-gray-200\">\r\n      hosting.com Shared Hosting    <\/strong>\r\n    <div class=\"text-gray-600 dark:text-gray-300 word-word\">High performance with AMD EPYC CPUs, NVMe SSD storage and LiteSpeed, 24\/7, 24x7 expert in-house support, advanced security measures including SSL, brute force, malware and DDoS protection, savings of up to 73%<\/div>\r\n  <\/div>\r\n\r\n  <div class=\"flex items-center flex-col md:flex-row lg:flex-col xl:flex-row 2xl:flex-col gap-6 shrink-0\">\r\n          <a href=\"https:\/\/www.likacloud.com\/en\/tolink\/hosting-shared-hosting\/\">\r\n                  <img decoding=\"async\" src=\"https:\/\/www.likacloud.com\/wp-content\/uploads\/2025\/09\/20250901222940.svg\" alt=\"hosting.com LOGO\" class=\"content-promotion-card-icon h-9 min-h-9 dark:hidden\" title=\"\">\r\n          <img decoding=\"async\" src=\"https:\/\/www.likacloud.com\/wp-content\/uploads\/2025\/12\/20251228220957.webp\" alt=\"hosting.com LOGO\" class=\"content-promotion-card-icon h-9 min-h-9 hidden dark:block\" title=\"\">\r\n              <\/a>\r\n    \r\n    <a href=\"https:\/\/www.likacloud.com\/en\/tolink\/hosting-shared-hosting\/\"\r\n       class=\"bg-blue-500 w-full md:w-auto lg:w-full xl:w-auto 2xl:w-full text-center !text-white dark:!text-gray-200 !px-5 !py-1.5 rounded-full hover:bg-blue-600 transition-colors\">\r\n       access page    <\/a>\r\n  <\/div>\r\n<\/div>\n<!-- AUTO_SYNCED_PATTERN_INSERT_END -->\n\n\n\n\n\n<h3 class=\"wp-block-heading\">Remove resources that are blocking rendering and optimize the fonts.<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Check the reports from tools such as Google PageSpeed Insights to identify the resources that are causing rendering delays. Typically, this involves inlining the necessary CSS code directly into the HTML. <code data-no-auto-translation=\"\"><\/code> To ensure that the content on the first page is immediately styled, certain parts of the code need to be implemented accordingly. When it comes to the fonts used on the website, it is essential to use specific fonts that are compatible with the rendering engines of the users\u2019 browsers. <code data-no-auto-translation=\"\">font-display: swap;<\/code> This feature allows the text to be displayed using the system font until the custom font has been fully loaded, thereby preventing any periods of time when the text is invisible (known as FOIT, or \u201cFont Loading Induced Textlessness\u201d). Additionally, it\u2019s advisable to only load the font weights and character subsets that are actually being used.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Clean up the database and disable unnecessary features.<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The WordPress database can accumulate redundant data over time, such as revised versions of articles, automatic drafts, and expired temporary settings. It is important to regularly clean this data to maintain the database's efficiency and performance. <code data-no-auto-translation=\"\">WP-Optimize<\/code> Or <code data-no-auto-translation=\"\">Advanced Database Cleaner<\/code> Clean up and optimize the plugins. Additionally, review and disable any unnecessary core WordPress functions. For example, if you don\u2019t need the Gutenberg editor, you can uninstall it by installing the corresponding plugin. <code data-no-auto-translation=\"\">Disable Gutenberg<\/code> You can use plugins or add code filters to disable certain features in order to reduce the number of scripts and styles that are loaded. Similarly, you can also disable article revisions, Emoji support, and other similar options.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">summarize<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress website acceleration is a continuous optimization process that spans from the smallest details to the overall system, encompassing both software and hardware aspects. It begins with the compression of images, extends to the precise configuration of caching strategies, and ultimately relies on a robust and reliable server environment. There is no one-size-fits-all solution; the key to success lies in systematically implementing the various strategies outlined in this article: optimizing core resources, utilizing multi-level caching, choosing a powerful hosting provider, and applying advanced optimization techniques. Regular use of analysis tools for monitoring is also essential, as well as staying up-to-date with new technologies. <code data-no-auto-translation=\"\">HTTP\/3<\/code>By supporting image formats such as AVIF, your WordPress website will not only offer a fast and responsive user experience but also gain a strong competitive advantage in the search engine rankings.<\/p>\n<!-- AUTO_INTERNAL_LINKS_START --><p>Recommended Reading <a href=\"https:\/\/www.likacloud.com\/ja\/knowledge\/cdn\/cdn-acceleration-principles-guide-improve-website-performance\/\">CDN Acceleration Principles Explained: The Ultimate Guide to Boosting Website Performance from Beginner to Expert<\/a>\u3002<\/p><!-- AUTO_INTERNAL_LINKS_END -->\n\n\n\n\n<h2 class=\"wp-block-heading\">FAQ Frequently Asked Questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">How many caching plugins should I use?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The principle is: \u201cOne is enough.\u201d Running multiple cache plugins with overlapping functions simultaneously (for example, plugins that both perform page caching) can lead to rule conflicts, functional abnormalities, or even cause the website to crash. Choose a plugin with comprehensive capabilities (covering page caching, browser caching, database caching, etc.) and a good reputation, and configure it correctly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What should I do if the website speed test scores remain low even after optimization?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">First of all, it\u2019s important to distinguish between the \u201clab data\u201d from testing tools (such as PageSpeed Insights) and the \u201creal user data.\u201d Lab data represents indicators under ideal conditions, while real user data reflects the actual usage experience of users. Make sure you are looking at the real user data. Secondly, a high score does not mean everything; the ultimate goal is a positive user experience. Focus on the key web performance indicators (LCP, FID, CLS). If these indicators are good, the user experience will be excellent, even if the overall score is not perfect. Finally, check for any large resources or third-party scripts that may be slowing down the website\u2019s performance.<\/p>\n<!-- AUTO_SYNCED_PATTERN_INSERT_START -->\n\r\n<div class=\"flex justify-between items-center flex-col lg:flex-row xl:flex-col 2xl:flex-row gap-6 sm:gap-8 rounded-lg border border-gray-200 dark:border-gray-700 p-4 mb-8 lg:mb-10 sm:p-6 bg-white dark:bg-gray-750 shadow-md transition-colors duration-300\"\r\n     data-link=\"https:\/\/www.likacloud.com\/en\/tolink\/interserver-webhosting\/\">\r\n     \r\n  <div class=\"flex flex-col gap-3 gap-4 sm:gap-6 w-full\">\r\n    <strong class=\"text-2xl font-semibold text-gray-900 dark:text-gray-200\">\r\n      InterServer Shared Hosting    <\/strong>\r\n    <div class=\"text-gray-600 dark:text-gray-300 word-word\">Shared hosting $2.50 USD per month , first month $0.1 USD promo code tryinterserver, 461 cloud apps scripts, one click install.<\/div>\r\n  <\/div>\r\n\r\n  <div class=\"flex items-center flex-col md:flex-row lg:flex-col xl:flex-row 2xl:flex-col gap-6 shrink-0\">\r\n          <a href=\"https:\/\/www.likacloud.com\/en\/tolink\/interserver-webhosting\/\">\r\n                  <img decoding=\"async\" src=\"https:\/\/www.likacloud.com\/wp-content\/uploads\/2025\/12\/20251228045033.svg\" alt=\"InterServer LOGO\" class=\"content-promotion-card-icon h-9 min-h-9 dark:hidden\" title=\"\">\r\n          <img decoding=\"async\" src=\"https:\/\/www.likacloud.com\/wp-content\/uploads\/2025\/12\/20251229054830.webp\" alt=\"InterServer LOGO\" class=\"content-promotion-card-icon h-9 min-h-9 hidden dark:block\" title=\"\">\r\n              <\/a>\r\n    \r\n    <a href=\"https:\/\/www.likacloud.com\/en\/tolink\/interserver-webhosting\/\"\r\n       class=\"bg-blue-500 w-full md:w-auto lg:w-full xl:w-auto 2xl:w-full text-center !text-white dark:!text-gray-200 !px-5 !py-1.5 rounded-full hover:bg-blue-600 transition-colors\">\r\n       access page    <\/a>\r\n  <\/div>\r\n<\/div>\n<!-- AUTO_SYNCED_PATTERN_INSERT_END -->\n\n\n\n\n\n<h3 class=\"wp-block-heading\">What is the difference between free CDN and paid CDN?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">free <code data-no-auto-translation=\"\">CDN<\/code>(For example, the free version of Cloudflare) provides basic content distribution and caching capabilities that are sufficient for most small and medium-sized websites, and can lead to significant improvements in performance. Paid versions offer additional features and advanced options. <code data-no-auto-translation=\"\">CDN<\/code> They typically offer faster edge networks, more advanced customization of caching rules, better security protections (such as more sophisticated DDoS mitigation), real-time analysis, and priority technical support. If your business has strict performance requirements or is facing security threats, the paid options are worth considering.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Are there any risks associated with database optimization?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Any direct operation on the database carries potential risks. Before using optimization plugins to clean data (such as deleting revisions or drafts), make sure you have a recent, complete backup of your website. Most reputable plugins offer a \u201cpreview\u201d feature that allows you to see the data that will be deleted and enables you to exclude certain items. It is recommended to perform these operations first in the website\u2019s testing environment (Staging) to confirm that everything is working correctly before applying them to the production environment.<\/p>","protected":false},"excerpt":{"rendered":"<p>This article provides a comprehensive overview of methods for accelerating WordPress websites, including optimizing images and scripts, implementing page and object caching, and selecting high-performance hosting environments. The aim is to significantly improve website loading speeds and search engine performance.<\/p>","protected":false},"author":7,"featured_media":0,"template":"","meta":{"_acf_changed":false,"footnotes":""},"tags":[400,289,2066,203],"knowledge_category":[280],"class_list":["post-12361648","knowledge_post","type-knowledge_post","status-publish","hentry","tag-wordpress-optimization","tag-performance-optimization","tag-server-cache","tag-website-speed-optimization","knowledge_category-wordpress"],"acf":{"site_seo_keywords":"WordPress\u52a0\u901f,\u7f51\u7ad9\u6027\u80fd\u4f18\u5316,\u7f13\u5b58\u914d\u7f6e,\u56fe\u7247\u538b\u7f29,\u811a\u672c\u5ef6\u8fdf\u52a0\u8f7d,\u6258\u7ba1\u73af\u5883\u9009\u62e9,WordPress\u901f\u5ea6\u7ec8\u6781\u6307\u5357"},"_links":{"self":[{"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/knowledge_posts\/12361648","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/knowledge_posts"}],"about":[{"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/types\/knowledge_post"}],"author":[{"embeddable":true,"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/users\/7"}],"version-history":[{"count":1,"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/knowledge_posts\/12361648\/revisions"}],"predecessor-version":[{"id":12405504,"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/knowledge_posts\/12361648\/revisions\/12405504"}],"wp:attachment":[{"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/media?parent=12361648"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/tags?post=12361648"},{"taxonomy":"knowledge_category","embeddable":true,"href":"https:\/\/www.likacloud.com\/en\/wp-json\/wp\/v2\/knowledge_category?post=12361648"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}