AJReading Posted April 24, 2007 Share Posted April 24, 2007 Hey guys, I just finished an image varification script http://www.ajrdev.com/ajrval/ajrval.php Ive made a basic sample test form at http://www.ajrdev.com/ajrval My internet connection is very fast so would like it if you guys could make sure the script executes nice and fast. I put a timer on the script and it comes out around 0.0060 to 0.0100 most of the time and im not sure if its accurate. The script picks out and loads 5 different random fonts so i just want to make sure its not going to be slow for people. If you could let me know if there are any speed issue that would be great. any other comments welcome too - thanks Link to comment https://forums.phpfreaks.com/topic/48474-image-verification/ Share on other sites More sharing options...
obsidian Posted April 24, 2007 Share Posted April 24, 2007 Very nice! The only complaint I have is that some of the fonts you use do not make case distinction an easy task with some letters. For instance, with some sans-serif fonts, determining the difference between a lower case 'L' and an upper case 'I' can be difficult. Otherwise, looks very smooth. In multiple refreshes, the longest page load time I had was 0.0065. Link to comment https://forums.phpfreaks.com/topic/48474-image-verification/#findComment-237073 Share on other sites More sharing options...
AJReading Posted April 24, 2007 Author Share Posted April 24, 2007 Yea i noticed that too, i picked out some fonts purely because they differ a lot, i guess ive got to choose a few better ones. I removed "o" and "0", "B" and "8" ect to remove as much confusion as possible but a new font may be a good idea. So the execution speed seems ok? Link to comment https://forums.phpfreaks.com/topic/48474-image-verification/#findComment-237083 Share on other sites More sharing options...
obsidian Posted April 24, 2007 Share Posted April 24, 2007 So the execution speed seems ok? To me, it's definitely fast enough. adding a couple hundredths of a second is no problem - especially seeing that most pages you would implement something like this into would be much more involved already. Link to comment https://forums.phpfreaks.com/topic/48474-image-verification/#findComment-237086 Share on other sites More sharing options...
AndyB Posted April 24, 2007 Share Posted April 24, 2007 execution time was fine, always under 0.007 seconds Link to comment https://forums.phpfreaks.com/topic/48474-image-verification/#findComment-237090 Share on other sites More sharing options...
xpersa Posted April 25, 2007 Share Posted April 25, 2007 Image executed in 0.0053 sec average time is 0.0050sec Link to comment https://forums.phpfreaks.com/topic/48474-image-verification/#findComment-238468 Share on other sites More sharing options...
AJReading Posted April 27, 2007 Author Share Posted April 27, 2007 Great, Thanks for your time guys Link to comment https://forums.phpfreaks.com/topic/48474-image-verification/#findComment-239767 Share on other sites More sharing options...
Recommended Posts