Posts Tagged ‘Web’

Common reasons for a site to load slowly

Hi,

Google has started Considering the Load Time as an Important Factor while Ranking a Website at Index time.

Common reasons for a site to get load slowly.

The Time For Loading A Web Site Depends Mostly On:

1. The number / size of external resources included in the site.(Images , Feeds)

2. If Images are not properly optimized and resized. (Large and Heavy Images)

3. The database queries executed while the site loads. (Many database queries at the same time)

4. Use More Flashy Effects and High Resolutions Images. (If Flash has been used with heavy images)

I Hope This Information Helpful For You All.

Thanks.

 

How can I change my MySQL database collation?

How can I change my MySQL database collation?

Usually you will be interested in changing your MySQL collation in order to solve problems with foreign character encodings. The most common case is to change your MySQL collation from latin1 to utf8. This can be done by using phpMyAdmin and following the instructions below:

1. Enter your cPanel and click on the phpMyAdmin icon in the Databases box.

2. Select the database you wish to manage from the drop-down menu on the left

3. Click on the Operations tab in the top menu of your phpMyAdmin

4.  At the bottom of the page you will see the collation option. You can now select a collation from the drop down menu and click on the Go button.

Please note that after your change the collation of a database only the new tables will be created with the new collation. All other tables remain with the collation, they were initially created.