You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when fetching the full article: extract all images
1.1. store them in database (scheme below)
1.2. replace all imagelinks by adaptive-images.php?id=imageid
adaptive-images.php gets original image, shrink them and send them to the user
To improve performance activate cache in adaptive-images.php and delete all entrys + cache-files, if the artilcle is removed from database
Table:
imageid
articleid
imageurl
The text was updated successfully, but these errors were encountered:
Shrink all images in articles via adaptive-images.php
when fetching the full article: extract all images
1.1. store them in database (scheme below)
1.2. replace all imagelinks by adaptive-images.php?id=imageid
adaptive-images.php gets original image, shrink them and send them to the user
To improve performance activate cache in adaptive-images.php and delete all entrys + cache-files, if the artilcle is removed from database
Table:
The text was updated successfully, but these errors were encountered: