Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Use on SSL Page

More
11 years 10 months ago #607 by studioblue
Replied by studioblue on topic Re: Use on SSL Page
Thanks, I did find it.

Here is my problem though. I am using this to help with the ice vmcart slider functionality but that really doesn't matter. The issue is that it calls the googleapis jquery.min.js from google and I need to speed up the load time. Since it is calling https:// at google I thought that if I set it up to call the jquery.min.js locally then it might load faster.

So the question is where is the piece of code that calls the google jquery on google and do you feel that this is a possible cause of the slow response time?

Please Log in or Create an account to join the conversation.

More
11 years 10 months ago #609 by admin
Replied by admin on topic Re: Use on SSL Page
Hello,
the calls to the Google CDN are optimized by Google so that one get the best response times. Having your own jQuery library locally may not speed up the loading times of your website, it all depends on how fast is the server your website is located on. Chances are that your service provider won't load it faster than Google does. But these are assumptions and you should test the 2 out.
Download jQuery Easy 1.2.0 beta (this is stable, no bug has been reported so far) and you will have the option to switch off the calls to Google and add your own libraries locally.

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 10 months ago #610 by studioblue
Replied by studioblue on topic Re: Use on SSL Page
Thank you, will the beta work on 1.5

Please Log in or Create an account to join the conversation.

More
11 years 10 months ago - 11 years 10 months ago #612 by admin
Replied by admin on topic Re: Use on SSL Page
No, the beta does not work with Joomla! 1.5.

You will have to wait for the release of the plugin early next week for the functionality you need.

To tweak the code of the plugin, look for the file 'jqueryeasy.php' in plugins/system/jqueryeasy.
You will have to change the line:
$this->_jqpath = $jQueryHTTP."://ajax.googleapis.com/ajax/libs/jquery/".$jQueryVersion."/jquery".$jQueryCompressed.".js";

Olivier.
Last edit: 11 years 10 months ago by admin.

Please Log in or Create an account to join the conversation.