Fix pagespeed image paths: ../assets/img/ -> ./assets/img/ (docs not in subfolder)

This commit is contained in:
2026-08-03 12:27:51 +00:00
parent 9f2720125b
commit 19f32cab9a
11 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
**Dotjuice → Page speed → Advanced**
![The Advanced settings tab](../assets/img/pagespeed-advanced.png)
![The Advanced settings tab](./assets/img/pagespeed-advanced.png)
*Screenshot: the Advanced tab showing the Heartbeat API, XML-RPC, and WooCommerce script controls.*
## What this tab controls

View File

@@ -2,7 +2,7 @@
**Dotjuice → Page speed → Caching**
![The Caching settings tab](../assets/img/pagespeed-caching.png)
![The Caching settings tab](./assets/img/pagespeed-caching.png)
*Screenshot: the Caching tab showing the Enable Page Caching, Separate Cache for Mobile Devices, and Cache Expiry settings.*
## What this tab controls

View File

@@ -2,7 +2,7 @@
**Dotjuice → Page speed → CDN**
![The CDN settings tab](../assets/img/pagespeed-cdn.png)
![The CDN settings tab](./assets/img/pagespeed-cdn.png)
*Screenshot: the CDN tab showing the CDN URL input and the Enable CDN Rewrite toggle.*
## What this tab controls

View File

@@ -2,7 +2,7 @@
**Dotjuice → Page speed → CSS**
![The CSS optimisation settings tab](../assets/img/pagespeed-css.png)
![The CSS optimisation settings tab](./assets/img/pagespeed-css.png)
*Screenshot: the CSS tab showing the Minify CSS, Combine CSS Files, and Load Combined CSS Asynchronously toggles.*
## What this tab controls

View File

@@ -2,7 +2,7 @@
**Dotjuice → Page speed → Database**
![The Database optimisation settings tab](../assets/img/pagespeed-database.png)
![The Database optimisation settings tab](./assets/img/pagespeed-database.png)
*Screenshot: the Database tab showing the manual cleanup options and the scheduled cleanup settings.*
## What this tab controls

View File

@@ -4,7 +4,7 @@
**Dotjuice → Page speed** in your WordPress admin menu.
![The Dotjuice Page Speed admin dashboard](../assets/img/pagespeed-dashboard.png)
![The Dotjuice Page Speed admin dashboard](./assets/img/pagespeed-dashboard.png)
*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.

View File

@@ -2,7 +2,7 @@
**Dotjuice → Page speed → HTML**
![The HTML optimisation settings tab](../assets/img/pagespeed-html.png)
![The HTML optimisation settings tab](./assets/img/pagespeed-html.png)
*Screenshot: the HTML tab showing the Minify HTML Output, Remove Version Query Strings, and Disable Emoji Scripts toggles.*
## What this tab controls

View File

@@ -2,7 +2,7 @@
**Dotjuice → Page speed → Images**
![The Images settings tab](../assets/img/pagespeed-images.png)
![The Images settings tab](./assets/img/pagespeed-images.png)
*Screenshot: the Images tab showing the Lazy Load Images, Lazy Load Iframes, and Add Missing Width/Height toggles.*
## What this tab controls

View File

@@ -2,7 +2,7 @@
**Dotjuice → Page speed → JavaScript**
![The JavaScript optimisation settings tab](../assets/img/pagespeed-javascript.png)
![The JavaScript optimisation settings tab](./assets/img/pagespeed-javascript.png)
*Screenshot: the JavaScript tab showing the Minify JavaScript, Combine JavaScript Files, Defer Loading, and Delay JavaScript Until Interaction toggles.*
## What this tab controls

View File

@@ -2,7 +2,7 @@
**Dotjuice → Page speed → Preload**
![The Preload settings tab](../assets/img/pagespeed-preload.png)
![The Preload settings tab](./assets/img/pagespeed-preload.png)
*Screenshot: the Preload tab showing the Priority Image, Cache Preload After Publishing, and Font Preloading settings.*
## What this tab controls

View File

@@ -1,6 +1,6 @@
# Troubleshooting
![The troubleshooting guide and tools](../assets/img/pagespeed-troubleshooting.png)
![The troubleshooting guide and tools](./assets/img/pagespeed-troubleshooting.png)
*Screenshot: the troubleshooting page showing the system status, cache log, and common fixes.*
## A page looks broken after enabling a setting