I would recommend increasing the default mysql, apache and php values in their respective config files also
I have already looked into this reducing it and the amount didn't change even partially. Using cron every minute can take up the server resource too. Try to do a research on this view too.
Okay, for the caching and whatnot where or what would I be looking for. I can certainly look into GZIP and caching as long as setting wise for oxwall I am looking for the right thing. Much appreciated for this. what ive noticed with oxwall is when you first install or when your first perform an upgrade it can be quite server intense, after a while as your servers php op cache kicks in (if you have not already install something like xcache) and as oxwalls internal cache kicks in things begin to smooth out. You should also enable GZIP compression and leverage browser caching.
I would recommend increasing the default mysql, apache and php values in their respective config files also
Leverage browser caching tells the visitors browser to download images and javascript files rather then having to download them from the site on each and every visit.
xcache > http://xcache.lighttpd.net/
I I am not sure how to lower the sizing of my index and dashboard pages
I would also recommend enabling GZIP compression and leverage browser caching (http://markelse.com/articles/)
Try routing your site through CloudFlare
Turn on its compression (disable it on your server by removing / commenting out the gzip lines in .htaccess), and enable all its other compression and caching features. It will dramatically reduces the resources on your server ... and really speed up your page loads.
Example of one of my sites running on a very heavily loaded shared server using CloudFlare:
I had vps pro from arvixe i started with regular vps but it crashed every hour they suggested upgrading so i did and same thing just less often what got me is while, monitoring my vps it would not actually max out and the next second it would just be down so so far I am unsure but I am happy to maintain up time my hits have suffered a major blow from all this maybe I should have stayed at xitti after all honestly its hard t find proper servers that offers the same kind of specs that I have at servint. (not sure what hardware arvixe use tho).
it could have been caused by your vps reaching its max http connections or max mysql connections did you try tweaking either of these?
I'm about to send out a mass notice to about 600 people to come sign up on my oxwall installation. I'm running it on a vps with 4 gigs of ram allocated and 12 virtual cpus. I'm thinking that should be enough? Currently about 1 gig in use. Can you tell me what kind of tweaks I should make to apache config and mysql?
I've currently got this in the /etc/my.cnf file:
innodb_file_per_table=1
default-storage-engine=MyISAM
local-infile=0
open_files_limit=3624
query_cache_type=1
query_cache_size=32M
thread_cache_size=16
and in apache...
Timeout 300
TraceEnable Off
ServerSignature Off
ServerTokens ProductOnly
FileETag None
StartServers 5
<IfModule prefork.c>
MinSpareServers 5
MaxSpareServers 10
</IfModule>
ServerLimit 256
MaxClients 150
MaxRequestsPerChild 10000
KeepAlive On
KeepAliveTimeout 5
MaxKeepAliveRequests 100
I've also got Cloudflare enabled. I turned "rocketloader" off due to its quirkiness with javascript.
in php.ini
zlib.output_compression = On
Should these be adjusted?
Thanks!
Oh, email is not a problem at all. I control that environment completely. I am concerned of cpu and ram and how many concurrent users can be supported. Should I modify any of those server variables in the my.cnf, httpd.conf or php.ini ? What does an "optimized" vps look like for maximum concurrent users?
Thanks!