-
AuthorPosts
-
jardin Friend
jardin
- Join date:
- December 2009
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 8 times in 1 posts
February 25, 2010 at 5:32 pm #149020Is there a way to speed up the initial load process? It takes 4 or 5 seconds just to load the Slideshow2 module.
I have two items with two images that are 25 Kb and 16 Kb big, much smaller than yours:
http://templates.joomlart.com/ja_lime/images/stories/slideshow/sl-1.jpg 96 Kb
http://templates.joomlart.com/ja_lime/images/stories/slideshow/sl-2.jpg 85 Kb
http://templates.joomlart.com/ja_lime/images/stories/slideshow/sl-3.jpg 65 KbIf I disable the Slideshow2 module the entire homepage displays immediately. It’s just a problem with the new slideshow module. BTW, I use the older version on one of my other web sites and I do not experience any slowness.
Any suggestions would be appreciated.
Thanks
February 26, 2010 at 1:34 am #333908I would like to know as well. Mine takes too long to load too.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 26, 2010 at 8:59 am #333996Hi jardin
I have reported this issue to the author of modue for checking
I will inform you if this module is upgraded as soon as possible
jardin Friendjardin
- Join date:
- December 2009
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 8 times in 1 posts
February 26, 2010 at 12:59 pm #334031When can we expect an answer?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 2, 2010 at 2:45 am #334278Dear all.
Pls open the file modulesmod_jaslideshow2mod_jaslideshow2.php and find codes 112:window.addEvent(‘load’, function(){
new JASlideshow2(‘ja-slide-<?php echo $module->id;?>’, {
startItem: <?php echo $startItem; ?>,
showItem: <?php echo $showItem; ?>,
itemWidth: <?php echo $thumbWidth+$thumbSpaces[0]; ?>,
itemHeight: <?php echo $thumbHeight+$thumbSpaces[1]; ?>,
mainWidth: <?php echo $mainWidth; ?>,
mainHeight: <?php echo $mainHeight; ?>,
maskWidth: <?php echo $maskWidth; ?>,
maskHeigth:<?php echo $maskHeigth; ?>,
duration: <?php echo $duration; ?>,
transition: <?php echo $effect; ?>,
animation: ‘<?php echo $animation; ?>’,
animationRepeat: ‘<?php echo $animationRepeat; ?>’,
thumbOpacity:<?php echo $thumbOpacity; ?>,
maskOpacity: <?php echo $descOpacity; ?>,
buttonOpacity: <?php echo $overlapOpacity; ?>,
showDesc: ‘<?php echo $showDescription; ?>’,
descMode: ‘<?php echo $showdescwhen; ?>’,
readmoretext: ‘<?php echo $readmoretext; ?>’,
overlap: <?php echo $container; ?>,
navigation:'<?php echo $navigation; ?>’,
urls:[‘<?php echo implode(”,”, $urls); ?>’],
targets:[‘<?php echo implode(”,”, $targets); ?>’],
autoPlay: <?php echo $autoplay; ?>,
interval: <?php echo $interval; ?>,
maskAlignment:'<?php echo $maskAlignment; ?>’,
maskerTransStyle:'<?php echo $params->get(‘masker-transition-style’, ‘opacity’); ?>’,
maskerTrans:<?php echo $params->get(‘marker-transition’, ‘Fx.Transitions.linear’); ?>,
navePos:'<?php echo $navAlignment; ?>’
});
});change:
[PHP]// window.addEvent(‘load’, function(){
new JASlideshow2(‘ja-slide-<?php echo $module->id;?>’, {
startItem: <?php echo $startItem; ?>,
showItem: <?php echo $showItem; ?>,
itemWidth: <?php echo $thumbWidth+$thumbSpaces[0]; ?>,
itemHeight: <?php echo $thumbHeight+$thumbSpaces[1]; ?>,
mainWidth: <?php echo $mainWidth; ?>,
mainHeight: <?php echo $mainHeight; ?>,
maskWidth: <?php echo $maskWidth; ?>,
maskHeigth:<?php echo $maskHeigth; ?>,
duration: <?php echo $duration; ?>,
transition: <?php echo $effect; ?>,
animation: ‘<?php echo $animation; ?>’,
animationRepeat: ‘<?php echo $animationRepeat; ?>’,
thumbOpacity:<?php echo $thumbOpacity; ?>,
maskOpacity: <?php echo $descOpacity; ?>,
buttonOpacity: <?php echo $overlapOpacity; ?>,
showDesc: ‘<?php echo $showDescription; ?>’,
descMode: ‘<?php echo $showdescwhen; ?>’,
readmoretext: ‘<?php echo $readmoretext; ?>’,
overlap: <?php echo $container; ?>,
navigation:'<?php echo $navigation; ?>’,
urls:[‘<?php echo implode(”,”, $urls); ?>’],
targets:[‘<?php echo implode(”,”, $targets); ?>’],
autoPlay: <?php echo $autoplay; ?>,
interval: <?php echo $interval; ?>,
maskAlignment:'<?php echo $maskAlignment; ?>’,
maskerTransStyle:'<?php echo $params->get(‘masker-transition-style’, ‘opacity’); ?>’,
maskerTrans:<?php echo $params->get(‘marker-transition’, ‘Fx.Transitions.linear’); ?>,
navePos:'<?php echo $navAlignment; ?>’
});
// });
[/PHP]Good luck
1 user says Thank You to Saguaros for this useful post
jardin Friendjardin
- Join date:
- December 2009
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 8 times in 1 posts
March 2, 2010 at 4:50 am #334303Wow, what a difference. Thank you, tienhc!
Commenting out this portion of the JavaScript code fixed the problem.
slightlymad Friendslightlymad
- Join date:
- October 2010
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
November 21, 2010 at 4:42 pm #363616Hi – my mod_jaslideshow2.php file looks nothing like this. I have the same problem can you help?
I have attached the file.Thanks!
-
AuthorPosts
This topic contains 7 replies, has 5 voices, and was last updated by slightlymad 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum