Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Magento 2 Development Essentials

You're reading from   Magento 2 Development Essentials Get up and running with Magento 2 to create custom solutions, themes, and extensions effectively

Arrow left icon
Product type Paperback
Published in Feb 2016
Publisher
ISBN-13 9781785289897
Length 178 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Fernando J Miguel Fernando J Miguel
Author Profile Icon Fernando J Miguel
Fernando J Miguel
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Magento Fundamentals 2. Magento 2.0 Features FREE CHAPTER 3. Working with Search Engine Optimization 4. Magento 2.0 Theme Development – the Developers' Holy Grail 5. Creating a Responsive Magento 2.0 Theme 6. Write Magento 2.0 Extensions – a Great Place to Go 7. Go Mobile with Magento 2.0! 8. Speeding up Your Magento 2.0 9. Improving Your Magento Skills Index

Indexing and re-indexing data


In the Magento 2.0 life cycle, at a determined point, we will have considerable megabytes of data on the MySQL database, including information regarding products, orders, customers, and payments. To improve its performance, Magento uses indexed tables to provide faster lookups.

However, as your Magento 2.0 e-commerce grows, the indexation feature starts to lose performance too.

In order to correct this issue, you can precompile database relationships using the flat table option in Magento. This technique combines EAV relationships for categories and products in one table to increase the speed of queries. To enable this feature, you can follow these instructions:

  1. Log in to your Magento backend (http://localhost/packt/admin_packt).

  2. Go to Stores | Configuration | Catalog.

  3. Expand the Storefront option and select Yes for both Use Flat Category and Use Flat Catalog Product.

  4. Next, click on Save Config.

  5. After the activation of the flat resource, you will probably get this...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image