Skip to content

Commit 19e3e43

Browse files
author
Jonathan Visser
committed
Remove references to Professional, Excellence, Grow, Start plans
1 parent 36b1272 commit 19e3e43

14 files changed

Lines changed: 24 additions & 24 deletions

docs/best-practices/performance/how-to-improve-your-magento-search.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ redirect_from:
1414

1515
# How to Improve Your Magento Search
1616

17-
The built-in Magento search option is known for its non-existent speed and providing irrelevant search results. Both these aspects have a negative effect on your conversion, because if visitors cant find what theyre looking for, how do you expect them to purchase from your shop? As a developer there are two things you can do;
17+
The built-in Magento search option is known for it's non-existent speed and providing irrelevant search results. Both these aspects have a negative effect on your conversion, because if visitors can't find what they're looking for, how do you expect them to purchase from your shop? As a developer there are two things you can do;
1818

1919
1. Tweak the built-in Magento search option
2020
1. Use an external search engine.
2121

22-
We recommend the latter, and specifically: ElasticSearch. If you have a Magento 2 shop, ElasticSearch has one major advantage: you can use this search engine out-of-the-box, without having to install any extension. On all Hypernode Falcon and Eagle plans, ElasticSearch is built-in to your Hypernode. If you are on a formerly known plan like Start or Grow, youll need to either upgrade, or make use of an external search provider. We have arranged special Hypernode discounts with our partner Bonsai, a specialised managed ElasticSearch provider. Ask our support team for the discount code!
22+
We recommend the latter, and specifically: ElasticSearch. If you have a Magento 2 shop, ElasticSearch has one major advantage: you can use this search engine out-of-the-box, without having to install any extension. On all Hypernode Falcon and Eagle plans, ElasticSearch is built-in to your Hypernode. If your plan does not include ElasticSearch, you'll need to either upgrade, or make use of an external search provider. We have arranged special Hypernode discounts with our partner Bonsai, a specialised managed ElasticSearch provider. Ask our support team for the discount code!
2323

24-
Another alternative is Sphinx Search. Sphinx is an open source search engine that improves the search function in your Magento. Sphinx is fast and provides you with relevant search results. There are many external search engines, but Sphinx came out as the best option due to its usability, documentation and speed. Sphinx is supported on your Hypernode (Falcon and Eagle plans). You will, however, need extra (paid) plugins for your Magento to make use of Sphinx.
24+
Another alternative is Sphinx Search. Sphinx is an open source search engine that improves the search function in your Magento. Sphinx is fast and provides you with relevant search results. There are many external search engines, but Sphinx came out as the best option due to it's usability, documentation and speed. Sphinx is supported on your Hypernode (Falcon and Eagle plans). You will, however, need extra (paid) plugins for your Magento to make use of Sphinx.
2525

2626
## ElasticSearch
2727

28-
While previously it was already possible to use ElasticSearch with your Hypernode by connecting to an external search provider, we have now made it possible to use ElasticSearch for search in your shop out of the box on Hypernode without requiring any external service or configuration. In [this article](../../hypernode-platform/tools/how-to-use-elasticsearch-on-hypernode.md) well explain a bit more about ElasticSearch and how to enable and configure it.
28+
While previously it was already possible to use ElasticSearch with your Hypernode by connecting to an external search provider, we have now made it possible to use ElasticSearch for search in your shop out of the box on Hypernode without requiring any external service or configuration. In [this article](../../hypernode-platform/tools/how-to-use-elasticsearch-on-hypernode.md) we'll explain a bit more about ElasticSearch and how to enable and configure it.
2929

30-
Please note that due to the relatively heavy resource requirements for ElasticSearch this feature can only be enabled on every plan except the formerly known Grow plan. If you are on a smaller plan and previously already depended on an external paid ElasticSearch provider now might be a good time to consider simplifying your setup.
30+
Please note that due to the relatively heavy resource requirements for ElasticSearch this feature can only be enabled on Falcon and Eagle plans. If you are on a smaller plan and previously already depended on an external paid ElasticSearch provider now might be a good time to consider simplifying your setup.
3131

3232
### ElasticSearch providers
3333

34-
If you are on a lower plan, youll need to either upgrade, or make use of an external search provider. There a several companies you can choose for a monthly subscription:
34+
If you are on a lower plan, you'll need to either upgrade, or make use of an external search provider. There a several companies you can choose for a monthly subscription:
3535

3636
- [Bonsai.io](https://bonsai.io/)
3737
- [Elastic.co](https://www.elastic.co/cloud/as-a-service)
@@ -44,7 +44,7 @@ Sphinx indexes up to 10-15 MB of text per second per single CPU core 60+ MB/sec
4444

4545
We added support for the Sphinx search indexer on Hypernode Falcon and Eagle nodes. Using Sphinx requires the `Mirasvit Sphinx Search Ultimate extension`. This paid extension can be purchased through the [Mirasvit website](https://mirasvit.com/magento-extensions/sphinx-search-ultimate.html). If you have a Magento 2 shop, make sure to use the [specific Magento 2 extension](https://mirasvit.com/magento-2-extensions/sphinx-search-ultimate.html).
4646

47-
More information about using Sphinx can be found in [their documentation](http://sphinxsearch.com/docs/). Cant find an answer to your question? Please contact Mirasvit through their [Support Portal](https://mirasvit.com/contact/).
47+
More information about using Sphinx can be found in [their documentation](http://sphinxsearch.com/docs/). Can't find an answer to your question? Please contact Mirasvit through their [Support Portal](https://mirasvit.com/contact/).
4848

4949
### Configuring Sphinx on Hypernode
5050

@@ -68,7 +68,7 @@ When adjusting the Sphinx settings, you should make use the following informatio
6868

6969
- When using the Mirasvit extension, Magento periodically restarts the Sphinx engine. If this happens too fast, the reload of Sphinx can be ratelimited causing the daemon to stop or to hang. To resolve this issue, whitelist the `Zend_Http_Client` as explained in [the instructions how to prevent a user agent from being rate limited](../../hypernode-platform/nginx/how-to-resolve-rate-limited-requests-429-too-many-requests.md#rate-limiting-for-bots-and-crawlers).
7070
- If your shop is using too much memory, the `searchd` daemon can crash due to OOM. To resolve this upgrade to a bigger Hypernode, or improve the memory print of your webshop.
71-
- The `searchd`daemon is started from the Magento backend, but in case of a server reboot, memory issues or an otherwise very busy server the process kan be killed, causing an interruption in your search functionality. To circumvent these issues, add a cron that checks if the daemon is running and starts it if its not:
71+
- The `searchd`daemon is started from the Magento backend, but in case of a server reboot, memory issues or an otherwise very busy server the process kan be killed, causing an interruption in your search functionality. To circumvent these issues, add a cron that checks if the daemon is running and starts it if it's not:
7272
- For Magento 1:
7373
```text
7474
@reboot chronic flock -E 0 -n ~/.sphinx.lock /usr/bin/searchd --config /data/web/public/var/sphinx/sphinx.conf --nodetach 2>&1 >> /tmp/search.log
@@ -89,4 +89,4 @@ location = /shell/filename.php {
8989

9090
## SOLR
9191

92-
A third option is SOLR. We dont offer SOLR anymore due to low demand. If you want to use SOLR, we recommend using [WebSOLR](https://www.websolr.com/) as a hosted third party service.
92+
A third option is SOLR. We don't offer SOLR anymore due to low demand. If you want to use SOLR, we recommend using [WebSOLR](https://www.websolr.com/) as a hosted third party service.

docs/best-practices/performance/how-to-optimize-the-performance-of-your-magento-shop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ This happens faster when the Magento shop is not well optimized and it takes a l
190190

191191
To make sure a small set of IP addresses can’t take your shop down we use rate limiting based on IP address. A single IP might use up to 80% of the total PHP-FPM worker capacity available.
192192

193-
On smaller nodes (mostly on Hypernode Start and Grow plans) this can cause errors when working in the Magento admin. To resolve these errors, you can whitelist IP’s to make sure they will not be rate limited when working in the Magento admin backend. If you use nightly product imports through the Magento SOAP API, sometimes you need to whitelist the remote ip of the import tool as well.
193+
On smaller nodes this can cause errors when working in the Magento admin. To resolve these errors, you can whitelist IP’s to make sure they will not be rate limited when working in the Magento admin backend. If you use nightly product imports through the Magento SOAP API, sometimes you need to whitelist the remote ip of the import tool as well.
194194

195195
[To whitelist these IP’s have a look at our article about rate limiting](../../hypernode-platform/nginx/how-to-resolve-rate-limited-requests-429-too-many-requests.md).
196196

docs/best-practices/testing/how-to-go-live-with-your-hypernode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Note that the time on Hypernode is configured to UTC, so the times used in the c
133133

134134
## Step 11: Configure Backups on Hypernode (Optional)
135135

136-
For Hypernode Falcon S (or up) and Eagle hosting plans free backups are available. If you need a backup, contact us via support@hypernode.com. Hypernode Falcon XS (used to be Grow) plans do not have free backups included, but we can make one available for 25 euros excl VAT per backup.
136+
For Hypernode Falcon S (or up) and Eagle hosting plans free backups are available. If you need a backup, contact us via support@hypernode.com.
137137

138138
## Downgrade or Cancel Your Previous Plan
139139

docs/ecommerce-applications/magento-1/how-to-configure-redis-for-magento-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ In order to use the compression library Snappy for your Redis cache you need to
125125

126126
You can use Redis for storing sessions too!
127127

128-
Hypernode plans bigger than Magento Grow, often have enough memory to store the session data in Redis.
128+
Larger Hypernode plans often have enough memory to store the session data in Redis.
129129
This way sessions are stored in-memory, making the shop faster and use less IO than when using MySQL or files as session store.
130130

131131
### Install `Cm_RedisSession`

docs/ecommerce-applications/magento-1/how-to-configure-varnish-for-magento-1-x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ redirect_from:
1414

1515
# How to Configure Varnish for Magento 1.x
1616

17-
Customers with Hypernode Falcon (formerly known as Professional) and Eagle (formerly known as Excellence) plans can use Varnish to boost their Magento shop. To manage and configure Varnish for Magento 1.x you’ll need Turpentine. This article explains how you can configure Varnish for your Hypernode. Do you have a Magento 2.x shop, please check [this article](../../ecommerce-applications/magento-2/how-to-configure-varnish-for-magento-2-x.md)
17+
Customers with Hypernode Falcon and Eagle plans can use Varnish to boost their Magento shop. To manage and configure Varnish for Magento 1.x you’ll need Turpentine. This article explains how you can configure Varnish for your Hypernode. Do you have a Magento 2.x shop, please check [this article](../../ecommerce-applications/magento-2/how-to-configure-varnish-for-magento-2-x.md)
1818

1919
Although Varnish is extremely awesome when it get's to speeding up websites, Varnish is a complex technique that needs some experience to set it up. Don't implement Varnish on production nodes while still under development but use [development node](../../hypernode-platform/tools/how-to-use-hypernode-development-plans.md) or a local staging environment like the [Hypernode Docker](../../best-practices/testing/hypernode-docker.md) instead.
2020

docs/ecommerce-applications/magento-1/how-to-create-a-robots-txt-for-your-magento-1-shop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ This will create a location `/robots.txt` which returns the same data on all sto
147147

148148
### Create a single robots.txt
149149

150-
If you want to serve just one single storefront (for example on a Hypernode Start plan), all you have to do is place a `robots.txt` file in `/data/web/public` and you're done. :-)
150+
If you want to serve just one single storefront, all you have to do is place a `robots.txt` file in `/data/web/public` and you're done. :-)

docs/ecommerce-applications/magento-2/how-to-configure-redis-for-magento-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ $ bin/magento setup:config:set --page-cache-redis-compression-lib=snappy
100100

101101
You can use Redis for storing sessions too!
102102

103-
Hypernodes bigger than a Grow plan, often have enough memory to store the session data in Redis. This way sessions are stored in-memory, making the shop faster and use less IO than when using MySQL or files as session store.
103+
Larger Hypernode plans often have enough memory to store the session data in Redis. This way sessions are stored in-memory, making the shop faster and use less IO than when using MySQL or files as session store.
104104

105105
### Configure Magento 2 to Store Sessions in Redis
106106

docs/ecommerce-applications/magento-2/how-to-configure-varnish-for-magento-2-x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ redirect_from:
1212

1313
# How to Configure Varnish for Magento 2.x
1414

15-
Customers with Hypernode Falcon (formerly known as Professional) and Eagle (formerly known as Excellence) plans can use Varnish to boost their Magento shop. This article explains how you can configure Varnish 4 or 6 for your Hypernode. If you want to know which Varnish version you need to configure, please check the [Magento documentation](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html) first. Do you have a Magento 1 shop, please check [this article](../../ecommerce-applications/magento-1/how-to-configure-varnish-for-magento-1-x.md).
15+
Customers with Hypernode Falcon and Eagle plans can use Varnish to boost their Magento shop. This article explains how you can configure Varnish 4 or 6 for your Hypernode. If you want to know which Varnish version you need to configure, please check the [Magento documentation](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html) first. Do you have a Magento 1 shop, please check [this article](../../ecommerce-applications/magento-1/how-to-configure-varnish-for-magento-1-x.md).
1616

1717
Although Varnish is extremely awesome when it get's to speeding up websites, Varnish is a complex technique that needs some experience to set it up. Don't implement varnish on production nodes without testing Varnish first on a [development node](../../hypernode-platform/tools/how-to-use-hypernode-development-plans.md) or the [Hypernode Docker](../../best-practices/testing/hypernode-docker.md).
1818

docs/ecommerce-applications/magento-2/how-to-install-magento-2-on-hypernode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,5 +215,5 @@ magerun2 cache:flush
215215
```
216216

217217
- I’m getting `out-of-memory` errors:
218-
If you are running on a Start plan: Upgrade to a bigger hypernode with more memory available.
218+
If you are running on a smaller plan: Upgrade to a bigger Hypernode with more memory available.
219219
If this happens while you are running a setup:static-content:deploy: Try deploying static content per language or per theme rather then all at once.

docs/ecommerce-applications/shopware-5/how-to-install-shopware-5-on-hypernode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
myst:
33
html_meta:
4-
description: Shopware 5 requires a Hypernode Professional S hosting plan or larger.
4+
description: Shopware 5 requires a Hypernode Falcon S hosting plan or larger.
55
We explain how you can setup the latest version of Shopware 5 on Hypernode.
66
title: 'How to install Shopware 5 on Hypernode? '
77
redirect_from:
@@ -13,7 +13,7 @@ redirect_from:
1313

1414
# How to Install Shopware 5 on Hypernode
1515

16-
Shopware 5 requires a Hypernode Professional S hosting plan or larger. This article will explain how you can setup the latest version of Shopware 5 on Hypernode as easy as possible.
16+
Shopware 5 requires a Hypernode Falcon S hosting plan or larger. This article will explain how you can setup the latest version of Shopware 5 on Hypernode as easy as possible.
1717

1818
- **TABLE OF CONTENTS**
1919
- [Upgrade Your PHP Version](#upgrade-your-php-version)

0 commit comments

Comments
 (0)