It’s possible top setup your own account in Cloudflare and take advantage of dynamic image resizing and optimisation. This will then allow you to serve images from your own domain rather than the TProfile default of https://cdn.tprofile.com. It allows for iamges images to be served from a sub domain or even more SEO friendly a sub directory. this means if your frontend website is hosted on TProfile with the domain https://www.tprofile.com you could setup images to be served from either of the two following example URL’s:
...
You can read about the all of the image reszizxing possibilties resizing possibilities here on Cloudflare but the below guide will setup a worker to dynamiclly dynamically resize images based on query string params called width and height. The served images will maintain their aspect ration as well be served in a WebP format
Pricing
Our Plans | Pricing | Cloudflare A pro plan is required at a minimum. Below is a screenshot from that page detailing the amount of images you get for free each month. FAQ · Cloudflare Image Optimization docs Also states that – “Image Resizing - Cloudflare charges when there are cache misses, and for some request errors.”
The caching section on this page Troubleshoot Image Resizing problems – Cloudflare Help Center also states that images are cached for an hour at minimum unless the cache-control header allows longer. By default cdn.tprofile.com images set the cache-control header for 1 year.
...
Configuration
To take advantage of this you will need the following:
...