Email Send/Receive causes slow access to website host server. Any Suggestions?

Hello Community.
"Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth."
I have a bit of a weird problem and though it sounds silly, I'm 99% certain of the cause. My business migrated our five different sites to a new web host (shared hosting) about 5 months ago. Since then we've been plagued by a localised speed issue with connecting to that host. The host is a reasonably good one, but for some reason when connecting on our local network ONLY we were having intermittent load problems; anywhere for instant load to 40-50 seconds. After much testing we have arrived at an improbable conclusion; That accessing webmail (e.g. clicking Send/Receive) on any Mac within our network causes a massive and immediate slow-down of website access and smtp connection to any of our five sites held on the shared hosting server.
Again, I know how strange that sounds, but we've essentially proved it based on ping tests and side by side comparisons of isolated computers. The ONLY computers that are affected are the Macs on the network and also mobile browsers on multiple platforms. Windows based PCs are not affected by the slow down.
Also, the problem seems to be access based. By that I mean, one a site is accessed it loads almost instantly, but it can take up to 40 seconds of white screen before the site is reached. Interestingly, during this time, the sites' ping speeds are perfectly normal UNTIL the moment when the page is finally accessed and it loads instantly. Once the load triggers the ping speeds increase dramatically to the point where they occasionally time out. Once the site is loaded the ping speeds return to normal (approx 22 ms).
... help!
Important: Things we've ruled out:
ISP is not a factor (used a 3G modem to rule this out)
Router is not a factor (see above)
Switch is not a factor (Tested different switch)
Individual terminals are not a factor (when removed from the network or isolated on the network the individual terminals perform perfectly. Furthermore when an external mac (iMac laptop) was introduced to the network it performed just as poorly)
Browser/Operating System/CMS platform not a factor (multiple CMSs have been tested, testing on multiple computers with different versions of OS have been tested, and all sites have different CMSs; Joomla, Concrete 5, Bespoke, and Wordpress of different versions)
Cpanel setup not a factor (Each site has its own Cpanel account, the are not set up as add-on domains. Furthermore, a similar slow down has been observed on other sites held on that server)
Mixed platform network not a factor (We removed non-mac based computers from the network and turned off wi-fi to isolate and found no change)
DNS does not appear to be a factor (We tested multiple DNS including Googles 8,8,8,8 / 8,8,4,4 and found no change)
Cabling does not appear to be a factor (though the cabling isn't perfect, it's at least Cat5/Cat6, plus it wouldn't affect only our sites)
Email Client does not appear to be a factor (accessing email via Outlook or Mail App causes the slowdown)
Important: Things that we suspect
Computer Year of Manufacture: (though all computers are affected, the problem is most severe on pre-2013 constructed models (regardless of OS)
POP3/SMTP request immediately triggers the slow down (observed visually as well as in ping tests. No mail needs to be sent/received during this process to trigger the slow down, simply the request causes the spike. We haven't yet been able to test IMAP)
The Networked Macs (not the individual macs): (the individual computers when isolated on the existing hardware perform fine. Only when they are networked does the slow down occur)
DNS (Even though we've found no link to DNS, if feeeeels like a DNS issue.)
CHANGE of host. (We changed hosts due to extremely poor service and tech support. The new guys are fantastic. Though I don't think it's the new host's fault, it's possible that the change of hosts has caused our network to search for our websites in the wrong place)
Apple Knows Best: Is there something that Macs do with Mail to update a routing table? Like, could a mail application trigger an update to a local routing table?
Has anybody heard of anything like this before? Or can anybody suggest any possible things to test or change? Even though email requests seem improbable, I can confirm that it has been proved visually and through tests. As you can probably tell, our testing has been extensive so if you notice anything in our test  conclusions that I could add to please... I'm seriously open to suggestions now.
Any help with this would be much appreciated.
Kind Regards,
-TheWebFella

Hi Linc
Thanks for the suggestion. Yeah I'd already tried that. It's been deactivated on most of our computers already. Plus like I said, it's different browsers on multiple macs and also some mobile browsers on both iPhone and Samsung on our wireless network. I can confirm that on mac the problem is consistent across Chrome, Firefox as well as Safari.
Thanks anyway! Any other takers?

Similar Messages

  • Recently changed computer, after migration & deleting most of old emails, email send & receive so slow

    It takes a few minutes for email to be received even if it's just 2 short msgs. It takes a while to move between emails, error msg always appear as "not responding" everytime. We have the latest update, network was the same one we were using for a few months now before the change of pc. New pc has windows 8.

    ''odtech [[#question-1058383|said]]''
    <blockquote>
    It takes a few minutes for email to be received even if it's just 2 short msgs. It takes a while to move between emails, error msg always appear as "not responding" everytime. We have the latest update, network was the same one we were using for a few months now before the change of pc. New pc has windows 8.
    </blockquote>
    Thank you very much. It has solved the problem.

  • Email send/receive suddenly doesn't work ; can't change email settings as BB phone won't accept valid username and password -- what to do?

    email send/receive suddenly doesn't work (as of September 24th); I can't change email settings (one suggestion from tech) as BB phone won't accept *valid* username and password -- what to do?
    I understand from a support note that if I keep trying my password/username combination, my BB will eventually delete all data!
    I can't understand this. I'm completely lost now. I can't remember what I've done or tried to do. A plethora of usernames and passwords is swimming in my head.
    Thanks for any hints. I have always loved this BB Bold and have never had any trouble with it.

    But the real question is why for the past year did the passwords work and then all of the sudden after this anomaly the disk password doesn't work?  I'm not 100% sure of what my configuration was, but I know that most of the time it required one password -- supervisor, and occasionally it asked for 2 -- disk password as well I believe.  This may have been related to the Password on Restart setting I think -- asking for the disk password on cold vs. warm boot.  But I know both were exactly the same.  But after this incident only the Supervisor password worked.

  • TS3899 After updating to ISO6, my email sending get extremely slow or dispeard. on the botton line of mail page always indicate "sending # of 9", however I do not know where to check or delete these unsent items. Please help! It has consumed lots of data.

    After updating to ISO6, my email sending get extremely slow or dispeard. on the botton line of mail page always indicate "sending # of 9", however I do not know where to check or delete these unsent items. Please help! It has consumed lots of data.
    I use @me.com and @hotmail.com

    Hi,
    >>A CHAR datatype and VARCHAR2 datatype are stored identically (eg: the word 'WORD' stored in a CHAR(4) and a varchar2(4) consume exactly the same amount of space on disk, both have leading byte counts).
    Ok, but on the other hands:
    SGMS@ORACLE10> create table x (name char(10), name2 varchar2(10));
    Table created.
    SGMS@ORACLE10> insert into  x values ('hello','hello');
    1 row created.
    SGMS@ORACLE10> commit;
    Commit complete.
    SGMS@ORACLE10> select vsize(name),vsize(name2) from x;
    VSIZE(NAME) VSIZE(NAME2)
             10            5
    SGMS@ORACLE10> select dump(name),dump(name2) from x;
    DUMP(NAME)                                         DUMP(NAME2)
    Typ=96 Len=10: 104,101,108,108,111,32,32,32,32,32  Typ=1 Len=5: 104,101,108,108,111Cheers

  • Email send/receive issues

    Hello, I have three email addresses:  Mobileme, Roadrunner and Gmail.
    Sending email to/from any of these addresses from my iphone 4s is 100% received on my mac - but only 50% received on my iphone.
    Sending email to/from any of these addresses from my macbook pro is 50% received on my mac and only 20% received on my iphone.
    This started about a week ago - it seems right around the time I did a software update on my iphone. 
    Sent from iphone:
    All mobile me emails sent from my iphone are received on the macbook but only half are received on the iphone.
    All roadrunner emails sent from my iphone are received on the macook but none are received on the iphone
    All gmail emails sent from my iphone are received on the macbook, but only half are received on the iphone
    Sent from macbook pro:
    None of the roadrunner emails sent from the macbook pro are received on the iphone or the macbook pro - none.
    All of the mobile me emails sent from the macbook pro are received on the macbook pro, but only half are received on the iphone
    Half of the gmail emails sent from the macbook pro are received on the macbook pro, but none of those are received on the iphone.
    Can anyone offer any suggestions on what could possibly solve this problem?  Thank you in advance.

    Fixed it. Changed the connection type from Internet to WAP services

  • I suddenly can't receive emails from senders at a particular domain.  They can receive emails from me.  I haven't blocked them.  Any suggestions on how to 'reopen the line' will be appreciated, thanks.

    I suddenly can't receive emails from senders at a particular domain.  They can receive emails from me.  I haven't blocked them.  Any suggestions on how to 'reopen the line' will be appreciated, thanks.

    Contact iCloud support. Apple's spam filters may have detected spam coming from users on that domain and blocked all email from it.

  • My Mac has gone really slow since upgrading to Mavericks. Any suggestions as to how to speed things up again?

    My Mac has gone really slow since upgrading to Mavericks. Any suggestions as to how to speed things up again?

    First, back up all data immediately unless you already have a current backup. If you can't back up, stop here. Do not take any of the steps below.
    Step 1
    This diagnostic procedure will query the log for messages that may indicate a system issue. It changes nothing, and therefore will not, in itself, solve your problem.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Triple-click anywhere in the line below on this page to select it:
    syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail | awk '/:/{$4=""; print}' | open -ef
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key.
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    A TextEdit window will open with the output of the command. Normally the command will produce no output, and the window will be empty. If the TextEdit window (not the Terminal window) has anything in it, stop here and post it — the text, please, not a screenshot. The title of the TextEdit window doesn't matter, and you don't need to post that.
    Step 2
    There are a few other possible causes of generalized slow performance that you can rule out easily.
    Disconnect all non-essential wired peripherals and remove aftermarket expansion cards, if any.
    Reset the System Management Controller.
    Run Software Update. If there's a firmware update, install it.
    If you're booting from an aftermarket SSD, see whether there's a firmware update for it.
    If you have a portable computer, check the cycle count of the battery. It may be due for replacement.
    If you have many image or video files on the Desktop with preview icons, move them to another folder.
    If applicable, uncheck all boxes in the iCloud preference pane. See whether there's any change.
    Check your keychains in Keychain Access for excessively duplicated items.
    Boot into Recovery mode, launch Disk Utility, and run Repair Disk.
    If you have a MacBook Pro with dual graphics, disable automatic graphics switching in the Energy Saverpreference pane for better performance at the cost of shorter battery life.
    Step 3
    When you notice the problem, launch the Activity Monitor application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Activity Monitor in the icon grid.
    Select the CPU tab of the Activity Monitor window.
    Select All Processes from the View menu or the menu in the toolbar, if not already selected.
    Click the heading of the % CPU column in the process table to sort the entries by CPU usage. You may have to click it twice to get the highest value at the top. What is it, and what is the process? Also post the values for User, System, and Idle at the bottom of the window.
    Select the Memory tab. What value is shown in the bottom part of the window for Swap used?
    Next, select the Disk tab. Post the approximate values shown for Reads in/sec and Writes out/sec (not Reads in andWrites out.)
    Step 4
    If you have more than one user account, you must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way you launched Activity Monitor. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Select the 50 or so most recent entries in the log. Copy them to the Clipboard by pressing the key combinationcommand-C. Paste into a reply to this message (command-V). You're looking for entries at the end of the log, not at the beginning.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some personal information, such as your name, may appear in the log. Anonymize before posting. That should be easy to do if your extract is not too long.

  • HT4623 The APP application on my iPad does not function properly - any downloads requested immediately fail and send me back to the main iPad screen.  Any suggestions on how to fix this - all software has been updated to iOS 5.1.1 and no other updates are

    The APP application on my iPad does not function properly - any downloads requested immediately fail and send me back tot he main iPad screen.  Any suggestions on to hoe to fix this?  The software has been updated to iOS 5.1.1, and no furthe updates are available.

    This is my boilerplate response when app downloads are stalled or in the "waiting" mode. There are a bunch of things here to try.
    Tap on the "installing" icon and see if you can pause the install, then tap on it again in order to resume the install.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Make sure that you do not have a stalled download in iTunes - a song or podcast .... if you have a download in there that did not finish, complete that one first. Only one thing can download and install at a time on the iPad so that could be what is causing the problem.
    If that doesn't work - sign out of your account, restart the iPad and then sign in again.
    Settings>iTunes & App Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>iTunes & App Store>Sign in and see if the install resumes.
    If all else fails, download the updates or the apps in iTunes on your computer and then sync the content to your iPad.

  • TS3899 On ipad unable to send to btinternet address - failure notice comes back. Any  suggestions?

    On ipad unable to send email to btinternet address - comes back as mail failure. Any suggestions?

    Welcome.
    Have you checked that the details are correct?

  • When I open Itunes it says, I don't have enough access privileges for this operation, any suggestions.

    When I open Itunes, It says I don't have enough access privileges for this operation, any suggestions.

    If u find out let me know cause i have the same problem happened about 2 weeks ago

  • After I installed the recent Apple security patch, I can no longer save PDFs when using Safari. And Firefox no longer can open website PDFs. Any suggestions?

    After I installed the recent Apple security patch, I can no longer save PDFs when using Safari. And Firefox no longer can open website PDFs. Any suggestions?

    Dansyacht wrote:
    If the previous Safari suggestion doesn't work try the following:
    In Finder, go to Macintosh HD/Library/Internet Plug-ins and move AdobePDFViewerNPAPI.plugin to the Disabled Plug-ins Folder.  Restart Safari.  If this works you may just want to delete that FUBAR plug-in.
    Thanks.  This was the solution for me.
    Message was edited by: tvdowntown

  • I keep getting an error when trying to receive the new update iOS7 on iPhone5.  Any suggestions?

    I keep getting an error when trying to receive the new update iOS7 on iPhone5.  Any suggestions?

    Do the update using iTunes on your computer.
    Plug your iPhone into iTunes (current version), let it sync, then click "Check for Updates" on the iPhone's summary page in iTunes.

  • I have Adobe Photoshop Album 1.0 & suddenly cannot send photos thru e-mail.  It looks like it's working ok; but when I hit Send nothing happens and the program stops responding.  Any suggestions?

    I have Adobe Photoshop Album 1.0 & suddenly cannot send photos thru e-mail.  It looks like it's working ok; but when I hit Send nothing happens and the program stops responding.  Any suggestions?

    I have starter 3.0 and cannot share pictures via outlook express. Evidently that version is discontinued and my outlook express does not support the MAPI that is required. I think the only solution is to upgrade to photoshop
    elements or to send photos as attachment to your e-mail.  I have the same problem using Zoom Browser EX sending photos via internet. I spent a whole day trying to resove this issue and have exhausted all options. Just like "Instant share" in HP image Zone that was replace by photoshop album starter 3.0 and now it is out dated.

  • I am currently receiving error message "Microsoft Excel quit unexpectedly".  Any suggestions on how to fix?  I notice same message for powerpoint and word.

    I am currently receiving error message "Microsoft Excel quit unexpectedly".  Any suggestions on how to fix?  I notice same message for powerpoint and word.

    That generally has to do with data corruption.   Is your data backed up?
    What version of Office do you have?
    What Mac operating system?

  • Ipod is slower after upgarde to ios 5; any suggestions?

    hello all. I update my Ipod 64GB, last ersio, to IOS5; everything is working fine besides that the ipod became slow!! when it goes to stand by mode (while listen to music) and i unlock it again...the screen somehow freezes and yuo need to wait before the touch screen is working again; i mean compared to few weeks ago, before i did the upgrade it is slower; can this be improved? any suggestions? it is still a great player but i liked a lot the speed you could move between the apps  etc. etc.; hope it will be fixed

    You can try:
    - Powering off and then back on the router. This will free up memory since iOS 5 seems to use more memory and when it runs low the iPod can get slow.
    - A reset. Nothing will be lost.
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Restore from backup
    - As lost resort, restore to factory defauts/new iPod

Maybe you are looking for