Help-Bluehost Has Throttled My Site Now Loads Slow

5 replies
  • WEB DESIGN
  • |
Bluehost has throttled my band width now my site loads slow. I have read through their how to fix it and still do not understand how to fix this.
Has anyone else had this issue with Blue host and if you have how did you fix it.
I have removed about 6 plugins that I had installed before the time it slowed down.
I do have a Hostgator reseller account should I shift my site to them.

I have other small sites that are not effected.

The slow site in question is
AffiliateMarketingHomestead.com

Thank you Bruce.d.Stewart
#bluehost #helpbluehost #loads #site #slow #throttled
  • Profile picture of the author wcardinal
    the problem is all those plus-one buttons - they are taking forever to load
    {{ DiscussionBoard.errors[4257749].message }}
  • Profile picture of the author sang6iru
    try to disable all the plugins and see if ur site still loads slow. its the basic thing i do when i'm facing such problem on my site.
    {{ DiscussionBoard.errors[4257836].message }}
    • Profile picture of the author Profolegy
      I got nothing to loose will deactivate all of the plugins and then try the site
      Signature
      First 10 Modules for Free.
      Online Business Building Academy
      http://AuthoritySiteNomad.com
      {{ DiscussionBoard.errors[4257885].message }}
  • Profile picture of the author wcardinal
    The only thing that is causing the problem is the plus-one buttons. You are loading the javascript for each button. It goes and pulls the file from google on each load of a button, constructs the button, and THEN loads the page.

    read this:
    +1 multiple page setup question. - Webmaster Central Help

    You need to load this code ONCE in the header:

    Code:
    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
    and then where each button will be put this:

    Code:
    <g:plusone href="http://www.example.com/blog"></g:plusone>
    {{ DiscussionBoard.errors[4257939].message }}
    • Profile picture of the author Profolegy
      Originally Posted by wcardinal View Post

      The only thing that is causing the problem is the plus-one buttons. You are loading the javascript for each button. It goes and pulls the file from google on each load of a button, constructs the button, and THEN loads the page.

      read this:
      +1 multiple page setup question. - Webmaster Central Help

      You need to load this code ONCE in the header:

      Code:
      <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
      and then where each button will be put this:

      Code:
      <g:plusone href="http://www.example.com/blog"></g:plusone>
      Thank you for that I will attend to it in the next couple of hours
      Bruce.
      Signature
      First 10 Modules for Free.
      Online Business Building Academy
      http://AuthoritySiteNomad.com
      {{ DiscussionBoard.errors[4258036].message }}

Trending Topics