Add image placeholder screenshots to pro widget docs and pagespeed docs
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
**Dotjuice → Page speed → Advanced**
|
||||
|
||||

|
||||
*Screenshot: the Advanced tab showing the Heartbeat API, XML-RPC, and WooCommerce script controls.*
|
||||
|
||||
## What this tab controls
|
||||
|
||||
WordPress's Heartbeat API, XML-RPC, and WooCommerce script loading on non-shop pages.
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
|
||||
**Dotjuice → Page speed → Caching**
|
||||
|
||||

|
||||
*Screenshot: the Caching tab showing the Enable Page Caching, Separate Cache for Mobile Devices, and Cache Expiry settings.*
|
||||
|
||||
## What this tab controls
|
||||
|
||||
Full-page HTML caching: whether pages are cached at all, whether mobile and desktop get separate cached copies, whether logged-in visitors are included, and how long a cached page stays valid before it's rebuilt.
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
|
||||
**Dotjuice → Page speed → CDN**
|
||||
|
||||

|
||||
*Screenshot: the CDN tab showing the CDN URL input and the Enable CDN Rewrite toggle.*
|
||||
|
||||
## What this tab controls
|
||||
|
||||
Rewriting your site's stylesheet and script URLs to point at a CDN hostname instead of your own server.
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
|
||||
**Dotjuice → Page speed → CSS**
|
||||
|
||||

|
||||
*Screenshot: the CSS tab showing the Minify CSS, Combine CSS Files, and Load Combined CSS Asynchronously toggles.*
|
||||
|
||||
## What this tab controls
|
||||
|
||||
Minification and combining of your site's local stylesheets, optional asynchronous loading of the combined file, and manual exclusions for stylesheets that shouldn't be touched.
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
|
||||
**Dotjuice → Page speed → Database**
|
||||
|
||||

|
||||
*Screenshot: the Database tab showing the manual cleanup options and the scheduled cleanup settings.*
|
||||
|
||||
## What this tab controls
|
||||
|
||||
One-click and scheduled cleanup of database bloat: old post revisions, abandoned drafts, spam comments, expired cache entries, orphaned metadata, and full table optimisation.
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
|
||||
## Where to find the settings
|
||||
|
||||
After activating the plugin, go to **Dotjuice → Page speed** in your WordPress admin menu. Settings are organised into nine tabs: Caching, CSS, JavaScript, HTML, Images, Preload, CDN, Database, and Advanced.
|
||||
**Dotjuice → Page speed** in your WordPress admin menu.
|
||||
|
||||

|
||||
*Screenshot: the main Page Speed admin page showing the tabbed settings interface with the Caching tab active and the Save Settings button in the toolbar.*
|
||||
|
||||
Every toggle saves through a single **Save Settings** button in the top toolbar — changes aren't applied until you click it. A **Clear Cache** button sits next to it for whenever you want to force a fresh rebuild of every cached page.
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
|
||||
**Dotjuice → Page speed → HTML**
|
||||
|
||||

|
||||
*Screenshot: the HTML tab showing the Minify HTML Output, Remove Version Query Strings, and Disable Emoji Scripts toggles.*
|
||||
|
||||
## What this tab controls
|
||||
|
||||
HTML minification, removal of unnecessary version query strings and default WordPress scripts, Google Fonts display behaviour, and DNS prefetch hints.
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
|
||||
**Dotjuice → Page speed → Images**
|
||||
|
||||

|
||||
*Screenshot: the Images tab showing the Lazy Load Images, Lazy Load Iframes, and Add Missing Width/Height toggles.*
|
||||
|
||||
## What this tab controls
|
||||
|
||||
Lazy loading of images and iframes, and automatic width/height attributes to prevent layout shift.
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
|
||||
**Dotjuice → Page speed → JavaScript**
|
||||
|
||||

|
||||
*Screenshot: the JavaScript tab showing the Minify JavaScript, Combine JavaScript Files, Defer Loading, and Delay JavaScript Until Interaction toggles.*
|
||||
|
||||
## What this tab controls
|
||||
|
||||
Minification and combining of local scripts, deferred loading, delayed loading until user interaction, and manual exclusions.
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
|
||||
**Dotjuice → Page speed → Preload**
|
||||
|
||||

|
||||
*Screenshot: the Preload tab showing the Priority Image, Cache Preload After Publishing, and Font Preloading settings.*
|
||||
|
||||
## What this tab controls
|
||||
|
||||
Priority loading for your most important image, automatic cache warming after publishing, font preloading, and DNS/connection hints for third-party services.
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# Troubleshooting
|
||||
|
||||

|
||||
*Screenshot: the troubleshooting page showing the system status, cache log, and common fixes.*
|
||||
|
||||
## A page looks broken after enabling a setting
|
||||
|
||||
1. Click **Clear Cache** and reload the page — a stale cached copy from before your change is the most common cause.
|
||||
|
||||
Reference in New Issue
Block a user