Magento 2 Full Page Cache

Magento 2 Full Page Cache

Professional Development

5 Qs

quiz-placeholder

Similar activities

Factory I/O quiz

Factory I/O quiz

Professional Development

10 Qs

Water Systems

Water Systems

Professional Development

10 Qs

Unity Scripting Beginner (EN)

Unity Scripting Beginner (EN)

12th Grade - Professional Development

10 Qs

Quiz 9

Quiz 9

Professional Development

10 Qs

Nutritional Care for Upper GI Cancer

Nutritional Care for Upper GI Cancer

Professional Development

9 Qs

LFS/FIES Recap

LFS/FIES Recap

Professional Development

10 Qs

Multi-platform debugging with Multilint

Multi-platform debugging with Multilint

Professional Development

6 Qs

Ice Breaking

Ice Breaking

1st Grade - Professional Development

10 Qs

Magento 2 Full Page Cache

Magento 2 Full Page Cache

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Tuyen Nguyen

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which attribute header of an http response represent the page was cached?

x-magento-cache-debug=true

x-magento-cache-debug=HIT

x-magento-cache-debug=MISS

x-cache-debug=HIT

x-cache-commerce-debug=HIT

2.

MULTIPLE SELECT QUESTION

30 sec • 4 pts

How can you purge varnish cache for a magento 2 site?

I will flush the magento cache with non or unconfigured bin/magento setup:config:set --http-cache-hosts=

I will flush the magento cache with ensured configured bin/magento setup:config:set --http-cache-hosts=

Varnish command `varnishadm "ban req.url ~ ."`

Varnish command `varnish flush all`

Varnish command `varnishadm flush cache`

3.

MULTIPLE SELECT QUESTION

30 sec • 3 pts

Which HTTP methods we are able to cache?

HEAD

PUT

DELETE

GET

PATCH

4.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

While you recognized a public content page lost cache, how is your 1st sign to detect the problem?

Maybe server error, I'm gonna check the varnish service

Well, code problem. I will detect, search for cacheable="false" from xml

I go for a quick check:
php bin/magento cache:status

I look for a research on the Internet

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

I set my custom data to customer session, it works on my local but I don't know why it doesn't work on staging, or production.

How can I investigate?

I think this is a cache problem

Depersonalize Session​, this was cleared due full page cache.

I think this is server problem with customer session.

I configure and extend the current customer session life time from admin.