Jump to content

Makoto

Clients
  • Posts

    5,279
  • Joined

  • Last visited

  • Days Won

    32

 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 Makoto

  1. 1. It's recommended to just use InnoDB. 2. Yes, it's good to set expiration headers on static content. Usually, around a month for static resources is recommended. For core stylesheets and such, IPS uses a "cache buster" query string any time anything important is updated, so you don't have to worry about old cached content causing issues. 3. Absolutely use opcache with PHP. Even with the default configuration it can make a major improvement in performance. 4. No experience with it personally. 5. Redis can be used to lower MySQL database load on things like view counters and such which are used for both guests and members alike. There's also other cached data that it can use to improve performance. Redis will improve performance primarily if MySQL overhead is high on your server.
  2. In that case if you're using php-fpm or another CGI manager you'll need to restart that instead of just the web server. But yeah feel free to contact your host and just forward them the above request, they should be able to do it for you no problem.
  3. Try restarting Apache and then running the Support tool in the IPS AdminCP if that doesn't work.
  4. Do you see anything under WHM >> Home >> Software >> MultiPHP INI Editor ? If you're running the latest version of cPanel, you should see this available in WHM and you can edit your php.ini configuration here.
  5. You need to add these functions to the disable_functions setting in your php.ini configuration to disable the message. If you're still seeing the message, that means the change has not yet been applied. If your host can do this for you themselves, just contact them again and ask them to disable the functions listed here. Switching PHP versions would mean switching PHP configurations as well, so it makes sense you might see it appear again after switching versions.
  6. Holy necro batman. My preference personally changes from time to time, but I generally prefer www.
  7. Everything IPS outputs is already properly structured to be easily read and parsed by Google and other search engines, including the above and other means of formatting. So, nothing you need to worry about. All the complicated stuff is taken care of for you!
  8. Yeah, IPS does a pretty solid job out of the box 🙂 You generally don't need to do much manual work yourself.
  9. Ah. I believe IPS already uses structured data markup to an extent. It's not something you need to add manually.
  10. Yes, keywords are comma separated, but they're largely ignored by search engines today. Regarding adding json data to a post, can you elaborate on what you mean by this?
  11. Hey @Gauravk, If you're looking to have your server professionally tuned, I'm happy to offer my services to you. You can find my rates and contact me here:
  12. I could write a script to patch this for you if you are open to hiring a specialist, @GoAncestry.
  13. Would largely depend on the size of your site / database. Ideally, you want enough RAM to store your entire database in memory as a starting point. Then you need to calculate the maximum amount of memory MySQL can use for your max connections limit. Tools like mysqltuner.pl can help with this. You also need to account for how much memory your web server and PHP will consume.
  14. https://invisioncommunity.com/forums/forum/499-feedback-and-ideas/
  15. I also have a plugin here that can do something similar: Adriano's application is more advanced / has more features, mine's just for more brarebones link filtering.
  16. If you're unable to figure it out yourself, feel free to shoot me a PM. I'll be happy to take a look at it for you and provide a quote if there's anything complicated that needs resolved.
  17. I believe @Morrigan is right, but if you'd like me to take a look for you send me a PM. I'll check and see if the poll still exists (i.e. hasn't be deleted by the merge action yet). If it doesn't exist, I'll just let you know and won't charge you anything. If it's still there and can be recovered, I'll happily do it for you and just bill you for an hours or so work.
  18. Hey @Zhana! Sorry for the inconvenience! Looks like this domain hasn't been added to the database yet but it should be added soon. You can also manually blacklist any domains that are an immediate problem as Bluto mentioned, though it shouldn't take long for these domain aliases to be flagged and added. If you have the application configured to force existing members with disposable e-mails to update their accounts, it will still be able to flag them once the domain is added to the blacklist.
  19. Makoto

    Radical Tags

    Hey Averis! Tag filtering is indeed something I want to add, however this is a very complex addition in regards to performance considerations. It's something I hope to implement, but I want to be careful to ensure I do it right in a way that won't hamper performance too much. Be sure to follow the file for updates so you'll know if/when this feature is added!
  20. Very small change, but it'd be nice if after installing an application, a method was called that redirects back to the application overview page (by default), but which we can override ourselves to replace with a redirect to our applications setup wizard or so on. Simple change but would offer a nice usability improvement for users by letting us take them right to the configuration page for our applications after installing.
  21. The new beta release has been officially upgraded to stable 🙂 Please let me know if you experience any issues with the new release or have any additional features / improvements you'd like added!
  22. Makoto

    Radical Tags

    This should be implemented in the latest release now. Please let me know if you have any issues!
  23. Makoto

    Radical Tags

    You mean in the widget title right? You should be able to translate that string by going to the Languages page in your AdminCP and searching for the string that way.
  24. Makoto

    Radical Tags

    Hey @jair101, You should be able to manually renew your purchase from the following page: https://invisioncommunity.com/clients/purchases/ Let me know if you run into any troubles getting this taken care of!
  25. Makoto

    Radical Tags

    @sudo @Zhana The broken link bug has been resolved in the latest maintenance release. Let me know if you run into any other problems!
×
×
  • Create New...