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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T02:57:06+00:00 2026-06-09T02:57:06+00:00

I have a question to discuss – page performance and speed when adding additional

  • 0

I have a question to discuss – page performance and speed when adding additional javascript libraries and css files for certain widgets, plugins etc.

For example: I wanted a simple datepicker and additional timepicker for my input fields.

What i had to integrate was JQuery UI library, timepicker script, +2 different css files.

I think thats alot of additional code. I dont have many experience with speed, so thats why I’m asking you guys, how much does all that additional stuff affect page speed and performance?

Is change noticeable?

  • 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-09T02:57:09+00:00Added an answer on June 9, 2026 at 2:57 am

    How you integrate the code is going to matter a lot more than the fact that the code is there. If you keep them all in separate files and include them in the head of your page then it is likely to slow your page down quite a bit (just from the round trips to fetch the code).

    If you can, you should:
    – Merge the css in with your existing site css (which should be in the head and cacheable)
    – Put all of the script for the time picker and supporting libraries into a single js file
    – Load the javascript asynchronously or rught at the end of your body so it doesn’t block any of the page content from loading

    You also need to be careful for how you attach the code to the elements on the DOM. If you have a reasonably complicated DOM then something like $(“.mycalendar”).xxx can be incredibly expensive, particularly on older IE browsers. If at all possible, use an ID for the elements and select using that, otherwise JQuery will end up walking the entire DOM (and yes, javascript execution itself is fast but anything that touches the DOM is not).

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

Sidebar

Related Questions

I have question about parsing in Html helper : I have sth like: @foreach
I have question. I have some app on facebook and getting this error Fatal
I have question about clean thory in Python. When: @decorator_func def func(bla, alba): pass
I have question about XSLT1.0. The task is to write out in HTML all
I have Question and QuestionTypes. In Question table there is a foreign key that
I have question i.e how can i select a previous div CODE:- if($i >
I have question regarding the SQLAlchemy. How can I add into my mapped class
I have question regarding the use of function parameters. In the past I have
I have question concerning a function I created. I would like to show the
I have question related to what is done in SMS application is if i'm

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.