olaf
Thu 13 September 2007, 11:15 pm GMT +0300
I have some very busy topsite and the button on this busy sites is generating some nice load.
Since I rank the sites based on the inbound clicks I don't need the button impression count.
now my problem, because there are ~500 websites using the the link to the button I need to do something.
at the moment I use some php file function to show only the image through the button script. It looks like that server load is lower since I use it this way (no more database transactions inside the button script).
I sit maybe better/faster to redirect the button request to the button image via mod_rewrite?
Since I rank the sites based on the inbound clicks I don't need the button impression count.
now my problem, because there are ~500 websites using the the link to the button I need to do something.
at the moment I use some php file function to show only the image through the button script. It looks like that server load is lower since I use it this way (no more database transactions inside the button script).
I sit maybe better/faster to redirect the button request to the button image via mod_rewrite?