Skip to main content

Home/ BoxMonkey/ Group items tagged webtrees

Rss Feed Group items tagged

Alex Street

Configuration for big number of individuals - 0 views

  • 50 concurrent/interactive users - frustratingly slow
  • 1GB of RAM to MySQL sounds about right for your size of database
  • configure webtrees and MySQL
  • ...8 more annotations...
  • RAM, RAM and more RAM
  • webtrees will take advantage of MySQL's query cache and PHP/APC if they are enabled.
  • article on the WIKI with some suggestions regarding MySQL tuning.
  • capabilities of your server: software, memory, hardware (drives) and bandwidth
  • mediocre server can never be made to perform well,
  • good experiences with Amazon's servers and heavily uses their CDN as well.
  • I too use a CDN service, Cloudflare,
  • has substantially lightened the load on my server
Alex Street

webtrees - webtrees - Sujet : Add an unlinked person (1/1) - 0 views

  •  
    "fisharebest@gmail.com"
Alex Street

Access Problems - 0 views

Alex Street

Users Guide - webtreesWiki - 0 views

  • main page on Editing People or Editing Families for specifics on each form to add a new or link to an existing Individual.
  • Rarely there is a need to add an unlinked person first
  • A Family is created automatically when you add a spouse, parent or child
  • ...1 more annotation...
  • new person can be added in the Close Relatives tab on the Individuals screen, or from a Family screen by clicking to add a child, husband or wife.
Alex Street

MySQL Configuration - webtreesWiki - 0 views

  • default configuration supplied on many installations is very poor
  • Configuration File
  • configuration settings are stored in a plain text file
  • ...16 more annotations...
  • my.cnf on Linux and MacOS-X.
  • errors in my.ini, MySQL will refuse to start
  • MySQL daemon process, mysqld.
  • configuration lines take the format setting-name=value.
  • find out the version of your MySQL server (
  • max-allowed-packet=32M
  • wait-timeout=60
  • slow query log (as the name suggests)
  • MySQL for query processing.
  • Caching
  • saves the result of each query you run
  • Setting this too high can be counter-productive.
  • table-cache=1024
  • key-buffer-size=64M sort-buffer-size=16M
  • MySQL has a large number of configuration options. Adjusting these can make an enormous difference to the performance of your database
  • my.ini
1 - 9 of 9
Showing 20 items per page