RAXO Blog

Latest News and Extension Updates

RAXO All-mode PRO J3.x v1.7

We are very happy to announce a new release of the popular news module RAXO All-mode PRO. By using this module version (v1.7) your site will benefit from faster loading and better looking thumbnails in the module output. Welcome inside for more details.

New features:

Improved:

  • Thumbnail cache lifetime is increased to 6 months, made both on server and client sides;
  • Start using class autoloader (JLoader) to save memory and performance;
  • Fixed "A non-numeric value" warning on PHP 7.1;
  • Fixed blurred images in Default layout;
  • Fixed interface issue appearing in Joomla 3.7.3;
  • Small code adjustments to make it more performant.

Better Quality Thumbnails

It common knowledge, when images are rescaled, especially small thumbnail images, they look rather blurred compared to the original. Which is why we decided to add a light sharpening effect to improve the image quality when creating thumbnails in the module. Also, we increased jpeg quality to 95% to get very clean and crisp thumbnail images without visible jpeg distortions.

The results are astonishing - no jpeg artefacts, just sharp and crisp images. Well, one look is worth a thousand words. See for yourself.

RAXO New Module Version - Better Quality Thumbnails

Faster loading for thumbnails

There was one more condition added to thumbnail creation function. If a thumbnail exists already, the module shows it right away from the cache folder, without calling the thumbnail library.

In the previous module version a path to a thumbnails had this src, where tb.php is a thumbnail library:

"/modules/mod_raxo_allmode/tools/tb.php?src=..%2Fimages%2Fimage.jpg&w=240&h=160&zc=1"

Now a thumbnail path leads to the image directly:

"/images/raxo_thumbs/amp/tb-w240-h160-crop-int-95ef5a1a36ff1296a9c0a9870f16ed58.jpg"

How does your Joomla site benefit from this?

  • More than 10 times increase in thumbnail loading speed.
    Especially if you have lots of thumbnails (>200) on one page.
  • Substantial reduction in server load.
    This could be crucial for sites located on inexpensive shared Joomla hostings.
  • This helps to improve your website's overall performance.