| here is more info on issue -
14-05-2009, 02:48 AM
this is the code that i can remove from the file b6054c8777b78156ac3ffb2693cc979b.php
when it removed or comment out...the page load fast...so this proves that somehow the liveresponce or chat is causing the page to load half way...wait then load....when testing it again just now the page took over 20 sec to load after it paused...
i even tried defer="defer" but that did nothing
<script language="javascript" src="<?php echo $this->_vars['swiftpath']; ?>
visitor/index.php?_m=livesupport&_a=htmlcode&departmentid= 2&fullname=<?php echo tpl_function_urlencode(array('value' => $this->_vars['_USER']['fullname']), $this);?>&email=<?php echo tpl_function_urlencode(array('value' => $this->_vars['_USER']['primaryemail']), $this);?> "></script>
|