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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T01:34:33+00:00 2026-06-11T01:34:33+00:00

I have measured Simperium response time for loading a bucket (containing 20-30 small items)

  • 0

I have measured Simperium response time for loading a bucket (containing 20-30 small items) with the following code:

var simperium = new Simperium(simperiumAppID, { token: simperiumAuthData.access_token });
console.time("simperiumBucketInit");
var bucket = simperium.bucket("main");
bucket.on('error', function (errortype) {
  console.log("got error for bucket: "+errortype);
})
bucket.on('ready', function () {
  console.timeEnd("simperiumBucketInit");
});
bucket.start();
​

Bucket is loaded generally in 1.5-3 secs, which is a bit long, but acceptable. But sometimes it needs 20-30 secs, one time it needed more than 5 mins.
Is it global phenomenon?
I am using the free tier. Do the payed tiers have better performance?

  • 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-11T01:34:35+00:00Added an answer on June 11, 2026 at 1:34 am

    Performance problems in the past week 9/1 – 9/6 are likely the culprit of database issues we’ve had. The servers have since been upgraded and performance should be much smoother.

    Another possible issue is the connection to the server. The Simperium JS library includes and uses SockJS. It tries to establish a websocket connection, but sometimes this can fail, depending on network/firewall/browser. In those cases, it should fall back to using regular http polling, but this failover can take up to 20s.

    It is possible to pass options directly to SockJS and use SockJS options to control the connection behavior and force the use of polling:

    var simperium = new Simperium(simperiumAppID, { token: "",
        sockjs: {
            protocols_whitelist: ['xdr-polling', 'xhr-polling', 'iframe-xhr-polling', 'jsonp-polling']
            }
        });
    

    Regarding free vs paid tiers, paid/production apps will have dedicated resources separate from free apps so they should have more consistent performance.

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

Sidebar

Related Questions

I have a data set containing the following information: Workload name Configuration used Measured
I have the following problem: I have 2 signals over time. They are from
I have an Informix database containing measured temperature values for quite a few different
I have a member variable that tells units for a value I have measured
I have a measure device that creates samples in the following format: V GL020(1)=20110117161703
In some measure of progress since my last question I have got the following
I have a system which records some measured values every second. What is the
I have a circle which is actually a latlon position with a radius measured
I have 40 subjects, of two groups, over 15 weeks, with some measured variable
I have the following models: class Price < ActiveRecord::Base belongs_to :product end class Metric

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.