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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T05:12:49+00:00 2026-06-05T05:12:49+00:00

I’m using various jquery plugins, including lazy-load, scrollTo, an image effect thing, and various

  • 0

I’m using various jquery plugins, including lazy-load, scrollTo, an image effect thing, and various snippets collected from reading people’s posts on this site. Now, all of these effects get fired off, from footer, and there’s like a lag that’s happening. The effects are like, hesitant, or jumpy, or unsmooth.

I’ve played around with using document ready vs. window load, and I have a snippet in header to prevent FOUC, but I have a feeling there is like a queueing problem, or memory overload or something. (It’s like when you try to use your laptop with too many programs running, and everything feels heavy and slow.)

Especially in Opera. For some reason it’s like Opera can’t handle my site.

It doesn’t make sense to me that a few jquery effects should pose such a problem. People play intense videogames, no problem, and yet a website with a fadeIn effect is suddenly too much for computers to handle? There must be something I’m doing wrong with my footer code.

So onto my theory question –

Is there like a standard practice I need to start following, to make sure all of these jquery effects run smoother, gobble up less memory, don’t conflict with each other, or whatever?

  • 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-05T05:12:50+00:00Added an answer on June 5, 2026 at 5:12 am

    Well first you need to figure out whether it’s your JavaScript/jQuery code that’s slowing down the web page or if it’s the plugins’. In other words, profile your code.

    Once you have done that, you can start optimizing. There are tons of articles out there that discuss optimizing jQuery.

    • http://24ways.org/2011/your-jquery-now-with-less-suck
    • http://hungred.com/useful-information/jquery-optimization-tips-and-tricks/
    • http://addyosmani.com/blog/8-jquery-performance-tips/

    Some tips:

    • ID selectors by themselves are fast since they are delegated to getElementById(), which is heavily optimized by the browser.
    • Cache jQuery selectors. That is, don’t call $('.class1 #id2 > child3') 10 times in a row. Save it on a variable like var $mytd

    If the fault lies in the plugin, your options are more limited. But there are some things you can try:

    • Make sure they are minified so that they load quickly (it doesn’t just take time to transfer the files, but also to read since they are not compiled)
    • Find lightweight alternatives. e.g. If you just need a fade effect, don’t include a full blown 50 kb jQuery library.

    Opera should be very fast, at least from what I hear. However if you are testing using IE, expect it to be slow. Their JavaScript engine just isn’t very good.

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

Sidebar

Related Questions

I am reading a book about Javascript and jQuery and using one of the
I need to clean up various Word 'smart' characters in user input, including but
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
That's pretty much it. I'm using Nokogiri to scrape a web page what has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
We're building an app, our first using Rails 3, and we're having to build

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.