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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T13:52:33+00:00 2026-05-21T13:52:33+00:00

I’m trying to load up a large (several megs) document in a textarea. Ignoring

  • 0

I’m trying to load up a large (several megs) document in a textarea.

Ignoring the network load time (which is actually minimal when I reload it as it’s getting a 304), in Firebug it’s telling me that it’s taking nearly 20 seconds for the DOMContentLoaded and load events to get around to firing.

If I change the textarea to a div, it drops the time to 5 seconds, even though it has to actually render the entire contents!

There are no javascript libraries loaded – unloading them was the first thing I tried. I do have a number of CSS files loaded.

Any ideas about what makes it so slow or, even better, how to speed things up? Load the content a chunk at a time? Kind of ugly but at least it gives the user something to look at rather than a locked browser and potential “this script is taking too long” warnings.

This is Firefox 3.6.15 on Ubuntu.

  • 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-21T13:52:33+00:00Added an answer on May 21, 2026 at 1:52 pm

    David, in Firefox 3.6 and earlier textareas with very long content are pretty slow because the editor code reformats the DOM inside the textarea: it creates one textnode and one <br> per line. This is a lot more work than just rendering a single textnode child of a <div>.

    You should try Firefox 4, which edits the textnode (or rather a clone of it) directly; I suspect it will be much faster on your page.

    As far as speeding this up for users… your only real options with old Firefox versions are to not have so much text in a textarea, unfortunately.

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

Sidebar

Related Questions

No related questions found

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.