Magento 2 Full Page Cache

Magento 2 Full Page Cache

Professional Development

5 Qs

quiz-placeholder

Similar activities

Quiz 9

Quiz 9

Professional Development

10 Qs

Trivia Tourney 3/4

Trivia Tourney 3/4

Professional Development

10 Qs

Die Präfixe heraus - und hinein

Die Präfixe heraus - und hinein

Professional Development

7 Qs

PBIS Refresher

PBIS Refresher

Professional Development

10 Qs

Clinical Compendium Questions

Clinical Compendium Questions

Professional Development

10 Qs

TES PK DEPT. PLUMBING SANITARY

TES PK DEPT. PLUMBING SANITARY

Professional Development

10 Qs

MyReskill IoT Training Day 4 Recap

MyReskill IoT Training Day 4 Recap

Professional Development

9 Qs

Unity Scripting Beginner (EN)

Unity Scripting Beginner (EN)

12th 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.