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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:15:55+00:00 2026-05-11T17:15:55+00:00

I have a user on what we will call PageA.aspx. This user needs to

  • 0

I have a user on what we will call PageA.aspx. This user needs to get to PageB.aspx. The obvious way is have a hyperlink that simply sends them to PageB.aspx. That got me thinking about the other ways to get between pages. One could use javascript to do a client side jump. There is also the seemingly bulky server side redirection.

What, if any, are the performance hits between these different methods?

I am going to assume the server side is a bit more heavy weight but by how much?

Do these methods scale differently?

Are there any hidden issues with doing it one way versus another?

  • 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-11T17:15:55+00:00Added an answer on May 11, 2026 at 5:15 pm

    A real link is best for most circumstances. All user agents know what a link is and what it represents. It’s best for SEO, accessibility and usability.

    A server-side (via postback) redirect is good if you need to, say, need to track specifics about which link was clicked… But it’s an additional request to the server (and time to the user). It also botches SEO (et al) so it’s only a viable option inside a proper “web app” where spidering or accessibility are controlled or disregarded.

    JS can give you the power of tracking but it’s useless (on its own) in environments where JS is disabled. Sending activity back to the server adds load so that’s something to consider.

    If you need it, consider using standard links and using jquery to hook the click events to track things. But really… Only if you need it as it will slow the user experience slightly.

    In short: unless you’ve good reason not to, stick with the standards.

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

Sidebar

Ask A Question

Stats

  • Questions 121k
  • Answers 121k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer catch (WhateverException e) { throw e; } will simply rethrow… May 12, 2026 at 12:21 am
  • Editorial Team
    Editorial Team added an answer As you note; there aren't any good options for this.… May 12, 2026 at 12:21 am
  • Editorial Team
    Editorial Team added an answer Given the rarity of the problem, it seems likely that… May 12, 2026 at 12:21 am

Related Questions

I have a system tray icon that receives incoming phone calls. When a call
My unfamiliarity with the ASP.NET MVC framework and the plumbing thereof has brought me
I'm doing some maintenance coding on a webapp and I am getting a javascript
I've put all of my user-authentication code in one place, namely lib/auth.rb. It looks

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.