This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
ce18-ee113-home.html
81 lines (73 loc) · 5.88 KB
/
ce18-ee113-home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
---
<html lang=en>
<head>
<meta charset=utf-8>
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/common/css/stylesheet.css"/>
<link rel="stylesheet" href="{{ site.baseurl }}/common/css/stylesheet-fonts.css" type="text/css" charset="utf-8">
<link rel="icon" href="{{ site.baseurl }}/common/css/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="{{ site.baseurl }}/common/css/favicon.ico" type="image/x-icon">
<title>Magento Community Edition (CE) 1.8 and Enterprise Edition (EE) 1.13 Documentation Home</title>
</head>
<body>
<img src="{{ site.baseurl }}/guides/m1x/images/m1xheader.png" width="1024" alt="header"/>
{% include m1x/eol_message.html %}
<div id="content">
<h1>Magento Community Edition (CE) 1.8 and Enterprise Edition (EE) 1.13 Documentation Home</h1>
<div class="toc"> <h4 class="toc">Table of Contents</h4>
<ul><li><a href="#welcome">Welcome</a></li>
<li><a href="{{ site.m1xgdeurl }}/ce18-ee113/EE113-benchmark.html" target="_blank">EE 1.13 Benchmarking Guide</a></li>
<li>Release Notes
<ul><li><a href="{{ site.m1xgdeurl }}/ce18-ee113/ce1.8_release-notes.html" target="_blank">Magento Community Edition (CE) Release Notes (1.8 and later)</a></li>
<li><a href="{{ site.m1xgdeurl }}/ce18-ee113/ee1.13_release-notes.html" target="_blank">Magento Enterprise Edition (EE) Release Notes (1.13 and later)</a></li>
</ul></li>
<li>Installation
<ul><li><a href="{{ site.m1xgdeurl }}/install/installing.html" target="_blank">Installing and Upgrading to Magento Community Edition (CE) and Magento Enterprise Edition (EE)</a></li>
<li><a href="{{ site.m1xgdeurl }}/install/installer-privileges_before.html" target="_blank">Before You Install Magento: Recommended File System Ownership and Privileges</a></li>
<li><a href="{{ site.m1xgdeurl }}/install/installer-privileges_after.html" target="_blank">After You Install Magento: Recommended File System Ownership and Privileges</a></li>
<li><a href="{{ site.m1xgdeurl }}/ce18-ee113/ht_magento-ce-sample.data.html" target="_blank">Installing Sample Data for Magento Community Edition (CE)</a></li>
</ul>
</li>
<li>Upgrade: <a href="{{ site.m1xgdeurl }}/install/installing_upgrade_landing.html" target="_blank">Upgrading to and Verifying Magento Community Edition (CE) and Enterprise Edition (EE)—Part 1</a></li></ul>
</div>
<h2 id="welcome">Welcome</h2>
<p>Welcome to the documentation home page for the Magento Enterprise Edition (EE) 1.13 and Community Edition (CE) 1.8 releases! Let's start out by telling you a little bit about them.</p>
<p>Magento recognizes that merchants and systems integrators require higher performance in key areas—such as product search, product browsing, and checkout. Merchants and integrators are now commonly coming to Magento with:</p>
<ul><li>Large databases (that is, more than one million products)</li>
<li>Heavy traffic volume</li>
<li>Frequent merchandising updates</li>
<li>Extensive marketing and promotion campaigns</li>
<li>Many web stores to address their customers' needs</li></ul>
<p>To address these ever-growing needs, Magento systematically examined performance and scalability characteristics. Our engineers continually measured performance on a range of environments and use cases to identify and remove bottlenecks, and then conducted extensive testing to confirm improvements.</p>
<p>We characterized performance based on variations in deployment and business configurations to ensure improvement for a range of merchant sizes and configurations.</p>
<p>In this release, we focused primarily on improvements to indexing, tax calculations, caching, and checkout performance.</p>
<p>We're excited about the changes you'll find, including:</p>
<ul><li>Reindexing (<em>Enterprise Edition only</em>):
<ul><li>Most indexing processes now run only to update products, categories, URL redirects, and so on that have changed—eliminating the need for manual full reindexing</li>
<li>Your Magento web store is not locked at any point during reindexing </li>
<li>Reindexing is now a background process.</li></ul>
</li>
<li>Caching (<em>Enterprise Edition only</em>):
<ul><li>Full page caching now invalidates only pages that are affected by product or category changes</li>
<li>Improved cache adapter for single-host systems</li>
<li>Additional option of using <a href="http://redis.io" target="_blank">Redis NoSQL</a> for cache and session storage in multi-host deployments (recommended for new deployments)</li></ul>
</li>
<li>EE customers also get <a href="{{ site.m1xgdeurl }}/ce18-ee113/EE113-benchmark.html" target="_blank">detailed performance and tuning guidelines</a> geared toward enterprise installations<!-- and <a href="#" target="_blank">best practices recommendations</a> based on Magento customer experience--></li>
<ul>
</ul>
<li>Sales, Value Added, and Fixed Product Tax calculations (<em>Magento CE and EE</em>):
<ul><li>Major improvements in the way sales tax is calculated. <!--For more information, see (<a href="http://www.magentocommerce.com/knowledge-base/entry/ce-18-later-release-notes#ce18-1800tax" target="_blank">CE</a>) and (<a href="http://www.magentocommerce.com/knowledge-base/entry/ee113-later-release-notes#ce18-1800tax" target="_blank">EE</a>).--></li>
</ul>
</li>
<li>Checkout performance (<em>Magento CE and EE</em>) achieved by:
<ul><li>Eliminating unnecessary calls to gift wrapping when loading the Shipping Method checkout step</li>
<li>Eliminating unnecessary RSS cache cleanups when RSS functionality is disabled</li>
<li>Eliminating unnecessary calls to the translation module when sending new order e-mails if the current locale is the same as the locale set in Magento</li>
<li>Improving the overall checkout process performance by loading the information for the current checkout step only</li>
<li>Improving the overall checkout process performance by loading the progress information for the current checkout step only</li>
</ul>
</li>
</ul>
</div>
</body>
</html>