Alexey Vatchenko wrote:
Hi! Is it possible to delay only new resources, but do not delay resources that were cached? I mean if e.g. i downloaded some images before, i want them to be displayed in browser immediately (not depending on browser's cache). Thanks!
Yes. Delay pools only affect objects fetched from the network.Doing the opposite (delaying the transfer of cached objects) is not possible*.
Chris * Short of modifying the source code and recompiling.