Delyan Delov
Forum Replies Created
-
Forum: Reviews
In reply to: [AI Agent by SiteGround] No Longer a SG FanHello @slimeth,
I’m sorry to hear that you’re feeling disappointed. Our intention in integrating the SiteGround AI plugin was to enhance your WordPress experience by providing powerful new capabilities directly within your dashboard. We aimed to offer a seamless, fully integrated AI assistant that requires no complex setup and is ready to effortlessly manage tasks for you.
However, if you decide that you’d prefer to deactivate the plugin across all your sites, please feel free to submit a ticket. We would be more than happy to assist you with this process.
Forum: Reviews
In reply to: [AI Agent by SiteGround] Auto Install = HUGE Mistake !!Hello @mikepfive,
The primary purpose of pre-installing the SiteGround AI plugin is to enable our customers to seamlessly enjoy the new AI features in WordPress without the need for any complex setup. Before the launch of WordPress 7.0, we made sure to send an email to all our WordPress customers detailing the enhancements in WordPress 7.0 and introducing the integration of the SiteGround AI plugin. We aimed to provide ample notice for those who might prefer to opt out of this installation, allowing them to do so proactively.
While opting in is certainly a viable approach, please note that the plugin remains completely passive unless you choose to use it. If you do not engage with the AI chat feature, the plugin will stay inactive, not engaging with data or files, nor will it perform any actions on your site. Additionally, it does not consume any CPU or memory when not in use, ensuring that your website’s performance and speed are unaffected.
I would also like to share that most of our clients are already experiencing the benefits of the AI functionalities provided by our plugin. However, should you decide it’s not right for you, you have the option to deactivate and remove the plugin at any time. Simply deactivating the ‘SiteGround AI Agent’ plugin from your WordPress dashboard will immediately disconnect the agent and the provider.
Forum: Reviews
In reply to: [AI Agent by SiteGround] doesnt work and crashes siteHello @mortenbrekker and thank you for your review!
It seems there might be a specific reason for the error on your site, potentially related to another plugin or theme. I would suggest posting a ticket in our Help Desk section through your SiteGround account. This will allow us to investigate the issue more thoroughly and provide you with more detailed information on the case.Hi @roadmapstudios,
I am afraid that there is no such whitelist functionality in the 2FA activated at login. I will, however, pass your suggestion to our developers so they can consider implementing this feature in the upcoming plugin releases.
Hi @bonniew,
I would like to clarify that our team did not remove any of your posts to this topic, only the forum moderators can do that.
Regarding the PHP notice, it does not appear on the sites we have tested, which suggests there might be an incompatibility with another plugin or theme. To thoroughly investigate this issue, we would need to examine it on a site where the notice is occurring. This is the reason my colleague recommended that you submit a ticket to our Help Desk for further analysis. Should we identify any incompatibility, we will report it to our developers so they can implement a fix.
Hi @alehg7,
As your case requires a more thorough investigation, could you please post a ticket at SiteGround’s Help Desk so our technical support team can check on the case? We appreciate your understanding and cooperation.
Forum: Plugins
In reply to: [Security Optimizer - The All-In-One Protection Plugin] Vulnerability foundThank you for the report, @moraima4!
Our developers are aware of the vulnerability and are already working on resolving it. The fix will be included in the next plugin version, which will be released very soon.
- This reply was modified 4 months, 3 weeks ago by Delyan Delov.
Hello @magikweb,
The issue has already been reported to our developers, and they will apply a fix, most probably in the next plugin release. Thank you for your attention!
Hi @ashkanahmadi,
Generally, you can enable the Automatic Purge option in the plugin, allowing the cache to be purged automatically when certain events occur on the site, like updating a category or a new comment. Additionally, if you have the File-Based Caching enabled, it has its own cleaning period that can be configured within the plugin.
Also, we offer a custom filter (hook) that can be used for clearing the cache in your custom code:
if (function_exists('sg_cachepress_purge_cache')) { sg_cachepress_purge_cache(); }Alternatively, you can set up a cron job that is executed on a specific interval and purges the cache of your site. The command should be like this:
cd /path/to/the/wordpress/application/; wp sg purge >> purge_cache_log.txtHere are some useful information regarding the caching functionalities of our plugin:
https://www.siteground.com/kb/siteground-dynamic-caching-configuration/
https://www.siteground.com/tutorials/wordpress/speed-optimizer/supercacher/
https://www.siteground.com/kb/disable-dynamic-caching-website/Hi @afaceripedia,
I’m sorry to hear that you’ve decided not to use our plugin. It appears that the issue you’re encountering hasn’t been reported by other users, which suggests that it may be specific to your site’s configuration. We’re keen to investigate this further, but without the ability to replicate the problem on our end, it becomes challenging for us to proceed with the debugging process. It’s likely that the issue could be due to a conflict with another plugin or your theme.
Should the issue recur, I would recommend temporarily disabling some of the frontend optimization functionalities of our plugin and clearing the dynamic cache afterwards. Alternatively, you are welcome to contact our technical support through a ticket for a more thorough and detailed investigation.
Forum: Plugins
In reply to: [Security Optimizer - The All-In-One Protection Plugin] Cannot login anymoreHello @pburki,
The message you are receiving typically indicates that your IP address has been blocked by the plugin. This block can occur if the maximum number of login attempts has been reached:
https://www.siteground.com/tutorials/wordpress/security-optimizer/login-security/#Limit_Login_Attempts.
In order to disable this functionality, you can use the following WP-CLI command:wp sg limit-login-attempts 0More information on how to manage our plugin via WP-CLi can be found here:
https://www.siteground.com/tutorials/wordpress/security-optimizer/wp-cli-commands/Hi @jowreiter,
I regret to inform you that I am unable to provide a specific ETA for when the plugin will be updated to be compatible with PHP version 8.4. I fully recognize the importance of keeping our plugins up-to-date with the latest PHP versions to leverage enhanced functionalities. Please be assured that achieving compatibility with PHP 8.4 is on our development roadmap for all our plugins. However, updating and refactoring the code to ensure it is also backward compatible requires careful and thorough testing. For updates on this particular matter, you can check the changelog for the latest information.
Our plugin is tested with the Avada theme, and it should work without any issues. It is possible for some of the functionalities to conflict with some other plugins. If this is indeed the case, you can try disabling some of the Frontend options, then clearing the cache and checking your site.
If this does not resolve the issue, I would recommend opening a ticket if you are a SiteGround customer so our technical support team can perform a deeper investigation of the issue.
Hi @tonym6986,
I have checked your site and performed a test using Google PageSpeed Insights. The results are excellent and the score of your site is quite impressive, both on mobile and desktop:
https://pagespeed.web.dev/analysis/https-tonyspettech-com/znq4h9k8eb?form_factor=mobile
Considering that you are using a widespread theme combined with our Speed Optimizer plugin, the results are quite expected.However, if you notice any issues with the site performance, I would recommend contacting the SiteGround support by opening a ticket so our team can perform a deeper investigation.
Best Regards,
Delyan DelovHi @quixtar,
Generally, in order for the HTML to be cached it should not be changed between every time the page is generated. However, if there are some PHP scripts that are generated different content on every access, the output code will be different as well.
Additionally, other settings could prevent your page from being cached like specific headers. More information can be found in our articles:
https://eu.siteground.com/kb/siteground-dynamic-caching-configuration/
https://eu.siteground.com/kb/disable-dynamic-caching-website/Could you please provide us with the URL of your page that is not cached so we can further examine its headers?