The scale tag has no wiki summary.
1
vote
1answer
68 views
Memory usage for scalable usermeta queries
Problem
Some time ago I posted a question about the scalability of wp_usermeta architecture: my concern, as my client's database of users is growing fast, is now the memory usage of querying the ...
5
votes
2answers
184 views
WordPress database scalability from the code perspective
I have read through multiple questions here on StackExchange that concern WordPress scaling and the common opinion is that WordPress is indeed highly scalable provided you have the infrastructure to ...
0
votes
1answer
597 views
wp get attachment image always gives me thumbnail
I have an image which should be output on the page. The space is limited (width-max = 209px). Now I have to provide the image in a scaled size, if the user doesn't do it.
This is my code:
$src = ...
0
votes
2answers
264 views
Is WordPress MultiSite secure & how much can it scale? [closed]
Great info on How to Scale Wordpress and more info on Wordpress Web Hosting. Still, I am left with questions.
Creating a project that for the sake of argument we will call a blog network. A user ...
0
votes
2answers
168 views
Using catch_the_image to get the thumbnail size
I use front end posting on my site so I don't get a chance to set a featured image for alot of my posts. So I use catch_the_image to get thumbs but it gets the original size and then scales it which ...
10
votes
1answer
326 views
How to configure WordPress to handle 75,000 pages?
I have a large site that's using WordPress. We have 75,000 pages in the site so far, and it's performing well on the front-end.
The issue is that if anyone on our team touches the page editor ...
1
vote
1answer
276 views
Using Fullscreenr with a wordpress blog - weird bug
I'm wondering if anyone here has used the jquery plugin 'fullscreenr' with a wordpress theme before. I've noticed a weird bug that I'm sure anyone who has used this before for a wordpress build would ...
4
votes
1answer
463 views
How to resize images in wordpress without adding any compression or changing the color profile of the images, possible?
As you can guess from the title, Im looking for a solution that allows me to alter the way Wordpress processes/saves its newly created images according to the media settings in the dashboard. This is ...
3
votes
4answers
2k views
What are examples of large sites running WordPress? [closed]
One of the sites I currently maintain have approximately 2000 individual pages, broken down into departments and other such categories. Some of these pages contain "dynamic" content, such as a list of ...
4
votes
3answers
562 views
Performance tips for a large user base [closed]
I’m preparing a site with many users (100.000+). Since the output depends on the current user’s relation to some custom post types and taxonomies a static cache won’t help much.
Besides using a ...
18
votes
2answers
2k views
What are the best practices for using a caching plugin on a shared host?
I've launched quite a big site the other day and I'd like to incorporate a caching plugin. The setup is single-site with some Buddypress features mixed in (for user registration, maps with gpress, ...
16
votes
2answers
3k views
How well does WordPress scale?
With the new Wordpress and it's new features, it seems like WordPress is capable of much more than a simple blog engine. But how well does wordpress scale being used by say 10k -> 100k users per day?
...