user2748173
user2748173

Reputation: 27

Page Loading Speed - Product Catalog

I have come accross this website. http://en.colette.fr/women/just-in.html

If you notice, the products are loaded with lightning speed. I understand they are using Magento. However, its still not clear how the products are loaded so fast. Can you guys give an idea what's hapening there. Is it the server or a plugin that caches the products with some super technique.

I really appreciate your time and favorable comments.

Regards,

Faisal

Upvotes: 0

Views: 110

Answers (2)

Amit Bera
Amit Bera

Reputation: 7611

There are few step for speed up catalog page:

Enable the Flat Catalog module for products and categories in the Magento Admin Panel. We have seen quite significant improvements by turning on this feature, especially on large catalogs.
Where: System -> Configuration -> Catalog
Enable caching to reduce the number of database operations required for each page request.
Where: System -> Cache Management

More details on https://web.archive.org/web/20140327173649/http://www.gxjansen.com/101-ways-to-speed-up-your-magento-e-commerce-website/

Upvotes: 0

Igor Evstratov
Igor Evstratov

Reputation: 719

It seems they are using Lesti Full Page Cache module and Varnish. I noticed the Age header in the response headers:

enter image description here

The Age is usually sent by Lesti::FPC

Upvotes: 0

Related Questions