Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
GDI WP 101 - Week 3 - Plugins
Search
Karen McCamy
March 02, 2015
Technology
0
56
GDI WP 101 - Week 3 - Plugins
Plugins slides for GDI Class #3.
Karen McCamy
March 02, 2015
Tweet
Share
More Decks by Karen McCamy
See All by Karen McCamy
GDI - WP101: Class #2
kmccamy
0
42
WP101 - Class 2: Content/Traffic Connection, UX, WP Taxonomy & Menus
kmccamy
0
170
WP101 - Session #1: Introduction to WordPress
kmccamy
0
61
GDI WP101 - Week 4
kmccamy
0
56
GDI WP101 Week 3 Introduction
kmccamy
0
71
GDI WP 101 - Week 3 - Themes
kmccamy
0
90
GDI WP101 - Week 2 - Categories & Tags
kmccamy
0
38
GDI WP 101 - Week 2 - Content Overview
kmccamy
0
43
Class 1: Introduction to WordPress
kmccamy
0
69
Other Decks in Technology
See All in Technology
Observability infrastructure behind the trillion-messages scale Kafka platform
lycorptech_jp
PRO
0
120
Navigation3でViewModelにデータを渡す方法
mikanichinose
0
180
標準技術と独自システムで作る「つらくない」SaaS アカウント管理 / Effortless SaaS Account Management with Standard Technologies & Custom Systems
yuyatakeyama
2
240
kubellが挑むBPaaSにおける、人とAIエージェントによるサービス開発の最前線と技術展望
kubell_hr
1
380
QAはソフトウェアエンジニアリングを学んで実践するのが大事なの
ymty
1
490
Agentic Workflowという選択肢を考える
tkikuchi1002
1
160
JSX - 歴史を振り返り、⾯⽩がって、エモくなろう
pal4de
3
1k
AWS CDK 実践的アプローチ N選 / aws-cdk-practical-approaches
gotok365
4
160
RubyOnRailsOnDevin+α / DevinMeetupJapan#2
ginkouno
0
860
初めてのAzure FunctionsをClaude Codeで作ってみた / My first Azure Functions using Claude Code
hideakiaoyagi
1
160
本部長の代わりに提案書レビュー! KDDI営業が毎日使うAIエージェント「A-BOSS」開発秘話
minorun365
PRO
14
2.1k
CSS、JSをHTMLテンプレートにまとめるフロントエンド戦略
d120145
0
180
Featured
See All Featured
Balancing Empowerment & Direction
lara
1
320
GraphQLとの向き合い方2022年版
quramy
46
14k
How GitHub (no longer) Works
holman
314
140k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
16
930
Code Reviewing Like a Champion
maltzj
524
40k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Speed Design
sergeychernyshev
31
1k
Transcript
©2014 Karen McCamy FreelanceTechnologyReview.com
Agenda Brief Plugin Review “Best Practices” Caveats
Configuring Plugins My Recommended Plugins ©2014 Karen McCamy FreelanceTechnologyReview.com
Plugin Review What’s a Plugin? WP Codex (http://codex.wordpress.org/Plugins
©2014 Karen McCamy FreelanceTechnologyReview.com
2 categories of Plugins Front-end: ◦ Appear to
your site visitor ◦ Impact site loading speed Back-end: ◦ Think of these as “admin” uses ◦ For editorial and/or organizational purposes ◦ Don’t impact site loading ©2014 Karen McCamy FreelanceTechnologyReview.com Plugin Review (continued)
Plugin Review: Some Common Uses Caching Backup
SEO Contact Forms Admin Functions Security Social Buttons eCommerce (true storefront) Shopping Cart (simple) PayPal Button Tool Bars Membership & many more… ©2014 Karen McCamy FreelanceTechnologyReview.com
Where to find plugins Only the WordPress Repository:
www.wordpress.org/plugins Researching plugins Take your time…sometimes lots of time! See previous slides: Basic WordPress Elements ©2014 Karen McCamy FreelanceTechnologyReview.com Plugin Review (continued)
Best Practices Source from the Codex Take time
to research completely Some quick tips: • Do your research! — This takes time, sometimes a lot of time! • Is it current, up-to-date? • An old or out-of-date plugin can break your site! • What are the support issues? • how many are unresolved? • who does the support? • Read the description, FAQs, look at the screenshots • Is it easy to configure without "coding"? ©2014 Karen McCamy FreelanceTechnologyReview.com
Avoid “Too Many” Plugins! Avoid Duplicating Plugins!
Remove Unused Plugins! Avoid Slowing Your Site! Check your site speed & function after every plugin addition Understand Configuration …before installing! Handling Site Load Issues…Class #4 ©2014 Karen McCamy FreelanceTechnologyReview.com Caveats
Configuring Plugins Process of “setting it up” Every
plugin is different! Examples: ◦ Dashboard Site notes: no config ◦ YARPP: minimal config for placement ◦ WP SEO by Yoast: uber-heavy config (with doc’s) Some general rules: Understand what you are doing! Read the docs before downloading Get support from plugin author ©2014 Karen McCamy FreelanceTechnologyReview.com
My Recommended Plugins Akismet: prevents comment spam, comes with
WordPress W3 Super Cache: caching plugin, site speed improvement, FREE Google XML Site Maps: zero config, FREE! Backup Buddy (or backup alternative) Dashboard Site notes: zero config, FREE! WP SEO by Yoast Fast Secure Contact Form: minimal config, FREE Editorial Calendar: for multiple authors & scheduling P3 Performance Profiler: checks plugins for site speed impact YARPP: for displaying related posts *Helps your SEO* WordFence: Security “lorem ipsum” – when designing; zero config, FREE Clone posts – when designing; zero config, FREE ©2014 Karen McCamy FreelanceTechnologyReview.com
One Final Caution Check your theme for desired function
If it’s already in your theme, don’t duplicate through a plugin! Disable theme function if you choose to go with a plugin! Common theme inclusions: Social buttons SEO Related posts ©2014 Karen McCamy FreelanceTechnologyReview.com
©2014 Karen McCamy FreelanceTechnologyReview.com Email me:
[email protected]