Tagged Questions
0
votes
1answer
43 views
Large Number of Wordpress Posts
I am in process of setting up a catalog website and it has some 1.5 Lac products. I will write some script to import all the products but I am not sure whether WordPress will be able to handle such a ...
0
votes
1answer
112 views
Too many posts cause slow load when paginating
I have about 10k posts and I made a page that lists all posts but it is paginated every 54posts. It gives 131 queries in 6.730 seconds which is pretty slow to load. Is there a way to make it load ...
0
votes
1answer
112 views
Loading scripts on specific page
I tend to place my wp_enqueue_scripts hooks on my functions.php but this ends up piling up scripts across my site.
Which makes more sense?
1:
function load_slider(){
global $post;
...
3
votes
2answers
208 views
Stress testing WordPress
We are going to launch a community site with 100K posts, 100K comments, 10K terms, 5 users ( all admin/editorial), and approx 500K recs in the wp_postmeta.
Site may grow with a larger author base and ...
0
votes
2answers
667 views
Why does my site flash white every time it changes page?
Any ideas? Never had this problem before.
http://bit.ly/xvclET
Thanks
2
votes
2answers
528 views
What is the expected limit for acceptable performance of WordPress without any adjustments?
In your experience, when is the time one needs to start thinking about scaling up?
What is the expected performance of a common WordPress installation on a standard Apache web server, without any ...
7
votes
4answers
1k views
Profiling a WordPress Website for Deployment on Shared Hosting?
I am having a problem with CPU usage on my website, and am looking for a way to detect (and fix) what is causing it. A topic not covered in this question.
Following on Hakre answer here, I now ...