MyBB Community Forums

Full Version: My Forum seems so laggy.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello there.
I would like to know why my forum loads so slowly.
My hosting plan:
  • SSD Disk30 GB

  • DDoS Protection (All Layers)Included

  • DomainsUnlimited

  • TransferUnlimited

  • MySQL DatabasesUnlimited

  • Email AddressesUnlimited

  • SubdomainsUnlimited

  • Connection 10Gbs
The Hosting company is Blazing Fast.


Generated in 98 ms (55.38% PHP / 44.62% MySQL) 
SQL Queries: 17 / Server Load: 4.68 / Memory Usage: 2.75 MB


PS:I am still developing the forum.
It loads in 98ms, that isn't slow.
It may have to do with the host though because I do not have 100% uptime.
Can you post a link to the actual forum?
(2015-10-13, 05:15 PM)sterg Wrote: [ -> ]Hello there.
I would like to know why my forum loads so slowly.
My hosting plan:
  • SSD Disk30 GB

  • DDoS Protection (All Layers)Included

  • DomainsUnlimited

  • TransferUnlimited

  • MySQL DatabasesUnlimited

  • Email AddressesUnlimited

  • SubdomainsUnlimited

  • Connection 10Gbs
The Hosting company is Blazing Fast.


Generated in 98 ms (55.38% PHP / 44.62% MySQL) 
SQL Queries: 17 / Server Load: 4.68 / Memory Usage: 2.75 MB


PS:I am still developing the forum.

Do you have access to php.ini? ZendOpCache will give you the biggest performance improvement.

Quote:It loads in 98ms, that isn't slow.
98ms is a bit slow compared to what can be achieved with some small tweaks.
Here is the forum guys:
http://techyforums.net/
(2015-10-13, 06:05 PM)sterg Wrote: [ -> ]Here is the forum guys:
http://techyforums.net/

Its your host. TTFB (Time to First Byte) is above 1s for many requests. The server might be overloaded or their configuration limits Apache in some way. The issue is the way your server serves dynamic content, which is unaffected by MyBB.

Are you using the stock .htaccess file?
(2015-10-13, 06:10 PM)SentoWeb Wrote: [ -> ]
(2015-10-13, 06:05 PM)sterg Wrote: [ -> ]Here is the forum guys:
http://techyforums.net/

Its your host. TTFB (Time to First Byte) is above 1s for many requests. The server might be overloaded or their configuration limits Apache in some way. The issue is the way your server serves dynamic content, which is unaffected by MyBB.

Are you using the stock .htaccess file?

I do not use it.
(2015-10-13, 06:12 PM)sterg Wrote: [ -> ]
(2015-10-13, 06:10 PM)SentoWeb Wrote: [ -> ]
(2015-10-13, 06:05 PM)sterg Wrote: [ -> ]Here is the forum guys:
http://techyforums.net/

Its your host. TTFB (Time to First Byte) is above 1s for many requests. The server might be overloaded or their configuration limits Apache in some way. The issue is the way your server serves dynamic content, which is unaffected by MyBB.

Are you using the stock .htaccess file?

I do not use it.

Contact your host. I'm afraid they might be overselling the resources or one of your neighbor sites is under a DDoS attack which is affecting you. PHP loads fast enough, its the static content (images) which take a lot of time to load. Your host will be able to solve this for you as they can see why the request is delayed.
(2015-10-13, 06:16 PM)SentoWeb Wrote: [ -> ]
(2015-10-13, 06:12 PM)sterg Wrote: [ -> ]
(2015-10-13, 06:10 PM)SentoWeb Wrote: [ -> ]
(2015-10-13, 06:05 PM)sterg Wrote: [ -> ]Here is the forum guys:
http://techyforums.net/

Its your host. TTFB (Time to First Byte) is above 1s for many requests. The server might be overloaded or their configuration limits Apache in some way. The issue is the way your server serves dynamic content, which is unaffected by MyBB.

Are you using the stock .htaccess file?

I do not use it.

Contact your host. I'm afraid they might be overselling the resources or one of your neighbor sites is under a DDoS attack which is affecting you. PHP loads fast enough, its the static content (images) which take a lot of time to load. Your host will be able to solve this for you as they can see why the request is delayed.

I will contact them then.Thanks!

(2015-10-13, 06:16 PM)SentoWeb Wrote: [ -> ]
(2015-10-13, 06:12 PM)sterg Wrote: [ -> ]
(2015-10-13, 06:10 PM)SentoWeb Wrote: [ -> ]
(2015-10-13, 06:05 PM)sterg Wrote: [ -> ]Here is the forum guys:
http://techyforums.net/

Its your host. TTFB (Time to First Byte) is above 1s for many requests. The server might be overloaded or their configuration limits Apache in some way. The issue is the way your server serves dynamic content, which is unaffected by MyBB.

Are you using the stock .htaccess file?

I do not use it.

Contact your host. I'm afraid they might be overselling the resources or one of your neighbor sites is under a DDoS attack which is affecting you. PHP loads fast enough, its the static content (images) which take a lot of time to load. Your host will be able to solve this for you as they can see why the request is delayed.

Could you suggest me a good hosting provider?
Pages: 1 2