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 8335979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T03:50:28+00:00 2026-06-09T03:50:28+00:00

My application has an average of 2000 online users, which is a very high

  • 0

My application has an average of 2000 online users, which is a very high number of page loads. My question is how many mysql queries I can do in each page load ?
because my application requires loading lot of data.

Is it possible that my database crashes? or my server?

_____ SOME INFO _____
Memory Limit: 60Mb
Parallel Processes: 15
Script executing time: 30 seg
DB: MySQL5 (1Gb)

Structure: in the structure, all the tables are really well interconnected. Allmowst the 95% of the fields are INT type (related by FOREIGN and PRIMARY keys).
There are 14 tables. In total, there are 32 INT fields, and 6 TEXT ones.

What if I can’t install applications ON my server, is there any other way to cache my data?

  • 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-09T03:50:29+00:00Added an answer on June 9, 2026 at 3:50 am

    If you have such load, you should probably start thinking about setting up some sort of cache – so request will hit DB only once.

    My choice for this would be Varnish.

    In case if you have partially dynamic content, which for example is user-related data, you can use it with Edge Side Includes.

    Also, try to optimize your queries to as less as possible by aggregating select conditions. For example, first – collect all ids you need to select, then – do SELECT * FROM table WHERE id IN (...)

    After that – you will be able to work with result on server side, without bothering database


    EDIT

    If you are unable to install any applications on your hosting – then you should proceed with fetching as much data as possible with one request, and then – work with arrays.

    And also it is important to have indexed fields – this will speed up your queries.

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

Sidebar

Related Questions

I have a WinForms application with many menus, each menu has an average of
My application has one activity which starts two services but does not bind them.
Our application has many controls that are created dynamically. For example, a navigation pane
I'm processing 1 million records in my application, which I retrieve from a MySQL
My Grails application has a large number of enums that look like this: public
Suppose you're the product manager for an internal enterprise web application that has 2000
I'm building a Django web application which has a lot of html generated on
My application has multiple SQLite tables(around 20 with different fields). This I have created
My Application has 3 activities (MainActivity,SampleActivity,TempActivity) and Application have to start from MainActivity because
The application has been put in iCloud since the beginning, so I have the

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.