problem with band width

Posted in: Newsmag
Post count: 4

I have a problem with this template each time requires me to re-install WordPress with representatives I spoke with told me that the account storage unlimited but you have a problem with a template that uses a lot of traffic because there can hardly 6,000 thousand visits

Post count: 1291

Hi,

Please provide more details about this issue and the host resources. Do you have 6000 visits per day? also provide the url so we can take a look.

Thank you, Emil G.

Post count: 4

Yeah actually I have more than 45 thousand visits due to the problems I caused your template installation my site been down more than two days and now I changed Meanwhile simple format and the fact that we loved your design’s why we bought it we will be happy for a speedy solution

my host service ipage

theh site >> http://www.ethiopiandj.com

Wordpress redirects to /wp-admin/install.php after install your theme
please help

Post count: 4

I spoke several times with a storage company that is what they told me ”

The issue which you’re experiencing is due to the ‘max_questions’ for the MySQL database which is being used by the blog. If the MySQL user exceeds the database query limit, which is 75,000 per hour per user, then the WordPress website will be redirected to the installation page. This setting is in place to ensure that the MySQL database cannot be overloaded with to many query requests. The queries will reset every hour and is kept by user; however every time the pages on your website are accessed you are still attempting to make queries to the database server. It will be fixed automatically within one hour.

There are many possible causes for the ‘max_questions’ limit get exceeded. Some of them are:
* A script is not closing the MySQL connection after accessing the database. In WordPress, such chances are less, however if there is an error in the scripting of a plugin or theme which you’re using, then the MySQL connection won’t close after querying the database. Hence, please make sure that you close the connection immediately after accessing the database using mysql_close() command from your scripts.
* Your scripts or pages are hitting too frequently from a specific IP address through brute force tools or manually or from other websites. You can check raw logs available in the /stats directory or check the Visitor Statistics for such possibilities. Using the .htaccess Hotlink Protection and the .htaccess Block IP Addresses would resolve this issue.
* Using a single database for multiple applications or having too many users for a single database. A solution for this is creating separate databases for separate applications as well as having separate users.

Additionally, if you get a lot of traffic for your WordPress blog, then I suggest that you use a caching plugin, such as WP-Cache. WP-Cache will make a file copy of a page and serve that up instead of the original page (refreshing it every so often). This not only speeds up your website a lot, but hits to the cached pages make no SQL queries or database hits whatsoever.

We have launched new premium hosting product ‘WP Essential’ that is designed specifically for WordPress users and built for speed on a WordPress platform. Which has many more features and benefits such as website speeds up to 60% faster, Automatic updates through WordPress built-in functionality, Integrated, Handpicked Themes & Plugins, Dedicated WordPress experts team available 24/7, Automatic malware detection & removal, and many more features. You can know more about its features at http://www.ipage.com/advanced-hosting/wp-essential/upgrade.bml. I would suggest you to upgrade your hosting plan to ‘WP Essential’ to make use of additional features and benefits. ”

Post count: 322

Have used a few hosts with tagDiv themes and never had this issue. Of course, I’ve never had an issue that included a sales pitch to upgrade my account at the end either. Seems to me, they just want you to upgrade.

I’d agree that you should cache your site, but the theme isn’t the problem. A plugin could be doing it, or you could have users keeping an admin page open all the time causing the built-in WordPress heartbeat API to run your server resources a muck. Check out a plugin called Heartbeat Control – you can get it from your Add New plugins panel in the WordPress backend. Fixes a lot of issues with shared hosting.

Good luck.

Post count: 1291

Hi,

Wordpress comes by default with a lot of queries, the theme modules-blocks-loading features and plugins add to that, combine them with a large traffic and you could easily hit 75k/hour. – http://wordpress.stackexchange.com/questions/154892/how-many-wordpress-sql-queries-per-page

If you use cache you can technically avoid this, but some of the queries (the ones which are done via javascript) are not caught by cache and if on page you have many items that load like that then the problem may still be there. In this case you could try to reduce the number of elements that load via js (Mega Menu, load more/infinite load, ajax pagination, plugin similar behaving widgets).

The alternative would be to upgrade to better hosting.

Thank you, Emil G.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newsmag’ is closed to new topics and replies.