It looks like your site is doing a lot of processing when displaying a page.
have you tried adding a caching mechanism?
you can give plugin a try: http://wordpress.org/extend/plugins/w3-total-cache/
Related Posts:
- Profiling a WordPress Website for Deployment on Shared Hosting?
- What is the expected limit for acceptable performance of WordPress without any adjustments?
- Loading scripts on specific page
- Large Number of WordPress Posts
- Steps to optimize WordPress in regard to server load and website speed?
- How well does WordPress scale?
- What are the best practices for using a caching plugin on a shared host?
- 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?
- Optimize apache for WP use
- Many POST requests to /xmlrpc.php from GoogleBot taking down server?
- Nginx FastCGI_Cache Vs PHP Caching
- W3 Leverage browser caching not working for google pagespeed [closed]
- How to implement a ‘fail whale’ to graciously limit server load (Solutions for system capacity governing)
- Should I use Transients with W3 Total Cache APC Caching? [closed]
- Will I see a performance hit if I use native API calls like get_the_title() instead of $post->post_title?
- Nginx + WordPress + HHVM: Why isn’t Batcache working? Would Varnish help even more?
- Stress testing WordPress
- How can I reduce the number of database query calls for this custom homepage?
- Any reason why wp_cache_set not to work?
- What are best practices for configuring a server for WordPress sites?
- Extremely slow WordPress website with 6000 posts
- Too many MySQL connections on WordPress
- Too many posts cause slow load when paginating
- Mysql / WordPress killing my server with 80k users [closed]
- How can I measure the performance of any WordPress Plugin or Theme?
- How many caching plugins should be used?
- Load testing for WordPress functionality
- Is using WP Transients to save external data for a plugin the best/right way?
- What is the best way to count and display the number of posts?
- server load. $_SERVER[‘REMOTE_ADDR’] and $_SERVER[‘HTTP_HOST’] [closed]
- Optimizing Jetpack for WordPress [closed]
- WordPress Caching On Demand
- WordPress takes too long to show 404 error on images (on LEMP stack)
- Correct way to perform non-cacheable DB query
- What’s the best way to implement AJAX in WordPress?
- Reasonable Size Limit to options entry
- Getting two versions of CSS
- Why a URL with a query is always slower than that without a query?
- How to cache a different page version based on HTTP header?
- Preload Cache for thousands of posts may be on non-production environment
- Nav and logo loading each time causing menu to move JointsWP – Foundation 6
- Should wp_query automatic meta and term cache priming be used in an enviroment with an object caching
- W3 Total Cache: use cache for request with ignorable query string [closed]
- How to prevent/delay MySQL connections when an object cache is used?
- w3 Total Cache not Caching – Requested URI is rejected [closed]
- How effective are cacheing plugins for dynamic pages?
- High traffic management in WP
- Should I store critical css in the database or in my theme’s filesystem?
- Last-Modified header support doesnât speed up server processing – want more
- Server technical information and first respond time for WordPress
- Avoid loading Facebook buttons and statistics multiple times
- What will be the best caching system for wordpress blog which has more than one million blog posts? [closed]
- Load-Testing a WordPress Site
- How do I serve fully cached full HTML on cloudfront
- Repeated nav bar queries failing to be cached
- Minifing js files with w3 total cache and expiring the combined file [closed]
- Offloading cron jobs
- Changing WP Object Caching during runtime
- How to cache a custom API call?
- Cache the registration of a custom post type?
- String Replace Caching & Chance of Collisions
- Is it possible to outsource wp-admin to another server?
- Internal Server Error and bad CSS
- Debug Performance Issues
- Does having multiple random posts add up to server load and page load times?
- How to optimize ‘select found_rows()’ query? Several ‘high load average’ alerts daily
- Bluehost WebHost and performance problems with W3TC [closed]
- WordPress article with 50 000 words loading slow – 100% cpu
- Site load time increased
- WordPress very high load when click “Publish”
- nginx + wordpress: Best practices for configuring it to be secure, reliable, and fast? [closed]
- To what degree can use of caching-plugins and a CDN boost WordPress performance? [closed]
- how to restore a wordpress website, when hosting has got expired but the hosting company gives you a bunches of zip file?
- How to cache WordPress oembed links in the page header?
- Could a very long article slow down all website and wpadmin?
- How can i store cache of wordpress a database request without plugins?
- How can I wordpress cache a database request with no existing plugin?
- “Object-cache.php” disables wp_cron and even disables my entire site, and keeps reappearing by itself again after I delete it
- LIKE vs CONTAINS on SQL Server
- What’s the best way to search for a UPC code in a Database?
- How to measure elapsed time in Python?
- What do Clustered and Non-Clustered index actually mean?
- what does O(N) mean [duplicate]
- When should I use CROSS APPLY over INNER JOIN?
- Convert Set to List without creating new List
- Fastest way to check if a value exists in a list
- Returning an empty string : efficient way in c++
- Measure the time it takes to execute a t-sql query
- How can you profile a Python script?
- Replace values in list using Python
- Most efficient way to map function over numpy array
- What’s the best way to convert a number to a string in JavaScript?
- Which Python memory profiler is recommended? [closed]
- What is the difference between spark.sql.shuffle.partitions and spark.default.parallelism?
- Python Sets vs Lists
- Big O, how do you calculate/approximate it?
- What is the difference between call and apply?
- What is the difference between set and hashset in C++ STL?
- Returning an empty string : efficient way in c++