chemdream
Forum Replies Created
-
Forum: Plugins
In reply to: Classes not working in Functions!If I declare the new object within the function, it works perfect.
But referencing it in the functions parms, or accessing it via “global” does not work…
Forum: Plugins
In reply to: Extend the upload functionNevermind, I found it. It is wp_handle_upload
Forum: Fixing WordPress
In reply to: Speeding Up WordPress on Ubuntu.My main PHP site, which is pretty big and even a bit messy:
Requests per second: 56.20 [#/sec] (mean)WordPress with Twenty Eleven:
Requests per second: 1.57 [#/sec] (mean)For fun, an index.php that just echos “hello world”
Requests per second: 1183.78 [#/sec] (mean)
heh…They are on the same servers. Very strange!
Forum: Fixing WordPress
In reply to: Speeding Up WordPress on Ubuntu.A lot of that was very helpful. I made some changes, and the server is a bit more responsive.
But it still seems like WordPress itself is slow. My other sites that are PHP/JS run much faster.
I’m wondering if there are any other ways to speed up wordpress itself?
Thanks again!
Forum: Fixing WordPress
In reply to: Speeding Up WordPress on Ubuntu.My sites get about 400 unique hits per day.
Do these apache settings seem optimal?
StartServers 5
MinSpareServers 5
MaxSpareServers 15
MaxClients 20
MaxRequestsPerChild 500Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] Conflicting?Hmm. The only other plugin that is running is smartyoutube. Possibly that’s the culprit?
I fixed everything but 1 thing!
If I add a site, my super admin doesn’t have it listed in ‘my sites’. Only the user that is created when the site is created has access to it.
Is there a way to list all sites in the super admin’s “my sites”?
Thanks!!!