Page 2 of 2 FirstFirst 1 2
Results 11 to 15 of 15

Thread: VB Forum speed increased??? How?

  1. #11
    Never say die nixcraft's Avatar
    Join Date
    Jan 2005
    Location
    BIOS
    Posts
    4,384
    Thanks
    17
    Thanked 755 Times in 496 Posts
    Rep Power
    10

    Default

    Quote Originally Posted by jarod View Post
    Hello ,

    what do you meen about " CDN"




    Thanks
    CDN = Content Delivery Network or Content Distribution Network.

    A CDN is a system of computer nodes containing copies of data such as CSS, video, images, js files, placed at various points in a network across the world.

    When a client browser accesses a copy of the data near to the client, as opposed to all clients accessing the same central server so as to avoid bottleneck near that server.

    For example, user in USA get data from cdn node located in USA. Same way a user located in Asia gets data from asian nodes instead of your server.
    All [Solved] threads are closed by mods / admin to avoid spam issues. See Howto mark a thread as [Solved]


  2. The Following User Says Thank You to nixcraft For This Useful Post:

    vamsi (30th December 2009)

  3. #12
    Senior Member vamsi's Avatar
    Join Date
    Nov 2009
    Location
    Bangalore / India
    Posts
    263
    Thanks
    138
    Thanked 14 Times in 12 Posts
    Rep Power
    5

    Default

    Quote Originally Posted by nixcraft View Post
    Shhh it is a secret

    Nothing special a little tweaking and added mysql query caching. If forum is very large try:


    • Move common assets (css/jss/logo/images) to CDN
    • Tune mysql query cahce
    • Use software such as APC, XCache, eAccelerator etc
    • Try memcached
    • Tune file system
    • Add lots of memory
    • Add fast Scsi 15k in RAID-10 etc

    Note none of the above used at nixcraft forum except Xcache and memcached.

    Hi vivek ..thanks for the tips..
    can we run Xcachw and memcached on same server ?

  4. #13
    Never say die nixcraft's Avatar
    Join Date
    Jan 2005
    Location
    BIOS
    Posts
    4,384
    Thanks
    17
    Thanked 755 Times in 496 Posts
    Rep Power
    10

    Default

    Quote Originally Posted by vamsi View Post
    Hi vivek ..thanks for the tips..
    can we run Xcachw and memcached on same server ?
    Yes, but vb will only use one of them. memcached will run on 127.0.0.1 and xcache directly loaded via php.ini
    All [Solved] threads are closed by mods / admin to avoid spam issues. See Howto mark a thread as [Solved]


  5. #14
    raj
    raj is offline
    Senior Member raj's Avatar
    Join Date
    Jun 2005
    Location
    Hyderabad
    Posts
    550
    Thanks
    55
    Thanked 39 Times in 36 Posts
    Rep Power
    12

    Default

    I think xcache works better with lighttpd. For Apache APC or eAccelerator is much better. We use APC and it is quite fast, YMMV.
    Raj
    Linux rulz.
    I have never turned back in my life ; I shall not do so today.. haha

  6. The Following User Says Thank You to raj For This Useful Post:

    vamsi (30th December 2009)

  7. #15
    Is that all you got? rockdalinux's Avatar
    Join Date
    May 2005
    Location
    Planet Vegeta
    Posts
    984
    Thanks
    27
    Thanked 70 Times in 61 Posts
    Rep Power
    19

    Default

    Quote Originally Posted by raj View Post
    I think xcache works better with lighttpd. For Apache APC or eAccelerator is much better. We use APC and it is quite fast, YMMV.
    Xcache also works with Apache. It is a php opcache and it has nothing to do with web server.
    Rocky Jr.
    What's wrong? I hope I am not making you uncomfortable...

    Never send a boy to do a mans job.

Page 2 of 2 FirstFirst 1 2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. A Job Forum Section?
    By chiku in forum Feedback & Site News
    Replies: 3
    Last Post: 13th March 2010, 10:39 AM
  2. New Kubuntu Forum
    By Johnny Utah in forum The Hangout
    Replies: 0
    Last Post: 29th June 2008, 10:56 PM
  3. Forum problem
    By nixcraft in forum Feedback & Site News
    Replies: 7
    Last Post: 28th August 2007, 08:16 PM
  4. Forum moved
    By nixcraft in forum Feedback & Site News
    Replies: 0
    Last Post: 4th July 2006, 07:23 PM
  5. Forum rules
    By vivek in forum Feedback & Site News
    Replies: 0
    Last Post: 1st February 2005, 11:04 AM

Tags for this Thread

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41