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

  • Home
  • SEARCH
  • 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 7520737
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T02:07:14+00:00 2026-05-30T02:07:14+00:00

I am building a mobile site that works like a slideshow. There are a

  • 0

I am building a mobile site that works like a slideshow. There are a number of image slides and you can swipe left and right to traverse the slides.

I would like to monitor the download speed performance of the slides using javascript and report the times to the server.

I presume that ajax is the way to report the times, although I am new to ajax. My fist concern is that the report sent to the server should be as lean as possible. Also it is only really necassary for the communication with the server to be one way.

Can the flow go just in the direction of from the browser to the server without any responses being sent back to the browser? Or do the http post and put methods have to send a response back to the browser? Obviously notthing is actually needed to be sent back to the browser and to the mobile site it doesn’t even really matter if the request is a success or failure.

If a response does have to be sent to the browser what should my MVC 3 controller return? Can just a head with success or failure be returned?

Finally which of the http POST and PUT methods is best for this and what will be the best data format to use?

  • 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-30T02:07:14+00:00Added an answer on May 30, 2026 at 2:07 am

    Do a POST to an action on the server.
    I would suggest you use JSON for the data as it is quite lean and makes it easy to decode. However, if you wanted to make it really lean you you could just use a parameter on the url, like …./reportPerf?d=123 and then your action should take a parameter “d”.

    The server does need to respond, but you can just

    return new HttpStatusCodeResult(200)
    

    That will only take a few bytes.

    Sorry for the brevity, on a mobile device.

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

Sidebar

Related Questions

I have a site that I'm building a mobile version for. I would like
Building a mobile site and wanted to create a rotator that would work just
I've recently finished building a mobile site and discovered a bug that only seems
I'm building a mobile website. I use regular html for the dropdown like below.
i'm building a mobile app talking to my symfony2 app via webservices I can't
I'm in the process of building a mobile site (for Iphones and Androids... I
I'm building a jquery mobile site and I'm have some problem with javascript.if the
I'm using jquery mobile to building a site but when I click on a
I'm building a mobile web application that may or may not rely on ajax,
I am building a mobile site for a Motorola / IE 6 device. For

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.