Everything posted by sobrenome
-
IPS plugin for bypass cache on cookie for Cloudflare Workers
Would be nice to have it on 4.5.
-
Redis caching not improving performance - it's worse
Yes, same thing here: cache = 0.
-
Manifest and cookie-free domain
So the only way to avoid the SSL handshake to webmanisfest is by cookie-free domain? My server seems to be correctly configured and I have the same loading delay with webmanifest SSL handshake: URL: https://domain.com/manifest.webmanifest/ Host: domain.com IP: 104.26.7.35 Error/Status Code: 200 Priority: LOW Protocol: HTTP/2 HTTP/2 Stream: 1, weight 183, depends on 0, EXCLUSIVE Request ID: 27319.111 Client Port: 46188 Discovered: 1.399 s Request Start: 1.802 s Initial Connection: 331 ms SSL Negotiation: 68 ms Time to First Byte: 58 ms Content Download: 1 ms Bytes In (downloaded): 0.3 KB Uncompressed Size: 1.9 KB Bytes Out (uploaded): 1.4 KB
-
Manifest and cookie-free domain
Why preconnect is not working for webmanifest?
-
Manifest and cookie-free domain
Yes, manifest.webmanisfest is taking a lot time to load. What if we preconnect it in the header? <!-- Webmanifest --> <link href="https://domain.com/manifest.webmanifest/" rel="preconnect">
-
Featured Content for IPS4.x+
Thanks @onlyME! 😊
-
Featured Content for IPS4.x+
I have noticed more the 5.000 files on cache, even after uninstalling the plugin.
-
Mail Bouncer - Automated Bounce Management
I will try to configure and give a feedback. In IPS settings I will have to set the SMTP mode, right?
-
Elasticsearch Version 7 & IPB?
Nice!
-
Mail Bouncer - Automated Bounce Management
Hello, I have the app already installed. How can I access the details for configure Amazon SES? Thanks. Maybe I will have the same issue you had. Could please tell what Cloudflare firewall setting had to be changed? Thanks. Now I see. Thanks a lot for sharing.
-
Support for Amazon AWS SES
Nice, we use it also. Did not know that it has AWS email already!
-
Support for Amazon AWS SES
Could it be implemented on 4.5?
-
IPS plugin for bypass cache on cookie for Cloudflare Workers
With Cloudflare Workers is possible to serve cached html direct from the CDN, without origin server roundtrip. There is a plugin for Wordpress but there is no plugin for IPS. I suppose that a plugin for IPS would have many purchases. This is the link of the Wordpress plugin: https://github.com/cloudflare/worker-examples/tree/master/examples/edge-cache-html/WordPress Plugin This is the Cloudflare page explaining the use of Workers to better performance for guests: https://blog.cloudflare.com/improving-html-time-to-first-byte/ This is the Worker script that need the plugin: https://github.com/cloudflare/worker-examples/tree/master/examples/edge-cache-html
-
Wiki-like-editing is useless at this moment
-
Afterburner S3 Advanced Caching (Lite)
Take a look at this latest post: https://blog.cloudflare.com/fast-wordpress-sites-with-bluehost-cloudflare-workers/
-
Afterburner S3 Advanced Caching (Lite)
Yes, I think it can be amazing for not logged users navigation experience. The website will load ultra fast for visitors and for bots like google. 5 or 15 minutes to prune the cache would be fine. Good work! I will be glad to purchase the plugin. Thanks a lot.
-
Afterburner S3 Advanced Caching (Lite)
@The Old Man, what do you think about the caching of the whole html page and resources on Cloudflare edge servers? The website would load superfast for visitors, with no database queries and no requests to the origin server. If you like the idea, what do you think about developing a plugin for Cloudflare workers? Thanks!
-
Cloudflare workers and edge html caching for visitors
Yes. Would be nice if someone could provide a plugin on marketplace to use this Cloudflare’s new feature on IPS.
-
Cloudflare workers and edge html caching for visitors
Is anyone using the new Workers of Cloudflare to chafe html for visitors? https://github.com/cloudflare/worker-examples/tree/master/examples/edge-cache-html
-
Highlight : SEO Plugin > avoid Google Panda penalty
Do you have any statistics about the use of this plugin? 😀
-
Highlight : SEO Plugin > avoid Google Panda penalty
For those interested in SEO, please check this post:
-
Pages SuperBlocks (Support Topic)
If I want to customize it at my own risk, where should I change the aspect ratio code? Thanks
-
Pages SuperBlocks (Support Topic)
Hello, is there a way to change the image aspect ratio just like in SuperGrid? thanks
-
Lazy load in 3rd-party resources
Now it seems to be perfect! Thanks a lot! If I find another "bug" caused by the hack I will report here. So far, so good.
-
Lazy load in 3rd-party resources
I will test it! Thanks !