The optimization tag has no wiki summary.
-1
votes
0answers
19 views
What wordpress services use APC / other optimizer? [closed]
I was curious if there are any statistics on which Wordpress services, if any, include the ability to use APC by default, or if they use Zend optimizer or another optimization php-plugin by default? ...
0
votes
1answer
51 views
What can cause JavaScript and CSS files to be minified?
On one of my client's site, I see that my plugin's JS and CSS files are minified.
Trying to identify what causes the files to minify, I tried to deactivate all plugins (except mine), and changing the ...
1
vote
1answer
66 views
How to prevent execution of default query, while preserving ability to use WP_Query in template?
PROBLEM: I'am trying to prevent execution of default WordPress query for custom category template. I have found a possible solution, but looks like it preventing execution of all post queries:
...
1
vote
1answer
32 views
Can I prevent “wp_user_level” from getting added to wp_usermeta on registration?
I've heard this meta key is obsolete, but they are still getting created every time a user registers. Can I prevent this? I'm trying to slim down that table.
0
votes
1answer
1k views
WooCommerce Cart and Checkout Very Slow [closed]
I was hoping to collect some thoughts and ideas to help speed up my cart and checkout page. We're using WP Super Cache, WooCommerce, WooCommerce Stripe, WooCommerce Subscritpions, and WooCommerce ...
0
votes
0answers
82 views
Possible scope of optimization with an encrypted plugin Wishlist member
One of our site uses Wishlist member plugin to manage a big membership site. The performance of the site has been good till the site starts hitting members count in thousands. We are at 20K+ members ...
8
votes
3answers
233 views
Make Google index the entire post if it is separated into several pages
While this is a question, it is as well a serious warning to publishers that separate their posts using <!--nextpage-->.
Bare with me. I run a highly trafficked multiple author platform that ...
-1
votes
1answer
80 views
Wordpress Blog hosted on Bluehost goes Down very often , can i go for CDN? [closed]
Hi i have my WP Blog hosted on Bluehost along with two other blog. Its my primary one , it get average 20000 pageviews a day , and in some days it goes beyond 40k .
So, in such situation , the site ...
0
votes
4answers
2k views
Speed up Wordpress
I don't have the feeling that my blog is particularly slow, but that's because I haven't really started out yet. I'm very worried that it will get slow soon, especially because I will have blog posts ...
0
votes
1answer
23 views
Cache metadata for set of posts
I have a query that can only be done using straight SQL, but I need to loop through the returns as a set of posts. As I understand it, WP_Query automatically gets all the metadata for all the posts ...
8
votes
2answers
207 views
What is a good alternative to using $content_width for image optimization?
The $content_width GLOBAL in WordPress effects many themes and even some plugins by limiting the size of images and embeds in posts, it is a requirement for themes submitted to wordpress.org.
It is ...
1
vote
2answers
158 views
How do I edit the htaccess file to optimize my website?
Hi I have tried to optimize my website energyshop.se for a cpl of days but I cant seem to get it done. This is how my .htaccess looks like:
Header unset ETag
FileETag None
# Hantera och redirecta ...
3
votes
9answers
777 views
Website is slow: advice on optimization
This WordPress-based website i just released is dead slow.
I've optimised my theme a lot and get a pagespeed of 91/100 but the first time to byte is the culprit: it takes 8 up to 20 seconds.
I've ...
3
votes
2answers
137 views
Safe to disable wptexturize?
To optimise the speed of my platform (beyond caching, database optimisation, JPEG compression, CSS sprites etc), it has come to my attention that disabling the wptexturize() function may give some ...
0
votes
1answer
31 views
Optimizing site speed by localizing paths
I read an article (which I didn't save) that argued you can improve the performance of your site by changing all file paths to full paths, so for instance, instead of <img src="<?php ...
4
votes
3answers
2k views
Optimize Multiple Taxonomy Term MySQL Query?
(Moderator's note: Title was originally: "query/database optimisation")
I'm written a function for a custom "filter" search panel that allows users to select terms from up to four custom taxonomies. ...
9
votes
2answers
3k views
Wordpress Database Slow - should I switch to InnoDB?
I have a WordPress site with well over 10k posts, and things are starting to get very slow whenever I am adding and editing posts. Pages load nice and fast for users, along with the admin lists of ...
0
votes
1answer
655 views
Wordpress Hyperdb Implementing Problem [closed]
Hello for some days I am trying to testing the wordpress hyperdb. http://wordpress.org/extend/plugins/hyperdb/ I Have taken three server with 2 node each at vps.net with centos each.
server1 = ...
42
votes
12answers
3k views
Steps to Optimize WordPress in Regard to Server Load?
Besides installing W3 Total Cache or another caching plugin what steps can I take to make sure that my theme and site run as fast as possible.
1
vote
3answers
460 views
Settings to get the most out of W3 Total Cache
I'm running a dedicated server which hosts one website - our WordPress install.
Currently we're getting around 400,000 pageviews per month and that will likely rise quickly over the coming month - ...
2
votes
1answer
70 views
Performance-wise, is it better to enqueue a (small) script on every page or test to see if it's needed?
I'm using the FitVids.js script to make YouTube video embeds work with a responsive layout. The script is < 3kb, but only about half of my pages actually have YouTube embeds.
In terms of total ...
1
vote
1answer
69 views
How to optimize my query filtering out unwanted data?
I use get_posts ($arg); to query the post table. Usually I need only three fields: post_title, ID and post_excerpt. But the data returned are many more, including post_content that is usually huge.
I ...
1
vote
1answer
90 views
How to stop wp_postmeta from being called on archive and search pages?
Currently, when I load a search or result page, it queries the wp_postmeta table which is leading to the page taking ages to load. I realise this is a result of this table being huge (70k rows), and ...
0
votes
2answers
111 views
Minimizing scripts & css files that plugins add
I try my best to limit plugin usage and only use ones that are well designed. But I still find that many will load a lot of extra scripts and styles, and few have options to load selectively based on ...
7
votes
3answers
348 views
What's a good strategy for planning Wordpress DB growth?
Hoping for some feedback on the topic of optimizing and staying on top of performance as a Wordpress database grows... to paint a picture.... let's say you have a wordpress / buddypress MU site that ...
2
votes
2answers
203 views
Splitting the main query in multiple loops with query_posts and/or pre_get_posts?
I have a custom post type 'events', to which I have associated a custom taxonomy 'calendar'. The calendar has 12 fixed terms, for each month of the year ( 'august', 'october', 'november, etc.).
I'm ...
8
votes
6answers
550 views
How to benchmark a WordPress installation?
I'm trying to gather some benchmarking data to determine how well my optimizations to WordPress are fairing. I've found this page on High Traffic Tips but it doesn't contain any data. Are there any ...
3
votes
2answers
395 views
WP_Query leaking absurd amounts of memory
Every time I call WP_Query() in the function below, Wordpress leaks 8 megs of memory. And since I call this function a lot, things get hairy pretty quickly... :( I've tried unsetting the resulting ...
0
votes
2answers
60 views
How effective are cacheing plugins for dynamic pages?
The majority of pages of one of my sites can only be accessed by registered users. While these pages do share some common, static content (headers, etc) most of the information on the page is ...
2
votes
2answers
559 views
If I consider changing my WordPress DB tables to InnoDB, will it have an effect on the way WordPress works?
I found a superb post here about optimising WordPress for large installs.
One of the steps refers to lighthttpd which sounds excellent but isn't currently supported by DirectAdmin. Last time I messed ...
0
votes
2answers
194 views
How can I improve the performance of this query_posts loop?
I created a WordPress page template to build a customised XML feed for certain WordPress posts on my site. Specifically, the page template renders XML and only includes certain custom post types and ...
1
vote
1answer
146 views
Has anyone used the wordpress plugin w3-total-cache on a Dreamhost VPS successfully?
I was encouraged by Dreamhost to go with FCGI, XCache and w3 total cache. But I'm not sure what the optimal settings are, especially re: the Object and Database cache. Any suggestions?
Also, I can't ...
1
vote
0answers
151 views
WP-Super-Cache - generate cache programmatically
I wonder if there is possibility to generate WP-Super-Cache programmatically after the cache is being purged ( after I have published a new post ). I thought of writing some kind of crawler that will ...
10
votes
2answers
651 views
How to cache json with wp-super cache
In a new project we are using wp-super-cache (the client's preferred plugin) to create the static html files for custom content types. But we are trying to figure out if everything is being cached ...
5
votes
6answers
2k views
Long Waiting Times on GoDaddy?
I prefer not to use GoDaddy because I always encounter performance issues. However, one of my clients is rather insistent on using them... so we are.
I've tested this with a vanilla Wordpress 3.0+ ...
0
votes
1answer
396 views
Should I remove transients from the wp_options table?
I have been doing some cleaning up in the database of one of my WordPress installs, and I noticed that the wp_options table was about 2.1mb, and had 1200 rows. I've gotten it down to around 800 rows, ...
0
votes
2answers
73 views
Is my host the problem?
I've been working on my WordPress Site for quite some time now, and it's about ready to be deployed. One major issue, though - it's VERY SLOW! At first I thought that the 20 second load time could be ...
-1
votes
2answers
174 views
Lots of SQL queries
I have a site with more than 300,000 posts (but really little posts) and cheking why is going so slow I've seen that in the hompage it makes something like this:
"Generated in 15.024 seconds. Made ...
0
votes
2answers
1k views
better wordpress minify problem
i am using better wordpress minify plugin
but it breaks site due to one of css file
http://www.mydomain.net/?mcsf_action=main_css&ver=3.1.1
i would like to add it into exception list so ...
38
votes
8answers
3k views
Refactoring Wordpress to improve memory performance [closed]
I had a close look at Wordpress memory consumption. On my site, it seems that for each page hit 20MB of RAM gets allocated, just to prepare comfy environment for all the plugins to run in. I plotted ...
0
votes
1answer
53 views
What causes a theme to be inefficient?
Someone has asked me to analyze if his theme is 'good'. I've decided to analyze it in terms of
number of assets that the theme needs
compressing those assets
ensuring wp_enqueue_x is being used
...
1
vote
2answers
673 views
Very Slow Page - How to Optimize # of Queries?
EDIT 12/19/2011
Thank you again Ijaas. Everything is working except for the order of the days. It is ordering the groups of days by the publish order. If an older post has a newer date in its ...
0
votes
2answers
393 views
My website is slow on the initial load
I am creating my first website in wordpress, and I have noticed some strange behavior. The website is really slow on the initial load.
When I open the website after some time of inactivity, let's say ...
0
votes
1answer
99 views
High traffic management in WP
I have to develop a site in Wordpress similar to an already existing site in JSP which handles approx.50K users a day and 200 users at a time. And in load testing i get that wordpress can handle only ...
0
votes
1answer
388 views
How do I minify '@import' css files with wp-minify?
I am trying to use wp-minify to minify my js/css on the fly. I can get the 'direct' css files to be minified, but I can't seem to get wp-minify to minify the 'linked' css files. My theme is a child ...
1
vote
1answer
321 views
Does WP Super Cache really compress my pages?
I enabled the compression option on WP Super Cache (off by default!) on my blog. After that, Website Optimization started identifying my pages as being compressed (before, it didn't).
All seemed well ...
1
vote
3answers
468 views
WordPress hosting optimized servers - Is this just a sales gimmick?
I have always hosted my own websites on my own hardware, this includes WordPress. I always see on shared hosting sites "WordPress Hosting" which looks to be the exact same as their regular hosting ...
3
votes
4answers
2k views
Optimizing a Proximity-based Store Location Search on a Shared Web Host?
I've got a project where I need to build a store locator for a client.
I'm using a custom post type "restaurant-location" and I have written the code to geocode the addresses stored in postmeta ...
5
votes
1answer
272 views
Optimize post insert and delete for bulk operations?
Not much noticeable when working with individual posts, but when you create or delete multiple thousands in bulk and by code - process is quite slow.
Are there any good tweaks to apply and corners to ...
7
votes
1answer
150 views
How do I optimize a custom post type admin page with 25,000 posts?
I'm getting the occasional excessive resource limit error to due to loading so many posts at once. We had set the PHP limit to 128 but just loading the list of posts for a couple of the post types is ...

