I ask this question because my script queries the del.icio.us every time a user visits any site. Will it be correct? I'm afraid that it can possibly result in heavy loads for del.icio.us site and at the end my script will be banned by del.icio.us like, for example, this one: http://userscripts.org/scripts/show/1716
But that script (http://userscripts.org/scripts/show/3180 ) doing almost the same isn't banned, because it uses cache.
Caching in Greasemonkey is not great but it is the only way. You must not hit del.icio.us without caching.
Keep in mind that Firefox load time (and maybe memory usage) may be affected when having several hundreds cached items...
_______________________________________________ discuss mailing list [email protected] http://lists.del.icio.us/cgi-bin/mailman/listinfo/discuss

