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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:56:02+00:00 2026-05-25T15:56:02+00:00

I’m building a web app which will serve content to a constantly growing user

  • 0

I’m building a web app which will serve content to a constantly growing user base. I’m wondering where to start with scalability, and how to measure the performance of my app, so i know when it’s needed.

For example, I understand that as traffic to a site grows, things like minifying scripts and using caches for static content will help manage load times, but I’m not sure when the right time is to implement these features.

Additionally, how can I measure the performance of the site, to know when it’s time to start adding more servers,and building out the robustness of the app, etc – before my servers start crashing and choking?

Thanks in advance…

  • 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-05-25T15:56:03+00:00Added an answer on May 25, 2026 at 3:56 pm
    1. Start by defining a service level that you want to provide your users. For example, any page should never take more than 1 sec to load from a users perspective. The site should have 99.9% uptime, etc.

    2. Based on the service level, define acceptable performance (in page load times, etc).

    3. Benchmark existing performance. ie measure your current performance on different criteria at current usage level.

    4. Identify pages that you want to optimize. If most of the site needs optimization, you want to look at overall solutions (eg: minifying js/css, caching, etc). If specific pages need optimization, look at individual queries, etc.

    5. Measure performance periodically to see if your service level is still met or you need to scale further.

    These are the general steps you can take. As far as specific steps, consider:

    1. Partitioning/ splitting of everything (databases, multiple webservers, etc).

    2. Asynchronous design (ie any process you thing can take a lot of resources, you should convert into an asynchronous process. Say you allow users to upload a document. The app then takes the doc. and does some processing on the doc. Instead of doing all the processing on the single php page, add the request to a queue, then let the user know immediately that his request is queued. Have a separate background process do the processing by looking at the queue. Once complete, you can let the user know that his request was processes.

    For more guidelines, you may want to check out a book called “The art of Scalability” http://amzn.to/oSQGHb

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

Sidebar

Related Questions

We're building an app, our first using Rails 3, and we're having to build
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I am trying to understand how to use SyndicationItem to display feed which is
I used javascript for loading a picture on my website depending on which small
Specifically, suppose I start with the string string =hello \'i am \' me And
Seemingly simple, but I cannot find anything relevant on the web. What is the
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I need to clean up various Word 'smart' characters in user input, including but
I have a text area in my form which accepts all possible characters from

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.