News:

AbanteCart v1.4.2 is released.

Main Menu

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - shenyi

#1
Thank you for advice and guidance.


I solved the problem.


=========================================================
1.
[store page loads is very slowly]  issue:
Find
\shop\storefront\view\default\template\embed\js.tpl  line 21


script_loader("http:/ /ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js");
Chang to Microsoft CDN   
<script src="http:/ /ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.4.min.js"></script>
   
Page execution time:  10 Seconds ==Speed up===>0.5 Seconds
OK!

Notes:
[Server 127.0.0.1] , onlin(connected to internet)
----------------------------------------------------

2.
[Administration panel page loads is very slow]issue:
STEP1:
Find 
\shop\core\helper\utils.php   line 754
$url = 'https:/ /www.gravatar.com/avatar/';

Chang to   
$url = './avatar/';

STEP2: Create a folder & file
       ---shop
             ...
             /admin/
             /avatar/default.jpg


Page execution time:  20 Seconds ==Speed up===>1 Seconds
OK!
#2
I understand, "localhost server is emulator and works very differ from real server."

However,
I just want to translate the AbanteCart v1.2.3 language files on my localhost server(127.0.0.1).


Other PHP source code(Sugercrm,Dolphin。。。) can run on my localhost server(127.0.0.1).


so,

Maybe
"jquery.min.js" link BUG...



Thanks for your attention Basara.
#3
(Page execution time>10 Seconds)
#4
When ABANTECART offline or local area network , Very slow running. Admin area is also slow.


(Page execution time>10 Seconds)
:o



****My Testing Environment****
+ AbanteCart v1.2.3
+ Apache 2.4.4
+ MySQL  5.5.3
+ PHP      5.6.8
+ Broswer IE11,  Firefox39
OS: windows 7
----------------------------------
CPU       i7 3770T 2.5Ghz
Memory   16G
SSD:     250GB
*************************



Forum Rules Code of conduct
AbanteCart.com 2010 -