Jump to content

rfcontreras

Clients
  • Posts

    170
  • 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

Everything 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 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] 550 Rejected because 50.31.49.42 is in a black list at zen.spamhaus.org https://www.spamhaus.org/sbl/query/SBL495733 You get what you pay for... at least for the free plan.
  2. Export and import the structure, and then you'll need some mysql fiddling to dump the table and import it to the new table on the other site. Not super easy but doable.
  3. 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..
  4. Yes, this is for Redis activation, I mean MORE settings ir order to select what to cache.
  5. You do not need to customize redis for invision, just install and configure redis. Which OS does your server run?
  6. I'm using 4.5 with Redis 5.x and it seems that it's not caching anything. Is this cache supposed to be used only for guest visitors or also registered visitors? My Cache on Support-> Redis are very low. Thanks in advance
  7. Delete cache and cookies. Anyway I've just enabled redis and everything works fine. Go to support on the ACP and click on "something is not working"ish..
  8. Oh, I've uninstalled to make room for the new release...
  9. 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
  10. Hi Opentype, do you have an estimate for the 4.5 compatible version? Thanks in advance
  11. I get the same result, but my server is nginx only, no apache2.
  12. Thanks opentype, now it's working, it's a customs header who's breaking everything. Regards!
  13. I've followed the instructions. I've checked on Chrome and Firefox and the result is the same.
  14. 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 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
  15. 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 Any tip is truly appreciated Best regards
  16. Thanks OpenType, will be waiting for your implementation. Regards
  17. 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.
  18. I've created an html file (https://www.espacioprofundo.com.ar/hola.html) which just displays "Hola" on the screen and the TTFB on several runs is on the 180 ms mark consistently. Checking the same with the site homepage I get values from 240 to 600 ms. I know that DigitalOcean (my hosting company) do not have the best TTFB in the market. I've considered to use cloudfare but all nginx_pagepseed optimizations get lost. Best Regards
×
×
  • Create New...