I dont know where i learned the 1st tip, so if its already on this forum, Im sorry.
1. Http compression.
Simply paste the following code into your page html.
Instructions: select tools > page html > paste the code into the start of page section.
<?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?>
This makes your pages load faster.
I think, this compresses your page, transfers it to the users computer, then decompresses it.
Test it here: http://www.websiteoptimization.com/services/analyze/
Test your page without, then with.
2. Free, easy to use shopping cart.
Have a look at this free shopping cart. Its good stuff
Just copy and paste the code. Easy
And have a look at my new web designs. Both integrated seamlessly into 1.
simple web design & video production
I would like a comments on any faults you find or any tips you have.
ANYTHING
Thanks all
1. Http compression.
Simply paste the following code into your page html.
Instructions: select tools > page html > paste the code into the start of page section.
<?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?>
This makes your pages load faster.
I think, this compresses your page, transfers it to the users computer, then decompresses it.
Test it here: http://www.websiteoptimization.com/services/analyze/
Test your page without, then with.
2. Free, easy to use shopping cart.
Have a look at this free shopping cart. Its good stuff
Just copy and paste the code. Easy
And have a look at my new web designs. Both integrated seamlessly into 1.
simple web design & video production
I would like a comments on any faults you find or any tips you have.
ANYTHING
Thanks all
Comment