jquery questions
Some jQuery questions
a) is there a way to check which version SF is running
b) is the .min version installed
c) does SF include the jquery library always (is it needed for SF front-end)
d) if its not needed default for the front-end can loading be turned off?
I am still looking for ways to get load time down and want to be looking at every possible angle.
Markus
Hi Markus,
a) To check the current version of Jquery go to Administration --> Setting --> Advanced --> Pages --> ScripManager --> ScripReferences --> Jquery
b) The .min version is installed
c) When using Sitefinity widgets which are RadControls that use JQuery to work it executes the RadControls JQuery. Without the JQuery modules like news and blogs will not work.
d) If you are not using widgets the JQuery will not execute ( which is similar to building a static website with html and css only ).
Kind regards,
Stanislav Velikov
the Telerik team
Dear Stanislav
Thank for the feedback. I was somehow hoping you had NOT the .min installed so when you switched to .min another few KB would be shreed of the load.
Markus