Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8929471
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:40:41+00:00 2026-06-15T08:40:41+00:00

i need a simple help….. on my hosting they have recently added a limit

  • 0

i need a simple help….. on my hosting they have recently added a limit for the queries/hours
and my problem is that i have a couple of magentos installation with over 10k products…
for the import i use Magmi and i saw that it has the stats when import… so what i want to know which of theese numbers are the actual query executed ( if there is)

Global Stats
Imported            Elapsed     Recs/min    Attrs/min   Last 0.5%
3204 items (100%)   29.4436            6530          398330          0.0721

DB Stats
Requests     Elapsed        Speed                 Avg Reqs  Efficiency  Last 0.5%
70414            17.0054    248441 reqs/min       21.98/item  57.76%      198 reqs

thank you in advance.

Fabio

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T08:40:42+00:00Added an answer on June 15, 2026 at 8:40 am

    One thing to keep in mind, implement all the caching you possibly can. HTML blocks caching, APC cache, full page caching (third party module required if you’re not on Enterprise) all cache data retrieved from the database. If you’re pulling it from cache, you don’t need to hit the database till the data needs to be refreshed. This makes the site more responsive and is a win all round.

    At the command line in SSH, you can issue the command:

    mysqladmin status -u dbuser -pdbpass
    

    dbuser and dbpass being your mysql user and password. It will kick back a line:

    Uptime: 1878  Threads: 1  Questions: 8341  Slow queries: 2  Opens: 8525  Flush tables: 1  Open tables: 512  Queries per second avg: 4.441
    

    This gives you your server uptime and average queries per second. This server should have processed approximately 8340 queries in the time the server was up (uptime x queries per sec)

    Another way to see what’s going on is to use mysql itself

    mysql -u dbuser -pdbpass dbname -Bse "show status like 'uptime';"
    mysql -u dbuser -pdbpass dbname -Bse "show status like 'queries';"
    

    You could then set up a cron that logs the queries status entry every hour and the queries per hour are the current total queries minus the previous total queries.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need help in a simple application based on Vaadin. I need to have
I need some help about RegExp in AS3. I have a simple pattern :
I need your help. I have a C executable called generator.out that is a
I need help setting up a simple C++/C# SWIG project. I am having a
I need some help to do a simple click in a listview item to
I really need help on this one. I am having a simple login form
I need some help! Please. I am trying to develop a very very simple
Im a javascript newbie and would need some help with this simple thing... I
I need to draw a simple graph, but I have no experience with custom
I need to develop simple game that will be using peer to peer connection

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.