Author Archives: Bogdan

Mysql server optimization for InnoDB and MyISAM

Mysql server optimization In my other articles I showed you how to install a mysql server on Centos or on Debian / Ubuntu and the process wasn’t that hard right? Well that’s how it should be, installing things on a server is a basic thing really, configuring and optimizing it for your needs its the

Mysql sample configuration for InnoDB 4GB ram

Mysql_real_escape example

This particular mysql sample configuration file is for large server setup with heavy queries, you need at least 4GB ram, specifically for InnoDB only with few connections.

Mysql sample configuration with 512M ram

Mysql_real_escape example

On this page you will find a mysql sample configuration for servers with 512M ram, usually small to medium mysql server setup for medium websites with moderate usage.

Mysql sample configuration for less than 64M

Mysql_real_escape example

Mysql sample configuration file for server configuration with less than 64M ram, usually a small mysql server setup for small websites with less usage.

 

Mysql sample configuration for less than 128M

Mysql_real_escape example

On this page you will find a mysql sample configuration file for server configuration with less than 128M ram, usually small mysql server setup for small websites with less usage.

Mysql sample configuration for 1G-2G ram

Mysql_real_escape example

On this page you will find a mysql sample configuration file for server with memory of 1G-2G ram, usually for large mysql server setup for big websites with more usage.

Remote mysql connection using cPanel and VPS server

What is a remote mysql connection? Have you ever thought that you could use the web server in one place and the mysql server in a different place? It is possible, this is usually done to split the server resources, so that your database server is used separately than your other web server. Normally mysql

Combine css and js files using Minify

What is Minify? Minify is a PHP5 script application that helps you follow several of Yahoo!’s Rules for High Performance Web Sites, it speeds up your website by combining the static resources into one and allowing your browser to download in one go, all your website css files and js files. However you need to be

Reverse proxy and cache server using nginx

reverse proxy

Why using Nginx web server? Some of you will have this question, but others will feel this is the right thing to do. Well either way, I recommend using Nginx as a reverse proxy due to its scalability and performance. Nginx is being used to power up Cloudflare network, so this has been massively tested

Optimize images for websites

Image compression

Why optimize images for websites? I see a lot people using high quality images within their own website design, which is ok, looks nice and all that, but they do not know that using the images in a high quality image format will take a lot of time to download for each user visit. It

Request an article ←