How to optimize PHP & MySql to speed up your blog site?

odod

New Member
Hello all,
I'm trying to find out the solutions for my blog site optimization.
I've optimized all images but it helps decreasing download time only 2 seconds.
The database of my site is very big; Thailand Travel Online.

Any suggestion?
Tnx.
 

jnjc

New Member
I am not sure if optimising you DB should be your focus.

There are other things that will help your site render quicker. Things like:

Move your JS files to the bottom of the page
Minify your JS files
Reduce you HTTP requests by combing multiply files.
ie. If you have 3 .css files combine them into 1 file likewise for .js


HTH,
JC
 

rab123

New Member
How to best php site

Hi

I've optimized all images but it helps decreasing download time only 2 seconds.

Thanks
 
Top