I want to make a website counter, called through javascript. I have the following question:
what is better/faster/less cpu intensive, to call visitor's number from mysql and write it to image with imagemick or maybe gd library
or
have small pictures of every number, then group them together into a single image file, so I get one image with visitor number.