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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T18:58:23+00:00 2026-05-12T18:58:23+00:00

Using an adapted version of jquery.inplace.js for some page creation and use an OBDC

  • 0

Using an adapted version of jquery.inplace.js for some page creation and use an OBDC connection in the background php file to query for content. Everything works, BUT…

I am surprised that IE6, 7, or 8 are all pretty quick, as is chrome, but firefox seems to take quite a few seconds for exactly the same task, in this case.

This is without firebug, or lots of other add-ons enabled. I am puzzled by what to look for.
It is a fairly simple return of some html content.

What would you try?

  • 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-12T18:58:24+00:00Added an answer on May 12, 2026 at 6:58 pm

    A cursory look at the source in the SVN doesn’t show anything which I believe firefox would have problems with.

    Can you explain exactly what is “slow”? Is it the POST request? Have you tried logging the HTTP Headers sent to the server from both IE and FF?

    If it’s the javascript itself, try running the profiler in firebug; FF might find a specific function a little “heavy” (for instance, one of the regexes).

    Also, FF3.5+ already has String.trim*() methods built-in. The code you’re using overwrites those with a custom version, which will be much slower and might even be causing firefox to behave oddly. Try changing the source to the following:

    if( String.prototype.trim === undefined ) {
        String.prototype.trim = function() {
            return this.replace(/^\s+/, '').replace(/\s+$/, '');
        };
    }
    

    That way the plugin will only add the trim method for older browsers.

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

Sidebar

Related Questions

I adapted the jQuery slider code from http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/ into my website which is based
I am using this query in api if (isset($json['version'])) { $client_cache_version = @$json['version']; $version_sql
I've been syncing some text with audio, using jPlayer and jQuery's .fadeIn/.fadeOut. It works
On one of my packages, which was adapted from another using Save-As and edit,
I'm using a table adapter in Visual Studio to make a query to a
I'm using Zend_File_Transfer_Adapter_Http to upload file to my server. There is a bug when
I'm using windows xp 32 pro, bit, sp3. the latest version of railsinstaller ,
Short version: When using emacs' xterm-mouse-mode, Somebody (emacs? bash? xterm?) intercepts xterm's control sequences
I'm using table adapters and datasets in .NET (version 2.0). I have two tables
I'm using CGAL's Kd-tree implementation along with Fuzzy spheres as query objects to get

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.