Jump to content

sobrenome

Clients
  • Posts

    2,525
  • 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 sobrenome

  1. What's the best image size for clubs hero image? Yes. We have to do it manually now, reducing the actual size in css.
  2. I will try to configure and give a feedback. In IPS settings I will have to set the SMTP mode, right?
  3. Thanks! It’s a testing website! The point is to show how many assets are loaded by post before register and how long they take to load. It’s a feature the should be loaded only if the guest started typing some post.
  4. I have noticed this today. It promotes a very hard slowdown:
  5. 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.
  6. @font-face on custom.css is not loading the custom face. I have also added to the custom.css the new body font-family: /* roboto-300 - latin */ @font-face { font-display: swap; font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url('{resource="roboto-v20-latin-300.woff2"}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('{resource="roboto-v20-latin-300.woff"}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* roboto-300italic - latin */ @font-face { font-display: swap; font-family: 'Roboto'; font-style: italic; font-weight: 300; src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('{resource="roboto-v20-latin-300italic.woff2"}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('{resource="roboto-v20-latin-300italic.woff"}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* roboto-regular - latin */ @font-face { font-display: swap; font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url('{resource="roboto-v20-latin-regular.woff2"}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('{resource="roboto-v20-latin-regular.woff"}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* roboto-italic - latin */ @font-face { font-display: swap; font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url('{resource="roboto-v20-latin-italic.woff2"}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('{resource="roboto-v20-latin-italic.woff"}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* roboto-700 - latin */ @font-face { font-display: swap; font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url('{resource="roboto-v20-latin-700.woff2"}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('{resource="roboto-v20-latin-700.woff"}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* roboto-700italic - latin */ @font-face { font-display: swap; font-family: 'Roboto'; font-style: italic; font-weight: 700; src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('{resource="roboto-v20-latin-700italic.woff2"}') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('{resource="roboto-v20-latin-700italic.woff"}') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } body { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; } And the theme font was set to default.
  7. For those who want to self host google fonts, this article is very nice: https://dev.to/kelli/how-to-self-host-google-fonts-on-your-own-server-d4i
  8. My bad. We can use the custom URL field to solve this issue.
  9. The Amazon S3 bucket accepts two types of URL formats to deliver the stored files: 1) bucket name as subdomain: BUCKET-NAME.s3.sa-east-1.amazonaws.com/example/example.png 2) bucket name as a folder: s3.sa-east-1.amazonaws.com/BUCKET-NAME/example/example.png IPS chose the last approach, which does not allow the use of a CNAME in Cloudflare to put it in front of Amazon S3, or even a CNAME without Cloudflare to hide Amazon URL. I would really appreciate if IPS could change the URL generated to Amazon S3 storage to be the first option (bucket name as subdomain), or ate least to give us the option to choose between them. Using Cloudflare in front Amazon can help us save a lot of money. And in some countries, Cloudflare has many more POPs than Amazon. If anyone has any other solution, I appreciate. Here follows the Cloudflare tutorial to put it on front of Amazon S3: ====== I actually just set this up - you don’t need to enable “static hosting” on a S3 bucket as long as the bucket name is the same as the FQDN; So if you want wow.example.com as the custom domain: create a bucket named exactly wow.example.com go to Cloudflare -> DNS tab and create a CNAME. Name is wow and target is wow.example.com.s3.us-east-1.amazonaws.com Note: replace us-east-1 with the region where you created your S3 bucket. AD3415E1-BA50-43F6-985D-7CD0C5F1EF13.jpeg2208×411 92 KB Now I would recommend creating a page rule that matches wow.example com/* so that you can set “cache level” to “cache everything” (also set “SSL” to “Full”) ====== https://community.cloudflare.com/t/is-it-possible-to-use-cloudflare-aws-s3-without-setting-up-s3-static-hosting/52711/13
  10. Nice, we use it also. Did not know that it has AWS email already!
  11. Could it be implemented on 4.5?
  12. For IPS 4.4 and about 300 online users, how much ram on a VPS would be fine theoreticaly?
  13. Very good news! CSS and JS are the major concerns: https://developers.google.com/speed/pagespeed/insights/?hl=pt-br&url=https%3A%2F%2Finvisioncommunity.com%2Fforums%2Ftopic%2F452996-445-release-and-mobile-speed-up%2F
  14. 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
  15. Take a look at this latest post: https://blog.cloudflare.com/fast-wordpress-sites-with-bluehost-cloudflare-workers/
  16. 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.
  17. @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!
  18. Yes. Would be nice if someone could provide a plugin on marketplace to use this Cloudflare’s new feature on IPS.
  19. 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
  20. Do you have any statistics about the use of this plugin? 😀
×
×
  • Create New...