SlideShare a Scribd company logo
1 of 132
@bwmarkle
Large Website?
What do you mean?
Lots
Staff
Traffic
How does
Inmotion hosting .com
compare?
google.com
# 1
craigslist.org
# 49
joomla.org
# 431
Inmotion hosting .com
# 1,596
OK, so we're not
in the top 100
sites or anything
like that....
But we get a good
amount of traffic.
Tips for Running a Large Website
Using Joomla
Tip 1:
Take Google Analytics to the next level with
Custom Variables and Event Tracking
What is a Custom Variable?
Name + Value
Mark Twain
Author Ernest Hemingway
Edgar Allan Poe
Name + Value
John-Paul Briones
Author Jeff Matson
Brad Markle
How to use Custom Variables?
It's just 1 line of javascript
OK. 1 line of code. But how?
… just look at our source
_gaq.push(['_setCustomVar',5,
'Author',
'BradM'
]);
$this->item->author
How do you see Custom
Variables in Analytics?
Key or Value?
Custom Variable (Key 5)
Custom Variable (Value 05)
______________________
John-Paul
Author Jeff
Brad
Great!
1. Custom Variable is setup
2. We know how to access variable in Analytics
Now what?
Question:
Which author brings in the most
traffic?
Start off with traffic ...
… then add your authors
Question:
Which author brings in the most traffic?
This guy!
That's me!
but seriously....
Question:
Which author has the most social
shares?
Custom Variables
What is Event Tracking?
_gaq.push([
'_trackEvent',
'chat',
'launch'
]);
This is our button,
“Chat with us”
When someone clicks on it,
An event has just occurred.
How do you see Events in
Analytics?
_gaq.push([
'_trackEvent',
'chat',
'launch'
]);
_gaq.push([
'_trackEvent',
'chat',
'launch'
]);
Explore Analytics
See what you can find, like....
Which pages do users click “chat”
on the most?
Custom Variables
Event Tracking
Custom Variables &
Event Tracking together?
Custom Variables &
Event Tracking together?
With this data you can...
Strike down your
writers causing the
most chats
Or...
Give praise to
those whose writing
helps people.
Tips for Running a Large Website
Using Joomla
Tip 1:
Take Google Analytics to the next level with
Custom Variables and Event Tracking
Tips for Running a Large Website
Using Joomla
Tip 2:
Don't talk to bad bots, it's a waste of precious
resources.
Bot Activity
How much bot activity does your site get?
Bots may crawl your site looking for
index.php?title=something
February 2014
we had how much mediawiki bot traffic?
A: 1,000
B: 10,000
C: 100,000
D: 1,000,000
What were they looking for?
index.php?
title=Auto_Insurance_In_Jacksonville_-
_This_Month:_Get_Car_Insurance_In_Jacksonvill
e_At_up_to_Half-Price
index.php?
title=A_Bit_More_About_Los_Angeles_Car_Insur
ance
index.php?title=Special:UserLogin&type=signup
100,006 hits / month
to pages that don't exist...
….So what?
100,006 hits * 27 queries each
2,700,162 queries / month
BLOCK THE BOTS
● .htaccess
● Php
● ModSecurity
Bots.... another example
From our apache logs....
"POST /support/community-support/joomla-
25/index.php?
option=com_jce&task=plugin&plugin=imgmanage
r&file=imgmanager&method=form&cid=20&6bc4
27c8a7981f4fe1f5ac65c1246b5f=cf6dd3cf1923c9
50586d0dd595c8e20b HTTP/1.1" 400 232 "-"
"BOT/0.1 (BOT for JCE)"
Basically... It's a URL for JCE
We don't use JCE, but...
February 2014, we had...
80,975 requests that in the URL had
BOT for JCE or option=com_jce
Tips for Running a Large Website
Using Joomla
Tip 2:
Don't talk to bad bots, it's a waste of precious
resources.
Tips for Running a Large Website
Using Joomla
Tip 2.5:
Check your work.
200
404
406
500
666
Tips for Running a Large Website
Using Joomla
Tip 2.5:
Check your work.
Tips for Running a Large Website
Using Joomla
Tip 3:
If you're not using Joomla's cache because of
its pitfalls, find a work around.
Things to Watch When Using Page
Caching
● It does not apply to the Administrator. OK
● It only applies to guest visitors (not logged in).
OK
● Page caching does not work if Debug Site in
Global Configuration is set to Yes. OK
● Articles hits will not increase when page
caching is turned on (making any sorting
options on hits ineffective). NOT OK
We enabled cache...
We loved it!
… so far so good
Google is seeing our page download
almost twice as fast!
The major problem for us...
If Joomla Caching is enabled
Then # hits per article doesn't increase
Hmm...
So how do we
increase page hits
when caching is
enabled?
We got
an idea!
First...
We told Joomla to stop
increasing page hits.
… we'll take care of it
ourselves.
We created a file....
increase_hits.php
That if sent
an article id....
1234
Will add 1 to `hits`
increase_hits.php
Pages served
from cache
Pages served
fresh
Article – ID:1234
Regardless of:
Page = cached
Page = NOT cached
Hits will increase in the database
Great, article hits increase!
But, hits shown is still cached.
166,351 166,352 166,353
increase_hits.php
increase_hits.php
166,351
Regardless of:
Page = cached
Page = NOT cached
Hits will increase on the front end
Tips for Running a Large Website
Using Joomla
Tip 3:
If you're not using Joomla's cache because of
its pitfalls, find a work around.
Tips for Running a Large Website
Using Joomla
Tip 4:
Joomla will not be upset if you don't use a built
in component.
● Anchor Text
● All vs. Exact
● Articles graded higher than Forum
Tips for Running a Large Website
Using Joomla
Tip 4:
Joomla will not be upset if you don't use a built
in component.
Tips for Running a Large Website
Using Joomla
Tip 5:
Template overrides are awesome! Make sure
you know about them.
We use template overrides to
quickly
whip up
helpful tools
for our customers...
How to create a “tool” in
2 easy steps...
Step 1
Step 1. Create the Override
/templates/TEMPLATE/html/com_content/article/whois.php
Step 2
Step 2. Create the Article
An den?........
if
then
But....
Do not use that code in my last slide...
It's not
safe
Tips for Running a Large Website
Using Joomla
Tip 5:
Template overrides are awesome! Make sure
you know about them.
@bwmarkle

More Related Content

What's hot

How to improve your website performance
How to improve your website performanceHow to improve your website performance
How to improve your website performanceMike Rynart
 
Introduction to SEO and SEO for WordPress
Introduction to SEO and SEO for WordPressIntroduction to SEO and SEO for WordPress
Introduction to SEO and SEO for WordPressChris Burgess
 
Tori Cushing - Actionable SEO Insights - SMX 2015
Tori Cushing - Actionable SEO Insights - SMX 2015Tori Cushing - Actionable SEO Insights - SMX 2015
Tori Cushing - Actionable SEO Insights - SMX 2015Victoria Cushing
 
Technical SEO Checklist: How to Optimize a WordPress Site for Search Engine C...
Technical SEO Checklist: How to Optimize a WordPress Site for Search Engine C...Technical SEO Checklist: How to Optimize a WordPress Site for Search Engine C...
Technical SEO Checklist: How to Optimize a WordPress Site for Search Engine C...Pam Ann Marketing
 
Javascript, SEO and Dollhouses by - #5HoursofTechnicalSEO @SEMrush
Javascript, SEO and Dollhouses by - #5HoursofTechnicalSEO @SEMrushJavascript, SEO and Dollhouses by - #5HoursofTechnicalSEO @SEMrush
Javascript, SEO and Dollhouses by - #5HoursofTechnicalSEO @SEMrushKristina Azarenko
 
SEO -- The Tortoise or the Hare
SEO -- The Tortoise or the HareSEO -- The Tortoise or the Hare
SEO -- The Tortoise or the Haregavorcollins
 
SEO -- The Tortoise or the Hare
SEO -- The Tortoise or the HareSEO -- The Tortoise or the Hare
SEO -- The Tortoise or the Hareprosper2day2
 
WordPress SEO Mistakes that Kill - BigDigital 2017 - Peter Mead
WordPress SEO Mistakes that Kill - BigDigital 2017 - Peter MeadWordPress SEO Mistakes that Kill - BigDigital 2017 - Peter Mead
WordPress SEO Mistakes that Kill - BigDigital 2017 - Peter MeadPeter Mead
 
The Real Problems Behind Indexing | 5 Hours of Technical SEO
The Real Problems Behind Indexing | 5 Hours of Technical SEOThe Real Problems Behind Indexing | 5 Hours of Technical SEO
The Real Problems Behind Indexing | 5 Hours of Technical SEOOnely
 
Let's Debunk SEO Myths Together - MarketingFest 2020
Let's Debunk SEO Myths Together - MarketingFest 2020Let's Debunk SEO Myths Together - MarketingFest 2020
Let's Debunk SEO Myths Together - MarketingFest 2020Martin Tang
 
[MozCon 2019] Fixing the Indexability Challenge: A Data-Based Framework
[MozCon 2019]  Fixing the Indexability Challenge: A Data-Based Framework[MozCon 2019]  Fixing the Indexability Challenge: A Data-Based Framework
[MozCon 2019] Fixing the Indexability Challenge: A Data-Based FrameworkAreej AbuAli
 
[BrightonSEO 2019] Restructuring Websites to Improve Indexability
[BrightonSEO 2019] Restructuring Websites to Improve Indexability[BrightonSEO 2019] Restructuring Websites to Improve Indexability
[BrightonSEO 2019] Restructuring Websites to Improve IndexabilityAreej AbuAli
 
Okc wp meetup june 2019_common_wp_mistakes
Okc wp meetup june 2019_common_wp_mistakesOkc wp meetup june 2019_common_wp_mistakes
Okc wp meetup june 2019_common_wp_mistakesLynn Dye
 
Basic Internet Marketing 101
Basic  Internet Marketing 101Basic  Internet Marketing 101
Basic Internet Marketing 101cherrybloosm
 
Ultimate Guide to White Hat SEO using Scrapebox
Ultimate Guide to White Hat SEO using ScrapeboxUltimate Guide to White Hat SEO using Scrapebox
Ultimate Guide to White Hat SEO using ScrapeboxŁukasz Rogala
 
15 minutes seo audit
15 minutes seo audit15 minutes seo audit
15 minutes seo auditPrettyKlicks
 
#CMC2019: Advanced SEO: Competitive intelligence, Web Scraping, and More.
#CMC2019: Advanced SEO: Competitive intelligence, Web Scraping, and More. #CMC2019: Advanced SEO: Competitive intelligence, Web Scraping, and More.
#CMC2019: Advanced SEO: Competitive intelligence, Web Scraping, and More. Mel Sciorra
 

What's hot (20)

How to improve your website performance
How to improve your website performanceHow to improve your website performance
How to improve your website performance
 
Introduction to SEO and SEO for WordPress
Introduction to SEO and SEO for WordPressIntroduction to SEO and SEO for WordPress
Introduction to SEO and SEO for WordPress
 
Tori Cushing - Actionable SEO Insights - SMX 2015
Tori Cushing - Actionable SEO Insights - SMX 2015Tori Cushing - Actionable SEO Insights - SMX 2015
Tori Cushing - Actionable SEO Insights - SMX 2015
 
Technical SEO Checklist: How to Optimize a WordPress Site for Search Engine C...
Technical SEO Checklist: How to Optimize a WordPress Site for Search Engine C...Technical SEO Checklist: How to Optimize a WordPress Site for Search Engine C...
Technical SEO Checklist: How to Optimize a WordPress Site for Search Engine C...
 
Javascript, SEO and Dollhouses by - #5HoursofTechnicalSEO @SEMrush
Javascript, SEO and Dollhouses by - #5HoursofTechnicalSEO @SEMrushJavascript, SEO and Dollhouses by - #5HoursofTechnicalSEO @SEMrush
Javascript, SEO and Dollhouses by - #5HoursofTechnicalSEO @SEMrush
 
WordPress SEO Beginner to Advanced
WordPress SEO Beginner to AdvancedWordPress SEO Beginner to Advanced
WordPress SEO Beginner to Advanced
 
SEO -- The Tortoise or the Hare
SEO -- The Tortoise or the HareSEO -- The Tortoise or the Hare
SEO -- The Tortoise or the Hare
 
SEO -- The Tortoise or the Hare
SEO -- The Tortoise or the HareSEO -- The Tortoise or the Hare
SEO -- The Tortoise or the Hare
 
WordPress SEO Mistakes that Kill - BigDigital 2017 - Peter Mead
WordPress SEO Mistakes that Kill - BigDigital 2017 - Peter MeadWordPress SEO Mistakes that Kill - BigDigital 2017 - Peter Mead
WordPress SEO Mistakes that Kill - BigDigital 2017 - Peter Mead
 
Spot and Fix Indexation Issues
Spot and Fix Indexation IssuesSpot and Fix Indexation Issues
Spot and Fix Indexation Issues
 
The Real Problems Behind Indexing | 5 Hours of Technical SEO
The Real Problems Behind Indexing | 5 Hours of Technical SEOThe Real Problems Behind Indexing | 5 Hours of Technical SEO
The Real Problems Behind Indexing | 5 Hours of Technical SEO
 
Let's Debunk SEO Myths Together - MarketingFest 2020
Let's Debunk SEO Myths Together - MarketingFest 2020Let's Debunk SEO Myths Together - MarketingFest 2020
Let's Debunk SEO Myths Together - MarketingFest 2020
 
[MozCon 2019] Fixing the Indexability Challenge: A Data-Based Framework
[MozCon 2019]  Fixing the Indexability Challenge: A Data-Based Framework[MozCon 2019]  Fixing the Indexability Challenge: A Data-Based Framework
[MozCon 2019] Fixing the Indexability Challenge: A Data-Based Framework
 
[BrightonSEO 2019] Restructuring Websites to Improve Indexability
[BrightonSEO 2019] Restructuring Websites to Improve Indexability[BrightonSEO 2019] Restructuring Websites to Improve Indexability
[BrightonSEO 2019] Restructuring Websites to Improve Indexability
 
Okc wp meetup june 2019_common_wp_mistakes
Okc wp meetup june 2019_common_wp_mistakesOkc wp meetup june 2019_common_wp_mistakes
Okc wp meetup june 2019_common_wp_mistakes
 
Google News & How To Make It Work For You
Google News & How To Make It Work For YouGoogle News & How To Make It Work For You
Google News & How To Make It Work For You
 
Basic Internet Marketing 101
Basic  Internet Marketing 101Basic  Internet Marketing 101
Basic Internet Marketing 101
 
Ultimate Guide to White Hat SEO using Scrapebox
Ultimate Guide to White Hat SEO using ScrapeboxUltimate Guide to White Hat SEO using Scrapebox
Ultimate Guide to White Hat SEO using Scrapebox
 
15 minutes seo audit
15 minutes seo audit15 minutes seo audit
15 minutes seo audit
 
#CMC2019: Advanced SEO: Competitive intelligence, Web Scraping, and More.
#CMC2019: Advanced SEO: Competitive intelligence, Web Scraping, and More. #CMC2019: Advanced SEO: Competitive intelligence, Web Scraping, and More.
#CMC2019: Advanced SEO: Competitive intelligence, Web Scraping, and More.
 

Similar to Tips for Running a Large Website Using Joomla

Optimize your on page meta tags-technical analysis part I of II
Optimize your on page meta tags-technical analysis part I of IIOptimize your on page meta tags-technical analysis part I of II
Optimize your on page meta tags-technical analysis part I of IIChristopher Dill
 
Creating Your own Section Website
Creating Your own Section WebsiteCreating Your own Section Website
Creating Your own Section WebsiteJeff_Gamber
 
Basic Level SEO Interview Questions.pdf
Basic Level SEO Interview Questions.pdfBasic Level SEO Interview Questions.pdf
Basic Level SEO Interview Questions.pdfSaritaM11
 
Internet Marketing Services
Internet Marketing ServicesInternet Marketing Services
Internet Marketing ServicesAndrew Davidson
 
BrightonSEO 5 Critical Questions Your Log Files Can Answer September 2016
BrightonSEO 5 Critical Questions Your Log Files Can Answer September 2016BrightonSEO 5 Critical Questions Your Log Files Can Answer September 2016
BrightonSEO 5 Critical Questions Your Log Files Can Answer September 2016Mark Thomas
 
Post-Penguin SEO Strategies for Google Success - 8-27-13 slides
Post-Penguin SEO Strategies for Google Success - 8-27-13 slides Post-Penguin SEO Strategies for Google Success - 8-27-13 slides
Post-Penguin SEO Strategies for Google Success - 8-27-13 slides DemandWave
 
Help your website everyday Using Blogs
Help your website everyday   Using BlogsHelp your website everyday   Using Blogs
Help your website everyday Using BlogsGuy Cook
 
Myths & true stories about JavaScript for SEO
Myths & true stories about JavaScript for SEOMyths & true stories about JavaScript for SEO
Myths & true stories about JavaScript for SEOSara Moccand-Sayegh
 
SearchLove London | Dave Sottimano, 'Using Data to Win Arguments'
SearchLove London | Dave Sottimano, 'Using Data to Win Arguments' SearchLove London | Dave Sottimano, 'Using Data to Win Arguments'
SearchLove London | Dave Sottimano, 'Using Data to Win Arguments' Distilled
 
How To Top Google By Writing Articles
How To Top Google By Writing ArticlesHow To Top Google By Writing Articles
How To Top Google By Writing ArticlesMartinsDavis1
 
Introduction to SEONext Systems & Processes
Introduction to SEONext Systems & ProcessesIntroduction to SEONext Systems & Processes
Introduction to SEONext Systems & ProcessesJustin_Blackhurst
 
SEO & Content Areas for Growth in 2019
SEO & Content Areas for Growth in 2019 SEO & Content Areas for Growth in 2019
SEO & Content Areas for Growth in 2019 Prosperity Media
 
Google Tag Manager for Ecommerce
Google Tag Manager for EcommerceGoogle Tag Manager for Ecommerce
Google Tag Manager for EcommerceDaytodayebay
 
WordPress Optimisation Strategies
WordPress Optimisation StrategiesWordPress Optimisation Strategies
WordPress Optimisation Strategiesauexpo Conference
 
WordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpoWordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpoJoost de Valk
 
Create the Ultimate SEO Toolbelt | Ralegh SEO Meetup | Lee Kennedy
Create the Ultimate SEO Toolbelt | Ralegh SEO Meetup | Lee KennedyCreate the Ultimate SEO Toolbelt | Ralegh SEO Meetup | Lee Kennedy
Create the Ultimate SEO Toolbelt | Ralegh SEO Meetup | Lee KennedyLee Kennedy
 
Mark Thomas - 10 Step Technical SEO Game Plan (annotated edition)
Mark Thomas - 10 Step Technical SEO Game Plan (annotated edition)Mark Thomas - 10 Step Technical SEO Game Plan (annotated edition)
Mark Thomas - 10 Step Technical SEO Game Plan (annotated edition)Anna Morrison
 
SEARCH Y : Benjamin Bussière - Javascript and seo misconceptions, misunders...
SEARCH Y :  Benjamin Bussière - Javascript and seo  misconceptions, misunders...SEARCH Y :  Benjamin Bussière - Javascript and seo  misconceptions, misunders...
SEARCH Y : Benjamin Bussière - Javascript and seo misconceptions, misunders...SEARCH Y - Philippe Yonnet Evénements
 

Similar to Tips for Running a Large Website Using Joomla (20)

Optimize your on page meta tags-technical analysis part I of II
Optimize your on page meta tags-technical analysis part I of IIOptimize your on page meta tags-technical analysis part I of II
Optimize your on page meta tags-technical analysis part I of II
 
Creating Your own Section Website
Creating Your own Section WebsiteCreating Your own Section Website
Creating Your own Section Website
 
Day 7
Day 7Day 7
Day 7
 
Site Man Pro
Site Man ProSite Man Pro
Site Man Pro
 
Basic Level SEO Interview Questions.pdf
Basic Level SEO Interview Questions.pdfBasic Level SEO Interview Questions.pdf
Basic Level SEO Interview Questions.pdf
 
Internet Marketing Services
Internet Marketing ServicesInternet Marketing Services
Internet Marketing Services
 
BrightonSEO 5 Critical Questions Your Log Files Can Answer September 2016
BrightonSEO 5 Critical Questions Your Log Files Can Answer September 2016BrightonSEO 5 Critical Questions Your Log Files Can Answer September 2016
BrightonSEO 5 Critical Questions Your Log Files Can Answer September 2016
 
Post-Penguin SEO Strategies for Google Success - 8-27-13 slides
Post-Penguin SEO Strategies for Google Success - 8-27-13 slides Post-Penguin SEO Strategies for Google Success - 8-27-13 slides
Post-Penguin SEO Strategies for Google Success - 8-27-13 slides
 
Help your website everyday Using Blogs
Help your website everyday   Using BlogsHelp your website everyday   Using Blogs
Help your website everyday Using Blogs
 
Myths & true stories about JavaScript for SEO
Myths & true stories about JavaScript for SEOMyths & true stories about JavaScript for SEO
Myths & true stories about JavaScript for SEO
 
SearchLove London | Dave Sottimano, 'Using Data to Win Arguments'
SearchLove London | Dave Sottimano, 'Using Data to Win Arguments' SearchLove London | Dave Sottimano, 'Using Data to Win Arguments'
SearchLove London | Dave Sottimano, 'Using Data to Win Arguments'
 
How To Top Google By Writing Articles
How To Top Google By Writing ArticlesHow To Top Google By Writing Articles
How To Top Google By Writing Articles
 
Introduction to SEONext Systems & Processes
Introduction to SEONext Systems & ProcessesIntroduction to SEONext Systems & Processes
Introduction to SEONext Systems & Processes
 
SEO & Content Areas for Growth in 2019
SEO & Content Areas for Growth in 2019 SEO & Content Areas for Growth in 2019
SEO & Content Areas for Growth in 2019
 
Google Tag Manager for Ecommerce
Google Tag Manager for EcommerceGoogle Tag Manager for Ecommerce
Google Tag Manager for Ecommerce
 
WordPress Optimisation Strategies
WordPress Optimisation StrategiesWordPress Optimisation Strategies
WordPress Optimisation Strategies
 
WordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpoWordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpo
 
Create the Ultimate SEO Toolbelt | Ralegh SEO Meetup | Lee Kennedy
Create the Ultimate SEO Toolbelt | Ralegh SEO Meetup | Lee KennedyCreate the Ultimate SEO Toolbelt | Ralegh SEO Meetup | Lee Kennedy
Create the Ultimate SEO Toolbelt | Ralegh SEO Meetup | Lee Kennedy
 
Mark Thomas - 10 Step Technical SEO Game Plan (annotated edition)
Mark Thomas - 10 Step Technical SEO Game Plan (annotated edition)Mark Thomas - 10 Step Technical SEO Game Plan (annotated edition)
Mark Thomas - 10 Step Technical SEO Game Plan (annotated edition)
 
SEARCH Y : Benjamin Bussière - Javascript and seo misconceptions, misunders...
SEARCH Y :  Benjamin Bussière - Javascript and seo  misconceptions, misunders...SEARCH Y :  Benjamin Bussière - Javascript and seo  misconceptions, misunders...
SEARCH Y : Benjamin Bussière - Javascript and seo misconceptions, misunders...
 

Recently uploaded

TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 

Recently uploaded (20)

TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 

Tips for Running a Large Website Using Joomla