Jump to content

SeNioR-

Members
  • Posts

    1,151
  • Joined

  • Days Won

    5

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by SeNioR-

  1. @marklcfc Well done with the cache configuration 👍Your site loads much faster now, but I noticed quite a lag with the "Who's Online" widget and the online status in the topic which is a bit pointless now as it takes 15 minutes to update.

    I wonder if (with your present configuration) you could now set "Cache sidebar, header and footer blocks" to 0 because the whole page (with the all widgets) is cached by CF now.

    Plus, I think you can add some new CF rules like /discover/, /search/ and sitemap.php to avoid situations like in the picture below where there is a problem with loading reactions icons in search results.

    Could contain: File, Page, Text, Person, Webpage

  2. On 10/21/2022 at 4:43 AM, Ehren said:

    I can happily back up Matt's last post. We've heard your feedback and are aiming to significantly improve both the CSS and JS performance in a future update - but as you can imagine, rewriting 10 years of code is a very long process that needs to be planned carefully.

    Thanks for the info, however in what "future update" we can expect these improvement? IPS 5.x or maybe a bit earlier?

  3. At the moment, we can only upload a graphical icon, so I suggest adding lazy loading. This helps the page load faster especially on a mobile device and eliminates the error in PageSpeed Insights

    {{elseif $forum->icon}}
    <img src="{file="$forum->icon" extension="forums_Icons"}" alt='' class='ipsItemStatus ipsItemStatus_custom {{if !\IPS\forums\Topic::containerUnread( $forum ) && !$forum->redirect_on}}ipsItemStatus_read{{endif}}'>
    {{else}}

    to

    {{elseif $forum->icon}}
    <img src="{file="$forum->icon" extension="forums_Icons"}" alt='Icon' class='ipsItemStatus ipsItemStatus_custom {{if !\IPS\forums\Topic::containerUnread( $forum ) && !$forum->redirect_on}}ipsItemStatus_read{{endif}}' loading='lazy'>
    {{else}}
  4. I agree, these types of fixes should be reported directly to the IPS developers, but unfortunately there is no such way at the moment.

    There are a lot of such details to improve, sometimes I don't want to write a topic because it's a small thing ... but it should be corrected.

    By the way, it would also be good to fix the YouTube icon to

    <i class="fa fa-youtube-play" aria-hidden="true"></i>

     

×
×
  • Create New...