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!
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!