From: Jon M. <jo...@te...> - 2006-03-24 17:46:37
|
Paul Davis wrote: >Problem seems to raise its head on Safari that because of reloading style >sheets the whole system becomes very slow to load one page. It's a very >real issue and one reason why we're thinking of simplifying the CSS >Paul > > P.S. It's not difficult to work out what the browser is doing - you just examine the network traffic on the client computer using tcpdump in the case of Linux or a similar GUI tool on Windows. It's well worth the small effort of doing this as it explains puzzling behaviour fast. The HTTP protocol is particularly easy because most of it is plain text - even when binary files are sent the request and response headers are all plain text. Jon |