|
EnSpeedup
Making a Web Site Faster.
Lang-En
To make effective use of a server's resources and their allocation reasonable we recommend applying some useful technologies. MemcachedMemcached stores result sets from queries to a database in memory (eg MySQL) . This allows to reduce the number of queries to a database. See instructions how to install memcached on Windows. To install memcached on Ubuntu enter the following two commands: ((( sudo aptitude install memcached sudo aptitude install php5-memcache ))) | |
► Sign in to add a comment