You can’t really debug server errors without having really good access to the server itself. This would entail looking at the internal working of this particular host which I’m certain they would not allow nor spend any actual time trying to fix. Move to a better host if they cannot give you more details as to what the problem is or ask for access to the apache and sql logs.
The best you can do really is disable plugins one by one, start with ones that might need lots of cpu like xml sitemaps, or anything running dynamically by a request or action.
Enable slow query logging to pinpoint database problems.
You can also try this plugin, not sure how useful it is, TPC! Memory Usage
Related Posts:
- Easy code troubleshooting in wordpress
- Unable to load Posts list & Getting error 500 error
- Changes to WordPress database using phpMyAdmin not reflected on blog
- Turning off debug in my WP blog causes an internal error
- Is it possible to change the log file location for WP_DEBUG_LOG?
- Define WP_DEBUG conditionally / for admins only / log errors (append query arg for all links?)
- How do I find the version of WordPress I have from the source code?
- Control verbosity level of WP DEBUG?
- How to check if debug is true and can I use it for my own code? [duplicate]
- Suppress deprecated notices
- Debugging in WordPress
- Debug.log file is never created?
- Debugging WordPress themes with Xdebug, real time html output
- Tutorials for Unit-Testing in WordPress and for unit-test.svn.wordpress.org?
- Nginx – Prevent Access to Debug file [closed]
- How to make debug.log timestamps local time?
- How to debug when error_log not working as expected
- How can I determine what php files are being called by a given WP page?
- Where should I tell WordPress where error_log messages should be written?
- How to set up plugin project with XDebug remote debugging in PhpStorm
- Disable Debug Log Programmatically
- How to empty debug.log when file size is above xyMB?
- Intercepting wp_mail() to view contents
- Where’s The Best Place to use Register_Shutdown_Function()?
- Is it possible to set another language for debugging messages?
- Send specific users an email when posts are published
- Super WordPress debugging toolkit and triage procedures? [duplicate]
- Find source of notice / warning / errors efficiently
- if(!is_user_logged_in()) returns true when 404
- How to dump/log default values that are passed to hooks/filter functions?
- xdebug connects but won’t break in WordPress with vvv
- Using debug log in production, is that a security concern?
- The plugin generated xx characters of unexpected output. How to solve?
- debugging wordpress
- How to show the error causing the ‘There has been a critical error on your website’?
- Enable WordPress Debug only for Admin
- wp-includes/comment-template.php:26 – Trying to get property of non-object
- 500 internal server error
- PHP-FPM WordPress Debug
- Debugging preview not working problem
- Wordress debug log is not working
- Always keep a parameter in URL?
- How can I understand what is the cause of WP death (white screen)?
- Why does WordPress keep showing me error messages?
- Debug Notice: X is deprecated since version 4.5! Use Y instead
- “… logged-in …” seems top of my website
- PHP Notice – Custom Function
- Suddenly lots of bugs in my WP installation? [closed]
- Why does WP_DEBUG only work after wp_debug_mode() is called? [closed]
- Notice: Undefined index [closed]
- Notice: attribute_escape is deprecated
- How to disable JS? info windows from WP-FirePHP
- How do I acquire all the meta-information for a particular page I am on?
- How to find line of code causing wordpress deprecation notices
- Best location for a debugging script
- Debug Errors, site health
- problem with size of debug.log file
- What is debug.log.old? It seems to take up a lot of space
- Comment WP_DEBUG in wp-config file
- How can I remove text above the header? [closed]
- what are WP_DEBUG conditions?
- Best place to call xdebug helper functions?
- Cannot Modify Header Information – While trying logging in
- Running xDebug and NPM at the same time?
- 3,840 cronjobs with no action!
- Solution to White Screen of Death that does not require Web Server access?
- strange characters in debug file
- Notice on core function
- website returning random 504 and 502 errors
- Step debug wp cron run – ideas how to get this working in PHPStorm with Xdebug?
- There is no any line related the error but it says critical error
- Display Custom Taxonomy Dropdown posts
- Correct my shortcode for displaying a category?
- error log is going to the wrong location, WP_DEBUG_LOG is ignored
- A bug happens in the Footer and the code keeps appearing
- debug.log is not created
- HTTP 500 error when updating a page
- Error on add_submenu_page() declaration
- Debug info from request handler
- Debugging Mysterious PHP Addition
- WordPress seems broken when logged of
- Finding which functions were called
- Error on debug.log PHP Stric Standards and PHP notice
- Weird bug regarding the_excerpt()
- Debugging conundrum with a problem fixed by enabling WP_DEBUG
- Can’t show debug even after modifying wp-config
- how to error_log(wp_login_url())
- How do I issue a warning in a wordpress plugin?
- Method ‘post_title’ not found in class.
- How can I turn off WP_DEBUG_LOG messages coming from a specific plugin or theme?
- Blank sign in page
- Theme parts path location dump
- WP Debug set to true but still wsod
- How do you get the docroot directory?
- How to solve the fopen error?
- Why debug.log doesn’t work?
- debug notice on my WordPress site [closed]
- TGM plugin error in Theme Check Plugin
- How to check whether functions is deprecated or not?
- Why does my site generate .bt files?