{"id":2328,"date":"2011-11-22T15:14:16","date_gmt":"2011-11-22T15:14:16","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2011\/11\/22\/316-memory-viewer-wordpress-plugin\/"},"modified":"2021-08-16T23:50:34","modified_gmt":"2021-08-17T03:50:34","slug":"memory-viewer-wordpress-plugin","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/","title":{"rendered":"Using InMotion Hosting&#8217;s Memory Viewer WordPress Plugin"},"content":{"rendered":"<p>While WordPress is great software because of its ease of use, it does have a history of using excessive server resources (such as memory and\/or cpu time) at times. This is not always the fault of WordPress directly, but instead it could be the result of either:<\/p>\n<ol>\n<li> a \u201cbad\u201d plugin<\/li>\n<li>a custom theme<\/li>\n<\/ol>\n<p>With so many lines of code in WordPress and custom user code written in plugins and custom themes, pinpointing directly where the excessive server resource usage is occurring is a difficult task.<\/p>\n<p>InMotion Hosting has developed a WordPress plugin that can help identify where in your WordPress installation there is a problem. This plugin is called <strong>Memory Viewer<\/strong>.<\/p>\n<h2>How Does the Memory Viewer Plugin Work?<\/h2>\n<p>WordPress is built up of many different functions that perform specific tasks. These functions run at very specific times during WordPress\u2019 execution. For example, there are functions that run when WordPress begins to load your theme, and there are specific functions that run when WordPress is creating your site\u2019s footer. For plugin and theme developers, WordPress has created several different \u201chooks\u201d in which you can run your custom code.<\/p>\n<p><strong>What the InMotion Hosting Memory Viewer Plugin does<\/strong> is jump in at certain hooks and logs specific data, including:<\/p>\n<ul>\n<li>The current memory used by WordPress at that time<\/li>\n<li>The maximum amount of memory used by PHP at that time<\/li>\n<li>The number of MySQL queries that have run at that point<\/li>\n<li>The amount of time MySQL has used up to that point<\/li>\n<\/ul>\n<p>So in summary, the Memory Viewer Plugin takes snapshots of WordPress\u2019 activity at certain points in WordPress\u2019 execution.<\/p>\n<h2>How do I use the Memory Viewer Plugin?<\/h2>\n<ol class=\"article_list\">\n<li><strong>Download and install the plugin<\/strong>The first thing you\u2019ll want to do is download and install the WordPress Memory Viewer Plugin:<br>\n<a href=\"https:\/\/www.inmotionhosting.com\/support\/files\/downloads\/memory-viewer\/memory-viewer.1.05.zip\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress Memory Viewer 1.5<\/a><\/li>\n<li><strong>Install and activate the plugin<\/strong>After installing and activating the plugin, visit one of your WordPress pages. At the bottom of the page, you\u2019ll see a table of data, similar to the screenshot below:<br>\n<a href=\"\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin.gif\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin-1024x576.gif\" class=\"optimized-lcp-image\" alt=\"results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin-1024x576.gif 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin-300x169.gif 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin-768x432.gif 768w\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p class=\"alert\" style=\"min-height: 30px;\">Please note that this data will only show when you are logged in as an administrator.<\/p>\n<\/li>\n<li><strong>Scan the data for any abnormalities<\/strong>At this point you can scan the data for any abnormalities. For example, if at one hook you\u2019re using 15MB of memory and then at the next you\u2019re using 50MB, you can get a good idea of where in WordPress\u2019 execution the big jump in memory took place. You can also click the \u201cshow queries\u201d link to view the exact queries that were ran between the two hooks. More importantly, you can see how much time it took for each query to run.<\/li>\n<\/ol>\n<p>While the plugin is named \u201cMemory Viewer\u201d, <strong>it also tracks cpu time<\/strong>, which may be the culprit (and not memory usage). You can review the time between each of the hooks to help determine if there is a problem somewhere. For example, if the average time between hooks is about .005 seconds and you notice an abnormal time of .9 seconds as one of the entries, this can help pinpoint where in the script it is taking long to execute.<\/p>\n<h2>How much Memory and CPU time should WordPress be Using?<\/h2>\n<p>The numbers we mentioned above were just examples that we came up with. Due to variations in server setups and how different hosting companies track server resource usage, we unfortunately cannot answer specifically the question of how much memory and CPU time your WordPress installation should be using.<\/p>\n<p>What we can do however is show you average data for a bare bones WordPress installation with only the Memory Viewer Plugin enabled. You can then compare your data against ours to determine how heavy your script is running.<\/p>\n<table class=\"article_table\">\n<tbody>\n<tr>\n<th>Average Total Time to generate the entire page<\/th>\n<td>0.1254 seconds<\/td>\n<\/tr>\n<tr>\n<th>Average Total Time used by MySQL<\/th>\n<td>0.0017 seconds ( 1.35% of total time)<\/td>\n<\/tr>\n<tr>\n<th>Average Maximum amount of memory used at any point<\/th>\n<td>17.56MB<\/td>\n<\/tr>\n<tr>\n<th>Total number of MySQL Queries Ran:<\/th>\n<td>14<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Can I log data at other times in WordPress\u2019 Execution?<\/h2>\n<p>Yes! You can place the following code in your PHP code to take a snapshot of server usage at that time.<\/p>\n<p class=\"code_block\">mvimh_log_data_at_hook(\u201cidentifier\u201d);<\/p>\n<p>The \u201cidentifier\u201d is just any text to help you identify the data in the table. For example, in the screenshot below, we used the following functions:<\/p>\n<p class=\"code_block\">mvimh_log_data_at_hook(\u201cline 10 of twentyeleven\/content.php\u201d);<\/p>\n<p class=\"code_block\">mvimh_log_data_at_hook(\u201cline 24 twentyeleven\/sidebar.php\u201d);<\/p>\n<p><a href=\"\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_calling-the-memory-viewer-plugin-during-custom-points-in-wordpress.gif\" rel=\"lightbox-0\"><img decoding=\"async\" alt=\"calling-the-memory-viewer-plugin-during-custom-points-in-wordpress\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_calling-the-memory-viewer-plugin-during-custom-points-in-wordpress.gif\" width=\"1600\"><\/a><\/p>\n<div style=\"clear:both;\"><\/div>\n<p class=\"alert\">Please be aware however that you cannot run these functions at any time you wish. They will only run after the Memory Viewer plugin as been initially loaded by WordPress.<\/p>\n<h2>How can I receive additional support \/ report bugs \/ suggest features?<\/h2>\n<p style=\"margin-bottom: 50px;\">If you have any questions about using the WordPress Memory Viewer plugin, feel free to <a href=\"\/support\/website\/ftp\/configuring-your-site-in-filezilla\/\">ask a question<\/a> or post a comment (on the bottom of this page), and we\u2019ll be more than happy to help!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>While WordPress is great software because of its ease of use, it does have a history of using excessive server resources (such as memory and\/or cpu time) at times. This is not always the fault of WordPress directly, but instead it could be the result of either: a \u201cbad\u201d plugin a custom theme With so<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/\"> Read More ><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4325,56],"tags":[],"class_list":["post-2328","post","type-post","status-publish","format-standard","hentry","category-wordpress-hosting","category-wordpress"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Using InMotion Hosting&#039;s Memory Viewer WordPress Plugin | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"InMotion Hosting has developed a WordPress plugin, Memory Viewer, to help identify specific points in your WordPress setup that may be using excessive memory \/ cpu.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using InMotion Hosting&#039;s Memory Viewer WordPress Plugin | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"InMotion Hosting has developed a WordPress plugin, Memory Viewer, to help identify specific points in your WordPress setup that may be using excessive memory \/ cpu.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-11-22T15:14:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-17T03:50:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin.gif\" \/>\n<meta name=\"author\" content=\"Brad Markle\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brad Markle\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/\"},\"author\":{\"name\":\"Brad Markle\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\"},\"headline\":\"Using InMotion Hosting&#8217;s Memory Viewer WordPress Plugin\",\"datePublished\":\"2011-11-22T15:14:16+00:00\",\"dateModified\":\"2021-08-17T03:50:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/\"},\"wordCount\":817,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin.gif\",\"articleSection\":[\"WordPress Hosting\",\"WordPress Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/\",\"name\":\"Using InMotion Hosting's Memory Viewer WordPress Plugin | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin.gif\",\"datePublished\":\"2011-11-22T15:14:16+00:00\",\"dateModified\":\"2021-08-17T03:50:34+00:00\",\"description\":\"InMotion Hosting has developed a WordPress plugin, Memory Viewer, to help identify specific points in your WordPress setup that may be using excessive memory \/ cpu.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin.gif\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin.gif\",\"width\":1600,\"height\":900,\"caption\":\"results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using InMotion Hosting&#8217;s Memory Viewer WordPress Plugin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\",\"name\":\"Brad Markle\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Using InMotion Hosting's Memory Viewer WordPress Plugin | InMotion Hosting","description":"InMotion Hosting has developed a WordPress plugin, Memory Viewer, to help identify specific points in your WordPress setup that may be using excessive memory \/ cpu.","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:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/","og_locale":"en_US","og_type":"article","og_title":"Using InMotion Hosting's Memory Viewer WordPress Plugin | InMotion Hosting","og_description":"InMotion Hosting has developed a WordPress plugin, Memory Viewer, to help identify specific points in your WordPress setup that may be using excessive memory \/ cpu.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2011-11-22T15:14:16+00:00","article_modified_time":"2021-08-17T03:50:34+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin.gif","type":"","width":"","height":""}],"author":"Brad Markle","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Brad Markle","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/"},"author":{"name":"Brad Markle","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf"},"headline":"Using InMotion Hosting&#8217;s Memory Viewer WordPress Plugin","datePublished":"2011-11-22T15:14:16+00:00","dateModified":"2021-08-17T03:50:34+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/"},"wordCount":817,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin.gif","articleSection":["WordPress Hosting","WordPress Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/","name":"Using InMotion Hosting's Memory Viewer WordPress Plugin | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin.gif","datePublished":"2011-11-22T15:14:16+00:00","dateModified":"2021-08-17T03:50:34+00:00","description":"InMotion Hosting has developed a WordPress plugin, Memory Viewer, to help identify specific points in your WordPress setup that may be using excessive memory \/ cpu.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin.gif","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/11\/WP_memory-viewer-plugin_results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin.gif","width":1600,"height":900,"caption":"results-from-the-inmotion-hosting-memory-viewer-wordpress-plugin"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/memory-viewer-wordpress-plugin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Using InMotion Hosting&#8217;s Memory Viewer WordPress Plugin"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf","name":"Brad Markle","url":"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2328","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=2328"}],"version-history":[{"count":7,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2328\/revisions"}],"predecessor-version":[{"id":86467,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2328\/revisions\/86467"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=2328"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=2328"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=2328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}