How to debug periodic performance issue
How to debug periodic performance issue
How to debug periodic performance issue
Sorry to hear this. That is a lot of plugins! Since you have no worries installing/using so many, I have to ask: have to tried using a plugin to minimize and impact performance of Javascript and CSS? Might be worth trying something like this just to see how it impacts overall performance: https://wordpress.org/plugins/autoptimize/ Also, have … Read more
If your content is rarely updated and that you have configured a caching solution to have what is commonly called a ‘supercache’. This means that ounce a page is cached, next call to that page will return a static content, without requiring a call to a php interpreter. Even on a cheap hosting, you can … Read more
Yes it’s true your code can consume more resources then normal.Because you are working with feed and fetch_feed() consume more. It creates SimplePie object based on RSS or Atom feed from URL. You can do one thing just limiting your post as below: <h2><?php _e( ‘Recent news from Some-Other Blog:’, ‘wpdocs_textdomain’ ); ?></h2> <?php // … Read more
in http://dev.betheshow.com/wp-content/plugins/appointment-booking/frontend/resources/js/bookly.js?ver=11.3 there are several javascript scrollTo commands. maybe one of them causes it. You should go step-by=step debugging to get the exact point, to find which one causes.
What permissions should I set on each of wp folders? Users will need to upload various assets (images, pdfs, office docs, audio, video). I found this article here that seems helpful, but would like to get some input from folks having done this? This will be the same as any other web server. Whatever user … Read more
This type of question is open ended to answer because it depends on many variables. The typical memory usage of bare WP usually starts at 15MB and scales up. What you can do is turn on debugging and install the Debug Bar plugin and it will show you the amount of memory you’re using. In … Read more
System Requirements MainWP Requires the following to work correctly: WordPress 3.6 or greater WordPress Memory Limit 64MB or more PHP version 5.3 or greater (PHP 5.6 or greater recommended) PHP Safe Mode Disabled PHP Max Execution Time 30 seconds or more PHP Memory Limit 128MB or more cURL Library Enabled cURL Timeout 300 seconds or … Read more
Did you try to change the PHP version from 5.6 to 7.x? It can help to improve page load speed. If you use CPanel you can change it below on “MultiPHP Manager” menu. If you use cache plugins try to disable them. Some kind of plugins can decrease the load speed. If it doesn’t help … Read more
Try either of these for your site, either one will guide you to better page load performance. http://webpagetest.org http://gtmetrix.com