Reduce the amount of plugins. Check your theme for memory intense stuff or lots of queries.
Add this line to your footer or hook it to the shutdown
hook to see some basic information:
<!-- Time needed to print this page: <?php timer_stop( 0, 3 ); ?> Number of queries needed to process this request: <?php get_num_queries(); ?> -->
Then take a look at your site through source code and at the bottom you’ll find the html comment containing this basic data. Then start disabling single plugins to see the difference and their impact on performance.
Furthermore I’d say the max user restriction is not by wp, but by your shared hosting account.
Related Posts:
- Steps to optimize WordPress in regard to server load and website speed?
- Website is slow: advice on optimization
- What are best practices for configuring a server for WordPress sites?
- Speeding Up Bulk Post Creation – wp_insert_post & update_post_meta
- How to properly insert a stylesheet in wp_head
- Using Multiple Queries of “home_url” vs. Calling a Variable Multiple Times
- Could a higher number of registered image sizes affect performance?
- Page taking time in loading. Also used lazy loading but doesn’t work?
- Optimizing site speed by localizing paths
- get_the_id, get_the_permalink, and get_the_title all with one DB call
- Server technical information and first respond time for WordPress
- Offloading cron jobs
- admin.php taking 14 seconds
- Site load time increased
- How to optimize recaptcha__en.js
- How can I optimize my website for improved speed? [closed]
- what does O(N) mean [duplicate]
- Which Python memory profiler is recommended? [closed]
- What is the difference between spark.sql.shuffle.partitions and spark.default.parallelism?
- Big O, how do you calculate/approximate it?
- Java check if boolean is null
- the asymptotic growth of n choose floor(n/2)
- Slow Query for the wp_options table
- Profiling a WordPress Website for Deployment on Shared Hosting?
- What is the best caching option for WordPress multi-site on non-shared hosting?
- Restricting a Plugin to Only Load its CSS and JS on Selected Pages?
- Why is home (a lot) slower than other pages?
- How many posts can I have in a WordPress website?
- WordPress so slow to load on MAMP
- Do multiple revisions really slow down WordPress?
- Fastest server stack configuration for WordPress?
- Cache WordPress translations
- What is the expected limit for acceptable performance of WordPress without any adjustments?
- What is the proper use of https in a modern E-Commerce environment?
- Utilize WordPress Authentication Only
- WordPress tries to load “next page” after done loading current page
- Is checking whether the blog is installed necessary?
- What is a reasonable get_num_queries() result?
- Performance impact of using functions in WordPress?
- How to solve slow WordPress site caused by attachment_metadata
- Minimal WordPress load for only `get_option` to work (because ajax…)
- Is there a way to measure server resource (CPU) usage by WP plugins?
- Hardcoding and WordPress Performance
- What other plugins are there available to track app performance for wordpress?
- Combining multiple javascript and css files
- Why can’t /wp-login.php be load balanced?
- WordPress Meta description – is it better to use manual configuration?
- Preload external PHP information
- Removing translation textdomain
- AWS (or others) vs VPS
- Do I manually minify css code in my main theme or child theme?
- Downsize CPU & DB usage in wordpress
- WordPress 3+ slow load times on Ubuntu 10.10
- WP Optimization: Removing Orphaned wp_options (especially the autoload ones)
- I’m designing a plugin to create database indexes. Suggestions?
- WordPress takes too long to show 404 error on images (on LEMP stack)
- How to preload images through Code Snippets wp_head for specific pages?
- TTFB increased for no reason
- Can the page load time depend on incidence of visiting?
- Preload Cache for thousands of posts may be on non-production environment
- Page Loading Issue [closed]
- Suggestion to improve slow WordPress page
- Optimise page loading time faster on Genesis child theme [closed]
- Long wait times in first part of call to WordPress on Azure
- How effective are cacheing plugins for dynamic pages?
- Wordress importing scripts
- Server Hardware for WordPress [closed]
- WordPress network vs Separate installs
- Bandwidth usage increased in WordPress 3.5
- How to test site speed?
- Measure WordPress performance on different hosts
- Calling various CSS sheets in header a good idea?
- Optimizing function that automatically creates internal links based on post title string
- Using functions repeatedly instead of variables
- WordPress Site Speed (Maybe Server Issue)
- Does fixing PHP notices improves website performance?
- How do I make content only load on desktop? [duplicate]
- Slow issues with Website running WordPress on Azure
- WordPress digitalocean taking forever to load
- Favicon is loading very late
- Website slow : my fault or the host?
- Website Load Time takes forever
- What can be a solution when my wordpress is extremely slow?
- get_template_part calls amount and performance?
- Improve WordPress performance on large number of posts
- licenses, subscriptions, etc and the impact on performance
- Website is loading twice unnecessarily
- What’s the best way to dequeue / remove uncooperative scripts and styles?
- Is WP-Cron / wp_schedule_event suitable for time-consuming actions?
- Using static home page and wordpress only as a blog
- Optimising amount of calls to custom fields
- High I/O load when hosting lots of wordpress sites
- How we can reduce wordpress page loading time? [closed]
- How to Aggregate, minify and compress (AMC) static and dynamic resources?
- How to resolve google page speed issues for wordpress website
- How can we remove “unused”/no long used calls when loading the homepage?
- How can a single disk in a hardware SATA RAID-10 array bring the entire array to a screeching halt?
- High load average, low CPU usage – why?
- Very long initial loading (20sec)
- Identifying Issues in Pagespeed Insights: Server Response Time and Long Main Thread Tasks