the url may be usefull :)

http://didou.keliglia.com/phpdoc/quickref.html


The size of the JS file is 141Kb... waaay too much for the first page.


You're right, but we can split the file to 26 files and dynamicly include the needed one during the search, it will give ~= 5Kb per file, is this better ?



It's still hitting an extra file when you visit the frontpage. I'd rather see this on another location.


looking back to my code, the size of the file can be reduced by 50% if we take a shorter variable name for the array :)
plus the files will be cached by browser, so it will harm only once. (for users that have the cache enabled)
but you're still right, putting this in the main page isn't good.. some suggestions ?


didou

Reply via email to