Page no: F22
Table of contents
Overview Log into DBCrons only call PHP procedures that have access to DB. [improvement] Write into single table on syndication, instead into file system |
Give access to DB |
Split Crons by ObjectWe introduce Cron jobs by type of object Object specific data loads
|
|
BackgroundSplitting images from the post text They come in different processes/jobs Cron1: Load Post with original link Cron2: Image (incl. Link replacement) For each image link that u find in the text Download image into WP Media, Obtain URL for newly uploaded image from WP –> new internal link Link to original post replace by new internal link
|
|
Not Loaded Images
1. Image not loaded, but used inside post This implies we have only post with original links |
|
2. Image loaded, but not used in Post
We cannot obtained unattached images, because we obtain information about image name only when we load the post |
|
Requirements Broken LinksTool that checks broken links fora) a certain period like October 2020. b) choose between internal and external links. We focus on internal links —- two options 1) Build it inside Syndication Tools 2) Find a plugin that does do this Examples Plugins: https://www.formget.com/broken-link-checker-wordpress-plugins/ Problem: Existing broken link checker cannot filter by date —- second use case: Issues with our syndication tools, like replace external link by internal links |
Status: Not Implemented, or? |
Testing Broken Images (as Broken Links)follow the links alphabetically to http://snbchf…. see if we if have broken images usually we images with % ampercent we should have broken images with links to wpupload except % —– How far has plugin progressed How many posts it has done, to which date? |
See more for