Results 1 to 3 of 3

Server Optimization Request

This is a discussion on Server Optimization Request within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Figured since you lot know the ins and outs more which would help vbseo , i post my request here ...

  1. #1
    Senior Member MentaL's Avatar
    Real Name
    MentaL
    Join Date
    Oct 2005
    Location
    Wales
    Posts
    425
    Liked
    8 times

    Server Optimization Request

    Figured since you lot know the ins and outs more which would help vbseo, i post my request here (MAYBE YOU CAN MAKE A SECTION)
    -----


    My forum is slow loading pretty much as said HERE im hoping to increase the load time so help is APPRECIATED


    1] Server is a dedicated server
    2] Specs are:

    cpu speed/type single or dual cpus): Single P4 2.8GHZ with HT
    how much memory installed: 2GIG of ram
    hard drive type/configuration: 2X 160GB SATA non raid
    linux distributor or windows version: CentOS 3.5 i686
    apache/IIS version: apache 1.3.34
    PHP version: 4.3.11
    MySQL version: 4.1.13-standard

    3] God knows....
    4] The usual way i guess by the Techs at datacenter
    5] top stats

    -bash-2.05b$ top
    14:35:43 up 2:44, 1 user, load average: 8.74, 8.87, 8.50
    475 processes: 472 sleeping, 2 running, 0 zombie, 1 stopped
    CPU states: cpu user nice system irq softirq iowait idle
    total 49.2% 0.0% 6.8% 0.0% 0.0% 0.0% 43.8%
    cpu00 43.9% 0.0% 8.2% 0.0% 0.0% 0.0% 47.7%
    cpu01 54.5% 0.0% 5.3% 0.0% 0.0% 0.0% 40.0%
    Mem: 2069296k av, 2018012k used, 51284k free, 0k shrd, 4728k buff
    92540k active, 132996k inactive
    Swap: 1052248k av, 508k used, 1051740k free 220656k cached
    PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
    5031 nobody 9 0 17652 17M 6536 S 10.6 0.8 1:22 0 httpd
    12052 nobody 9 0 17288 16M 6592 S 5.0 0.8 0:43 0 httpd
    14953 ragezone 16 0 1516 1516 920 R 4.8 0.0 0:02 0 top
    5970 nobody 9 0 15364 15M 6516 S 4.4 0.7 1:17 1 httpd
    5061 nobody 9 0 17436 17M 6504 S 4.3 0.8 1:15 0 httpd
    12739 nobody 9 0 17224 16M 6492 S 3.9 0.8 0:28 1 httpd
    13217 nobody 9 0 15556 15M 6500 S 3.5 0.7 0:18 1 httpd
    13768 nobody 9 0 15340 14M 6488 S 3.5 0.7 0:13 0 httpd
    14366 nobody 9 0 15436 15M 6484 S 3.3 0.7 0:08 1 httpd
    12662 nobody 9 0 15736 15M 6488 S 3.2 0.7 0:29 0 httpd
    13683 nobody 9 0 16008 15M 6492 S 3.2 0.7 0:17 1 httpd
    12144 nobody 9 0 18656 18M 6492 S 2.5 0.9 0:35 0 httpd
    13832 nobody 9 0 15272 14M 6504 S 2.2 0.7 0:10 0 httpd
    6]

    [mysqld]
    max_connections = 1650
    key_buffer = 64M
    myisam_sort_buffer_size = 64M
    join_buffer_size = 1M
    read_buffer_size = 1M
    sort_buffer_size = 2M
    table_cache = 1800
    thread_cache_size = 384
    wait_timeout = 180
    connect_timeout = 10
    tmp_table_size = 64M
    max_allowed_packet = 64M
    max_connect_errors = 10
    query_cache_limit = 1M
    query_cache_size = 96M
    query_cache_type = 1
    thread_cache_size = 384
    wait_timeout = 180
    connect_timeout = 10
    tmp_table_size = 64M
    max_allowed_packet = 64M
    max_connect_errors = 10
    query_cache_limit = 1M
    query_cache_size = 96M
    query_cache_type = 1
    query_prealloc_size = 16384
    query_alloc_block_size = 16384

    [mysqld_safe]
    open_files_limit = 8192

    [mysqldump]
    quick
    max_allowed_packet = 16M
    query_alloc_block_size = 16384

    [mysqld_safe]
    open_files_limit = 8192

    [mysqldump]
    quick
    max_allowed_packet = 16M
    [myisamchk]
    key_buffer = 64M
    sort_buffer = 64M
    read_buffer = 16M
    write_buffer = 16M
    7] http://ragezone.com/sql.php
    8] Other scripts on server like hivemail, but nothing as CPU intense.
    9] cookie timeout is 900 average user is 300 max is around 450
    10] http://ragezone.com/php.php
    11]

    KEEPALIVE = on
    MaxKeepAliveRequests = 100
    KeepAliveTimeout = 15
    MinSpareServers = 15
    MaxSpareServers = 20
    StartServers = 15
    MaxClients = 150
    Maxrequestsperchild = 500
    12] VB 3.5.0 Gold
    13] ......


    THANK YOU

  2. #2
    Senior Member
    Real Name
    Holger
    Join Date
    Oct 2005
    Location
    Frankfurt / Germany
    Posts
    611
    Liked
    1 times
    1. global
    in vb_root/includes/ config.php
    usepconnect = 1;

    in the php.ini
    mysql.allow_persistent = On

    2. apache
    TimeOut 120
    MaxKeepAliveRequests 2000
    MaxClients = 250
    MaxRequestsPerChild 20000

    3. mysql
    the first delete all double and three-way entries

    key_buffer = 128M
    table_cache = 1024
    wait_timeout = 90
    connect_timeout = 30
    query_cache_size = 32M

    4. workshop
    install http://sourceforge.net/projects/eaccelerator/

    kernel 2.6...... install

    everything without warranty

    reagrds

  3. #3
    Senior Member
    Real Name
    Holger
    Join Date
    Oct 2005
    Location
    Frankfurt / Germany
    Posts
    611
    Liked
    1 times
    ragezone.com eaccelerator need not 512mb ram
    change it to 36 in your php.ini thats
    sufficiently

    btw: when changes the settings you must restart the services always

    regards

Similar Threads

  1. Suggestion for a server problem
    By Mert Gökçeimam in forum Off-Topic & Chit Chat
    Replies: 1
    Last Post: 05-03-2006, 12:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •