I would block the IP with iptables
if it were me, and if you have that kind of server level access.
You could also disable xmlrpc. Unfortunately, since 3.5 the admin screen option to disable that feature has been removed. A single line of code should disable it though: add_filter( 'xmlrpc_enabled', '__return_false' );
That might save some overhead from the requests, though it won’t eliminate all of it.
Related Posts:
- Profiling a WordPress Website for Deployment on Shared Hosting?
- How to implement a ‘fail whale’ to graciously limit server load (Solutions for system capacity governing)
- What is the expected limit for acceptable performance of WordPress without any adjustments?
- Loading scripts on specific page
- Too many MySQL connections on WordPress
- Load testing for WordPress functionality
- Large Number of WordPress Posts
- Getting two versions of CSS
- Why does my site flash white every time it changes page? [closed]
- Load-Testing a WordPress Site
- Internal Server Error and bad CSS
- Does having multiple random posts add up to server load and page load times?
- WordPress very high load when click “Publish”
- how to restore a wordpress website, when hosting has got expired but the hosting company gives you a bunches of zip file?
- Are WordPress Heartbeat API ‘beats’ staggered or do they occur simultaneously for all users?
- Restricting a Plugin to Only Load its CSS and JS on Selected Pages?
- How to Layer 7 Load Balance WordPress Backend and Frontend?
- Are there server performance benefits to fetching only specific fields when querying the REST API?
- Update, add, remove plugins, themes or wordpress behind load balancer
- Stress testing WordPress
- What are best practices for configuring a server for WordPress sites?
- Using Global Variables Expensive for PHP
- High CPU & Memory Spikes?
- How do I add indexes to WordPress Database?
- Is there a way to measure server resource (CPU) usage by WP plugins?
- Extra themes – ok or bad?
- Too many posts cause slow load when paginating
- Mysql / WordPress killing my server with 80k users [closed]
- Is it possible to cache ?wc-ajax=get_variation
- How can I measure the performance of any WordPress Plugin or Theme?
- Meta_query with relation ‘OR’ killing server CPU
- How to Better Control WordPress Cron Jobs?
- What is the best way to count and display the number of posts?
- server load. $_SERVER[‘REMOTE_ADDR’] and $_SERVER[‘HTTP_HOST’] [closed]
- Editing post and page responding 503 Service Unavailable
- Does loading of sub pages in menu cause load to the server?
- Checking for new message using AJAX and PHP. Server overload?
- WordPress takes too long to show 404 error on images (on LEMP stack)
- When to use wp_schedule_single_event for async / non-blocking processes?
- Site running slow on new server?
- What’s the best way to implement AJAX in WordPress?
- Handling large N data in WordPress
- image in my post disappeared after I upload website to remote server
- What is calling this parallax-slider.less file that is missing? [closed]
- Organize WordPress site, so it can maintain with huge database
- Site not responding error – taking long to load [closed]
- WordPress and WooCommerce – How many products are too many? [closed]
- How effective are cacheing plugins for dynamic pages?
- What is a reasonable memory limit for WordPress
- High CPU load when loading images in media library
- High traffic management in WP
- Should I store critical css in the database or in my theme’s filesystem?
- Server technical information and first respond time for WordPress
- Disable Garbage Collection? [closed]
- What will be the best caching system for wordpress blog which has more than one million blog posts? [closed]
- How much resources are good enough for 3.9.2
- How to reduce Apache connections caused by plugins?
- Exclude Random Redirect from caching?
- problem with wp theme uploading to server..?
- Offloading cron jobs
- How can i find the cron jobs that run on my site and then move them to the server side?
- Server peek by Own-IP-Calls?
- Limit Search Queries per IP per Day
- Is it possible to outsource wp-admin to another server?
- Why my site scroll top when end load pages
- How to update plugins in a distributed wordpress scenario?
- Incomplete attachment page
- How to optimize ‘select found_rows()’ query? Several ‘high load average’ alerts daily
- Automatically load WordPress page on server every XX hours
- Would Amazon AWS Services be a good alternative to my current hosting provider?
- WordPress article with 50 000 words loading slow – 100% cpu
- My wordpress website admin panel loads very slow, what can i do about that? [closed]
- Site load time increased
- Could a very long article slow down all website and wpadmin?