Forum Moderators: phranque
The status bar on my firefox browser usually shows "waiting for [mysite.com..."...] for several seconds before it says "Transfering from..." which will show for a very short period of time...
Does anyone know what is causing problem like this? Thank you so much for your help.
Also, be sure that scripts included by other scripts are included using local file includes, and are not included using HTTP requests from the server to itself.
If the script is customized in any way, look for any tests it might be doing that might 'hang' waiting for some other resource or variable to become available. If the code makes using of file-locking, be sure that it is scoped appropriately, so that files remain locked only when necessary, and for the shortest time possible.
Jim