SlideShare a Scribd company logo
1 of 21
Download to read offline
VARNISH CACHE
Andrew Zabara • 22.12.2021
VARNISH CACHE
Forward Proxy || Reverse Proxy
Немного исторического контекста CDN
Что? Где? Когда?
Возможности
Тестируем
Forward Proxy || Reverse Proxy
Forward Proxy
Forward Proxy
Браузер <-> (SSL-сессия А) <-> Прокси <-> (SSL-сессия Б) <-> Сервер
Reverse Proxy
List Open Source Reverse Proxy
Forward Proxy && Reverse Proxy
CDN: history
1998
9/11
Terrorist attack
2002
start mass
development
CDN
2004
[3000 $20 mil/mon ]
2005
revenue
grow at
40%
Combined commercial market value between $385 million to $452 million
2008
2011
±325000/130 странах
PROXY
Configuration
HTTP
:443
:6081
:8080
Reverse Proxy: VARNISH CACHE
PROXY
Configuration
HTTP
<html lang="ru" >
<head>..</head.
<body>..
</body>
</html>
<esi:remove>
<a href="http://www.example.com/LICENSE">The
license</a>
</esi:remove>
<!--esi
<p>The full text of the license:</p>
<esi:include src="http://example.com/LICENSE" />
-->
:443
:6081
:8080
ESI
ESI
TTL=?
Reverse Proxy: VARNISH CACHE
<html lang="ru" >
<head>..</head.
<body>..
</body>
</html>
<esi:remove>
<a href="http://www.example.com/LICENSE">The
license</a>
</esi:remove>
<!--esi
<p>The full text of the license:</p>
<esi:include src="http://example.com/LICENSE" />
-->
<esi:include src="http://example.com/LICENSE" />
<esi:include src="http://example.com/LICENSE" />
Some text...
Some text...
Some text...
etc ...
Reverse Proxy: VARNISH CACHE
TTL=3600
TTL=600
TTL=1200
<esi:include
src="http://example.com/L
ICENSE" />
<esi:include
src="http://example.com/LI
CENSE" />
<esi:include
src="http://example.com/L
ICENSE" />
<esi:include
src="http://example.com/LI
CENSE" />
Reverse Proxy: VARNISH CACHE
Varnish Delivery Processor (VDP)
JS lib for development
Reverse Proxy: VARNISH CACHE
Magento
2
2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5
Varnish 4.x, 5.x 4.x, 5.x 4.x, 5.x 6.2
4.x, 5.x,
6.2
6.3 6.4 6.5 6.x 6.2 6.4 6.5 6.5 6.5
VARNISH CACHE: current version
./bin/magenot varnish:vcl:generate > varnish_default.vcl
Client side:
● vcl_recv
● vcl_pipe
● vcl_pass
● vcl_purge
● vcl_miss
● vcl_hit
● vcl_deliver
Backend Side:
● vcl_backend_fetch
● vcl_backend_response
● ...
Built in subroutines
Reverse Proxy: VARNISH CACHE: configuration
Request & respond to VCL objects:
● req
● bereq
● beresp
● resp
● obj
Reverse Proxy: VARNISH CACHE
Reverse Proxy: VARNISH CACHE
The Varnish Book for Varnish 4.0
The Varnish Book for Varnish 6
Varnish Enterprise
How to install and configure?
Reverse Proxy:NGINX SSI
NGINX SSI
location / {
ssi on;
}
APACHE SSI
Reverse Proxy: VARNISH CACHE: tools
Varnish Shared memory Log (VSL) tools:
● varnishlog
● varnishncsa
● varnishhist
● varnishtop
Administration:
● varnishadm
Global counters:
● varnishstat
Design and debug:
● varnishtest
Reverse Proxy: VARNISH CACHE: test
- clear.local/id/x/ - [php.fpm + nginx]
- varnish.local/id/x/ - [php.fpm + varnish + nginx]
- nginx.local/id/x/ - [php.fpm + Nginx cache]
HOST: A
HOST: B
Questions
Thank You!
@Dr_Chrome
https://github.com/chrom

More Related Content

Similar to Pro Magento MeetUp #2 - Varnish cache, Andrey Zabara

Service Mesh @Lara Camp Myanmar - 02 Sep,2023
Service Mesh @Lara Camp Myanmar - 02 Sep,2023Service Mesh @Lara Camp Myanmar - 02 Sep,2023
Service Mesh @Lara Camp Myanmar - 02 Sep,2023Hello Cloud
 
Maximize Application Performance and Bandwidth Efficiency with WAN Optimization
Maximize Application Performance and Bandwidth Efficiency with WAN OptimizationMaximize Application Performance and Bandwidth Efficiency with WAN Optimization
Maximize Application Performance and Bandwidth Efficiency with WAN OptimizationCisco Enterprise Networks
 
Identifying Web Servers: A First-look Into the Future of Web Server Fingerpri...
Identifying Web Servers: A First-look Into the Future of Web Server Fingerpri...Identifying Web Servers: A First-look Into the Future of Web Server Fingerpri...
Identifying Web Servers: A First-look Into the Future of Web Server Fingerpri...Jeremiah Grossman
 
OWASP San Diego Training Presentation
OWASP San Diego Training PresentationOWASP San Diego Training Presentation
OWASP San Diego Training Presentationowaspsd
 
Hacking Client Side Insecurities
Hacking Client Side InsecuritiesHacking Client Side Insecurities
Hacking Client Side Insecuritiesamiable_indian
 
Решение Cisco Collaboration Edge
Решение Cisco Collaboration EdgeРешение Cisco Collaboration Edge
Решение Cisco Collaboration EdgeCisco Russia
 
AtlasCamp 2014: Building a Production Ready Connect Add-On
AtlasCamp 2014: Building a Production Ready Connect Add-OnAtlasCamp 2014: Building a Production Ready Connect Add-On
AtlasCamp 2014: Building a Production Ready Connect Add-OnRobin Fernandes
 
Usint Charles Proxy to understand REST
Usint Charles Proxy to understand RESTUsint Charles Proxy to understand REST
Usint Charles Proxy to understand RESTAnatoliy Odukha
 
Minor Mistakes In Web Portals
Minor Mistakes In Web PortalsMinor Mistakes In Web Portals
Minor Mistakes In Web Portalsmsobiegraj
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5Gil Fink
 
AtlasCamp 2014: Building a Production Ready Connect Add-on
AtlasCamp 2014: Building a Production Ready Connect Add-onAtlasCamp 2014: Building a Production Ready Connect Add-on
AtlasCamp 2014: Building a Production Ready Connect Add-onAtlassian
 
Using Proxies To Secure Applications And More
Using Proxies To Secure Applications And MoreUsing Proxies To Secure Applications And More
Using Proxies To Secure Applications And MoreJosh Sokol
 
GOTO Copenhagen - Radical Agility with Autonomous Teams and Microservices in ...
GOTO Copenhagen - Radical Agility with Autonomous Teams and Microservices in ...GOTO Copenhagen - Radical Agility with Autonomous Teams and Microservices in ...
GOTO Copenhagen - Radical Agility with Autonomous Teams and Microservices in ...Jan Löffler
 
HTML5: Markup Evolved
HTML5: Markup EvolvedHTML5: Markup Evolved
HTML5: Markup EvolvedBilly Hylton
 
Varnish and Drupal- Accelerating Website Performance and Flexibility with Var...
Varnish and Drupal- Accelerating Website Performance and Flexibility with Var...Varnish and Drupal- Accelerating Website Performance and Flexibility with Var...
Varnish and Drupal- Accelerating Website Performance and Flexibility with Var...Acquia
 
Forward Networks - Networking Field Day 13 presentation
Forward Networks - Networking Field Day 13 presentationForward Networks - Networking Field Day 13 presentation
Forward Networks - Networking Field Day 13 presentationAndrew Wesbecher
 
Microformats: what are they and why do I care?
Microformats: what are they and why do I care?Microformats: what are they and why do I care?
Microformats: what are they and why do I care?adactio
 
OSDC 2017 | Modern Secrets Management with Vault by Seth Vargo
OSDC 2017 | Modern Secrets Management with Vault by Seth VargoOSDC 2017 | Modern Secrets Management with Vault by Seth Vargo
OSDC 2017 | Modern Secrets Management with Vault by Seth VargoNETWAYS
 
OSDC 2017 - Seth Vargo - Taming the modern data center
OSDC 2017 - Seth Vargo - Taming the modern data centerOSDC 2017 - Seth Vargo - Taming the modern data center
OSDC 2017 - Seth Vargo - Taming the modern data centerNETWAYS
 
OSDC 2017 | Taming the Modern Data Center by Seth Vargo
OSDC 2017 | Taming the Modern Data Center by Seth VargoOSDC 2017 | Taming the Modern Data Center by Seth Vargo
OSDC 2017 | Taming the Modern Data Center by Seth VargoNETWAYS
 

Similar to Pro Magento MeetUp #2 - Varnish cache, Andrey Zabara (20)

Service Mesh @Lara Camp Myanmar - 02 Sep,2023
Service Mesh @Lara Camp Myanmar - 02 Sep,2023Service Mesh @Lara Camp Myanmar - 02 Sep,2023
Service Mesh @Lara Camp Myanmar - 02 Sep,2023
 
Maximize Application Performance and Bandwidth Efficiency with WAN Optimization
Maximize Application Performance and Bandwidth Efficiency with WAN OptimizationMaximize Application Performance and Bandwidth Efficiency with WAN Optimization
Maximize Application Performance and Bandwidth Efficiency with WAN Optimization
 
Identifying Web Servers: A First-look Into the Future of Web Server Fingerpri...
Identifying Web Servers: A First-look Into the Future of Web Server Fingerpri...Identifying Web Servers: A First-look Into the Future of Web Server Fingerpri...
Identifying Web Servers: A First-look Into the Future of Web Server Fingerpri...
 
OWASP San Diego Training Presentation
OWASP San Diego Training PresentationOWASP San Diego Training Presentation
OWASP San Diego Training Presentation
 
Hacking Client Side Insecurities
Hacking Client Side InsecuritiesHacking Client Side Insecurities
Hacking Client Side Insecurities
 
Решение Cisco Collaboration Edge
Решение Cisco Collaboration EdgeРешение Cisco Collaboration Edge
Решение Cisco Collaboration Edge
 
AtlasCamp 2014: Building a Production Ready Connect Add-On
AtlasCamp 2014: Building a Production Ready Connect Add-OnAtlasCamp 2014: Building a Production Ready Connect Add-On
AtlasCamp 2014: Building a Production Ready Connect Add-On
 
Usint Charles Proxy to understand REST
Usint Charles Proxy to understand RESTUsint Charles Proxy to understand REST
Usint Charles Proxy to understand REST
 
Minor Mistakes In Web Portals
Minor Mistakes In Web PortalsMinor Mistakes In Web Portals
Minor Mistakes In Web Portals
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
AtlasCamp 2014: Building a Production Ready Connect Add-on
AtlasCamp 2014: Building a Production Ready Connect Add-onAtlasCamp 2014: Building a Production Ready Connect Add-on
AtlasCamp 2014: Building a Production Ready Connect Add-on
 
Using Proxies To Secure Applications And More
Using Proxies To Secure Applications And MoreUsing Proxies To Secure Applications And More
Using Proxies To Secure Applications And More
 
GOTO Copenhagen - Radical Agility with Autonomous Teams and Microservices in ...
GOTO Copenhagen - Radical Agility with Autonomous Teams and Microservices in ...GOTO Copenhagen - Radical Agility with Autonomous Teams and Microservices in ...
GOTO Copenhagen - Radical Agility with Autonomous Teams and Microservices in ...
 
HTML5: Markup Evolved
HTML5: Markup EvolvedHTML5: Markup Evolved
HTML5: Markup Evolved
 
Varnish and Drupal- Accelerating Website Performance and Flexibility with Var...
Varnish and Drupal- Accelerating Website Performance and Flexibility with Var...Varnish and Drupal- Accelerating Website Performance and Flexibility with Var...
Varnish and Drupal- Accelerating Website Performance and Flexibility with Var...
 
Forward Networks - Networking Field Day 13 presentation
Forward Networks - Networking Field Day 13 presentationForward Networks - Networking Field Day 13 presentation
Forward Networks - Networking Field Day 13 presentation
 
Microformats: what are they and why do I care?
Microformats: what are they and why do I care?Microformats: what are they and why do I care?
Microformats: what are they and why do I care?
 
OSDC 2017 | Modern Secrets Management with Vault by Seth Vargo
OSDC 2017 | Modern Secrets Management with Vault by Seth VargoOSDC 2017 | Modern Secrets Management with Vault by Seth Vargo
OSDC 2017 | Modern Secrets Management with Vault by Seth Vargo
 
OSDC 2017 - Seth Vargo - Taming the modern data center
OSDC 2017 - Seth Vargo - Taming the modern data centerOSDC 2017 - Seth Vargo - Taming the modern data center
OSDC 2017 - Seth Vargo - Taming the modern data center
 
OSDC 2017 | Taming the Modern Data Center by Seth Vargo
OSDC 2017 | Taming the Modern Data Center by Seth VargoOSDC 2017 | Taming the Modern Data Center by Seth Vargo
OSDC 2017 | Taming the Modern Data Center by Seth Vargo
 

More from Pro Magento Community

Ways to keep it fun with Hyva Themes, Alex Galdin - Pro Magento Meetup #10
Ways to keep it fun with Hyva Themes, Alex Galdin - Pro Magento Meetup #10Ways to keep it fun with Hyva Themes, Alex Galdin - Pro Magento Meetup #10
Ways to keep it fun with Hyva Themes, Alex Galdin - Pro Magento Meetup #10Pro Magento Community
 
Pro Magento MeetUp #9 - Deep dive into Magento2 queuing functionality.pdf
Pro Magento MeetUp #9 - Deep dive into Magento2 queuing functionality.pdfPro Magento MeetUp #9 - Deep dive into Magento2 queuing functionality.pdf
Pro Magento MeetUp #9 - Deep dive into Magento2 queuing functionality.pdfPro Magento Community
 
Pro Magento MeetUp #6 — Blockchain & eCommerce (part 2 - practice and examples)
Pro Magento MeetUp #6 — Blockchain & eCommerce (part 2 - practice and examples)Pro Magento MeetUp #6 — Blockchain & eCommerce (part 2 - practice and examples)
Pro Magento MeetUp #6 — Blockchain & eCommerce (part 2 - practice and examples)Pro Magento Community
 
MagentoTalks - Tools used in Magento development, Stanislav Matyavin
MagentoTalks - Tools used in Magento development, Stanislav MatyavinMagentoTalks - Tools used in Magento development, Stanislav Matyavin
MagentoTalks - Tools used in Magento development, Stanislav MatyavinPro Magento Community
 
MagentoTalks - Magento 2 Theme, Bohdan Sidovolosyi
MagentoTalks - Magento 2 Theme, Bohdan SidovolosyiMagentoTalks - Magento 2 Theme, Bohdan Sidovolosyi
MagentoTalks - Magento 2 Theme, Bohdan SidovolosyiPro Magento Community
 
MagentoTalks - Magento 2 UI Components (part 2), Evgeny Trishin
MagentoTalks - Magento 2 UI Components (part 2), Evgeny TrishinMagentoTalks - Magento 2 UI Components (part 2), Evgeny Trishin
MagentoTalks - Magento 2 UI Components (part 2), Evgeny TrishinPro Magento Community
 
MagentoTalks - Magento 2 UI Components (part 3), Evgeny Trishin
MagentoTalks - Magento 2 UI Components (part 3), Evgeny TrishinMagentoTalks - Magento 2 UI Components (part 3), Evgeny Trishin
MagentoTalks - Magento 2 UI Components (part 3), Evgeny TrishinPro Magento Community
 
MagentoTalks - Magento 2 UI Components (part 1), Evgeny Trishin
MagentoTalks - Magento 2 UI Components (part 1), Evgeny TrishinMagentoTalks - Magento 2 UI Components (part 1), Evgeny Trishin
MagentoTalks - Magento 2 UI Components (part 1), Evgeny TrishinPro Magento Community
 
Pro Magento MeetUp #4 - Upgrade Compatibility Tool, Sergii Ivashchenko
Pro Magento MeetUp #4 - Upgrade Compatibility Tool, Sergii IvashchenkoPro Magento MeetUp #4 - Upgrade Compatibility Tool, Sergii Ivashchenko
Pro Magento MeetUp #4 - Upgrade Compatibility Tool, Sergii IvashchenkoPro Magento Community
 
Pro Magento MeetUp #3 - How does Magento Page Builder work? - Paras Sood
Pro Magento MeetUp #3 - How does Magento Page Builder work? - Paras SoodPro Magento MeetUp #3 - How does Magento Page Builder work? - Paras Sood
Pro Magento MeetUp #3 - How does Magento Page Builder work? - Paras SoodPro Magento Community
 
Pro Magento MeetUp #5 - Magento + PWA, Sproge Konstantin
Pro Magento MeetUp #5 - Magento + PWA, Sproge KonstantinPro Magento MeetUp #5 - Magento + PWA, Sproge Konstantin
Pro Magento MeetUp #5 - Magento + PWA, Sproge KonstantinPro Magento Community
 

More from Pro Magento Community (12)

Ways to keep it fun with Hyva Themes, Alex Galdin - Pro Magento Meetup #10
Ways to keep it fun with Hyva Themes, Alex Galdin - Pro Magento Meetup #10Ways to keep it fun with Hyva Themes, Alex Galdin - Pro Magento Meetup #10
Ways to keep it fun with Hyva Themes, Alex Galdin - Pro Magento Meetup #10
 
Pro Magento MeetUp #9 - Deep dive into Magento2 queuing functionality.pdf
Pro Magento MeetUp #9 - Deep dive into Magento2 queuing functionality.pdfPro Magento MeetUp #9 - Deep dive into Magento2 queuing functionality.pdf
Pro Magento MeetUp #9 - Deep dive into Magento2 queuing functionality.pdf
 
Pro Magento MeetUp #6 — Blockchain & eCommerce (part 2 - practice and examples)
Pro Magento MeetUp #6 — Blockchain & eCommerce (part 2 - practice and examples)Pro Magento MeetUp #6 — Blockchain & eCommerce (part 2 - practice and examples)
Pro Magento MeetUp #6 — Blockchain & eCommerce (part 2 - practice and examples)
 
Blockchain & Ecommerce (part 1)
Blockchain & Ecommerce (part 1)Blockchain & Ecommerce (part 1)
Blockchain & Ecommerce (part 1)
 
MagentoTalks - Tools used in Magento development, Stanislav Matyavin
MagentoTalks - Tools used in Magento development, Stanislav MatyavinMagentoTalks - Tools used in Magento development, Stanislav Matyavin
MagentoTalks - Tools used in Magento development, Stanislav Matyavin
 
MagentoTalks - Magento 2 Theme, Bohdan Sidovolosyi
MagentoTalks - Magento 2 Theme, Bohdan SidovolosyiMagentoTalks - Magento 2 Theme, Bohdan Sidovolosyi
MagentoTalks - Magento 2 Theme, Bohdan Sidovolosyi
 
MagentoTalks - Magento 2 UI Components (part 2), Evgeny Trishin
MagentoTalks - Magento 2 UI Components (part 2), Evgeny TrishinMagentoTalks - Magento 2 UI Components (part 2), Evgeny Trishin
MagentoTalks - Magento 2 UI Components (part 2), Evgeny Trishin
 
MagentoTalks - Magento 2 UI Components (part 3), Evgeny Trishin
MagentoTalks - Magento 2 UI Components (part 3), Evgeny TrishinMagentoTalks - Magento 2 UI Components (part 3), Evgeny Trishin
MagentoTalks - Magento 2 UI Components (part 3), Evgeny Trishin
 
MagentoTalks - Magento 2 UI Components (part 1), Evgeny Trishin
MagentoTalks - Magento 2 UI Components (part 1), Evgeny TrishinMagentoTalks - Magento 2 UI Components (part 1), Evgeny Trishin
MagentoTalks - Magento 2 UI Components (part 1), Evgeny Trishin
 
Pro Magento MeetUp #4 - Upgrade Compatibility Tool, Sergii Ivashchenko
Pro Magento MeetUp #4 - Upgrade Compatibility Tool, Sergii IvashchenkoPro Magento MeetUp #4 - Upgrade Compatibility Tool, Sergii Ivashchenko
Pro Magento MeetUp #4 - Upgrade Compatibility Tool, Sergii Ivashchenko
 
Pro Magento MeetUp #3 - How does Magento Page Builder work? - Paras Sood
Pro Magento MeetUp #3 - How does Magento Page Builder work? - Paras SoodPro Magento MeetUp #3 - How does Magento Page Builder work? - Paras Sood
Pro Magento MeetUp #3 - How does Magento Page Builder work? - Paras Sood
 
Pro Magento MeetUp #5 - Magento + PWA, Sproge Konstantin
Pro Magento MeetUp #5 - Magento + PWA, Sproge KonstantinPro Magento MeetUp #5 - Magento + PWA, Sproge Konstantin
Pro Magento MeetUp #5 - Magento + PWA, Sproge Konstantin
 

Recently uploaded

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 

Recently uploaded (20)

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

Pro Magento MeetUp #2 - Varnish cache, Andrey Zabara