Jump to content

rfcontreras

Clients
  • Posts

    171
  • Joined

  • Last visited

 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 rfcontreras

  1. Today I've tried Sendgrid. Almost all IP from Sendgrid are blocked for hotmail, msn, outlook, etc. 

     

    550 Rejected because 167.89.24.164 is in a black list at zen.spamhaus.org https://www.spamhaus.org/sbl/query/SBL495736

    1937971271_CapturadePantalla2020-09-28ala(s)16_20_43.png.f473fe1f308b4fa18d1cb406b3d8da64.png

     

    50 5.7.1 Service unavailable, Client host [167.89.12.138] blocked using Spamhaus. To request removal from this list see https://www.spamhaus.org/query/ip/167.89.12.138 (AS3130). [DB8EUR05FT042.eop-eur05.prod.protection.outlook.com]

    515175100_CapturadePantalla2020-09-28ala(s)16_21_25.png.c9a215ca2e3fb0d1decb1203449ff899.png

     

    550 Rejected because 50.31.49.42 is in a black list at zen.spamhaus.org https://www.spamhaus.org/sbl/query/SBL495733

    1764499125_CapturadePantalla2020-09-28ala(s)16_21_56.png.db6cf56c44fd20d220a0b84937bfd402.png

    You get what you pay for... at least for the free plan.

  2. Switch to Nginx is an option. You're not gzipping the output, you're using a lot of third party code that's blocking page render, as OpenType told you, do you really need all of them? You're loading 1.5 Mb of javascripts.. then this 1.5 mb must be parsed..

     

    You can also switch from Google Analytics to Matomo, less intrusive and you're not feeding the evil..

  3. I'm using pagespeed nginx module from long ago with very good results. Pre 4.5 releases do not work with the defer_javascript pagespeed filter, but with 4.5 I'm able to activate this filter and almost ALL the site works but the gallery. Instead of relying on the pagespeed module, how can I change the javascript calls in order to use "defer" ? As far as I see the javascript calls are created on the fly and I cant choose which javascript libraries I want to defer.

    By the way, defering javascript with pagespeed makes the site faster for mobile, would be great if IPB give it a try to the defer javascript idea.

    Best regards

  4. I've upgraded to 4.5, deleted the old version and installed the new one but I have several problems. When the install finishes I get this screen

    2094153043_CapturadePantalla2020-09-11ala(s)14_02_12.thumb.png.ccf5fc20f0b6a47abe5779eeecdee00f.png

     

    asking me to save the changes. I've deleted and reinstalled the plugin but the error is the same. Once installed several settings do not work, you can check this at

    https://www.espacioprofundo.com.ar/listas_de_observacion_por_mes/enero/

     

    The avatar is not blended on the record image, the record image is distorted and the hero image also is huge. Any help is truly appreciated.

    Something similar happens with the superreviews and superhelp plugins.

    Best regards

     

  5. Hi,

    I'm getting this error running manually the sitemap creation

     

    0 /home/espacio/web/espacioprofundo.com.ar/public_shtml/applications/core/modules/admin/system/background.php(87): IPS\_Task::runQueue()
    #1 /home/espacio/web/espacioprofundo.com.ar/public_shtml/system/Helpers/MultipleRedirect/MultipleRedirect.php(92): IPS\core\modules\admin\system\_background->IPS\core\modules\admin\system\{closure}(Array)
    #2 /home/espacio/web/espacioprofundo.com.ar/public_shtml/applications/core/modules/admin/system/background.php(136): IPS\Helpers\_MultipleRedirect->__construct(Object(IPS\Http\Url\Internal), Object(Closure), Object(Closure))
    #3 /home/espacio/web/espacioprofundo.com.ar/public_shtml/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\system\_background->process()
    #4 /home/espacio/web/espacioprofundo.com.ar/public_shtml/applications/core/modules/admin/system/background.php(42): IPS\Dispatcher\_Controller->execute()
    #5 /home/espacio/web/espacioprofundo.com.ar/public_shtml/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\admin\system\_background->execute()
    #6 /home/espacio/web/espacioprofundo.com.ar/public_shtml/sarakay/index.php(14): IPS\_Dispatcher->run()
    #7 {main}

    It's stuck on this part

    119546744_CapturadePantalla2020-09-09ala(s)01_27_46.thumb.png.c379aceedba35b527b0597840ad313e5.png

     

    Any tip is truly appreciated

     

    Best regards

     

  6. On 7/14/2019 at 3:54 AM, opentype said:

    You’re missing what that means for the users. It‘ not like they see a blank screen until the 2 MB are fully loaded. The page rendering will start exactly at the same time, with or without lazyload, if the image dimensions are known. With lazyload, there might be a tiny loading advantage above-the-fold and then a disadvantage of newly introduced wait time while scrolling. Without lazyload you don’t have that scrolling wait time, but a slightly slower above-the-fold finish time. Again, I tested this and could not see clear benefits for a typical use of my template products and even a considerably worse experience in some cases. 

    You could, but I do not recommend it. If you modify any template, you can’t receive updates for it anymore. 

    Also keep in mind that native browser lazyload is coming. I’m happy to support that in the future, since it is a proper and elegant solution. JavaScript-based lazyload really is not. 

    Hi OpenType,

    In my case, it will improve the loading speed a lot if I can lazyload the background images on my database. Check this catalog of observable deep sky objects by month, until the last image is loaded the pages does not finish loading, with a huge speed penalty.

    https://www.espacioprofundo.com.ar/listas_de_observacion_por_mes/julio/

    I'm using your products on my site on several databases, so improvement can be considered important. Looking forward to hear your thoughts.

×
×
  • Create New...