Avatar

bikegremlin

bikegremlin

About

Username
bikegremlin
Joined
Visits
22,870
Last Active
Roles
Member, Moderator, OG
Points
3,788
About Me:
Relja Novović a.k.a. Bike Gremlin - https://www.bikegremlin.com/about/

Comments

  • (Quote) I'm keeping an eye on the new reseller resource limits performance - to see if I'll hit the total account limit through regular use (2.5 vCPU, Enterprise Entry Reseller package).
  • (Quote) Here's my reasoning: The way I've configured it, AMP maintenance is done 100% automatically. Zero extra hassle. :) Which is the point of my starting this topic (and making the tutorial article). And it provides a super-fast user…
  • (Quote) Well, for me, HostMantis reseller is still "the best" - i.e. what I'm using in spite of all the price/resource fluctuation (my HostMantis experience, documented :) ) Of all the providers I've been with (and even more I�…
  • (Quote) For caching - LiteSpeed is where it's at. The way things are now - if the hosting server isn't LiteSpeed, I'd seriously consider switching providers (it's not be all end all, but it is very, very good - as long as the pr…
  • IMO, AMP is not a replacement for good (mobile) optimization. It's just an addition. I've seen stupider things done "for SEO" - "SEO" (and "social networks) is ruining the Internet, piling it with garbage. :) ( m…
  • Yup - it's confirmed. :) Using my Advanced Reseller hosting account for an example: Old policy: potentially available resources - 75 x 1 vCPU core (if I really used that on a server with even 32 cores, it would be in trouble with my account…
  • (Quote) For caching, I prefer LiteSpeed. This is my article on WordPress caching options. In other words: CDN sort of comes "on top," or "alongside" caching, but it doesn't replace it. Even with Cloudflare set up like that,…
  • (Quote) If that is the case (waiting for confirmation), then Enterprise Entry reseller hosting - at $24/Mo, with 2.5 vCPU and 50 cPanel limit, is better for my use than Reseller Advanced - at $30/Mo with 1.5 vCPU and 75 cPanel limit. Considering th…
  • (Quote) I love the concept! :) Sacrificing a bit of the flashy design for the essence: the contents (article text and images) being loaded more efficiently. In the 7th chapter - "AMP ethical aspect" - I talked more about the whole concep…
  • (Quote) I opened a (low-priority) ticket to ask for clarification. If it is how I hope it is - with the Advanced reseller plan (with 1.5 vCPU per cPanel) I could, for example: set the cycling website to have 1.5 vCPU set my blog that no one reads t…
  • (Quote) It's all configured to take money - like everything else. Right from the start. Everything is free... until you need a WooCommerce webshop or a multilingual website - then 99% of the plugins and themes require you to pay, or code it al…
  • (Quote) > (Quote) A few weeks ago I had a website go 50 to 100% CPU (full-retard! :) ). If that were the case, wouldn't all the other websites have been affected? I hadn't noticed any problems with any of the other websites. Still, …
  • Keeping it simple for now and sticking with Cloudflare free tier. I've tested a plugin that enables real CDN function for free: WP Cloudflare Super Page Cache
  • (Quote) No problem - it makes sense. Having a separate thread for each topic. That would make it easier to find the needed info later on.
  • (Quote) It's not explained clearly enough. It could mean at least two different things. For me, that would be a big step-down in the available resources - if you get say 1 vCPU and 3 GB of RAM to share between all the cPanel accounts. On the …
  • An "idiot-friendly" (just how I like and need it :) ) step-by-step tutorial on how to add Google AdSense to a WordPress website. I've also covered the AdSense for AMP website versions - for those who use it.
  • (Quote) That doesn't sound good. Were you able to retrieve the backups, or get to log into your cPanel/DirectAdmin? Was it a shared, or a reseller hosting account? On that note - some providers (Veerotech for one) are fine with a user hitting …
  • (Quote) In my experience, HostMantis has been very reliable (uptime, stability, even performance). Highly reputable (and a lot more expensive) hosting providers don't offer such packages. I've asked - had a project that needed more resour…
  • (Quote) My bad - cPanel. DA is still not mature enough in my opinion. The "Entry" option looks good if you have a few websites that need more resources (2.5 CPU - since CPU seems to be the bottleneck with WordPress website performance, at…
  • How I built my website - theme, plugin choice, custom code etc: https://io.bikegremlin.com/22393/how-i-built-this-wordpress-website/ * As close as it gets to step-by-step without being too long. :)
  • (Quote) Updated: '. $updated_date . ' '; (Quote) Oh, I had tried that - that way the function doesn't do the job (but the error code does disappear :) ). It is my understanding that the variable should be defined first as an…
  • (Quote) I'd be happy to, just please post the complete, edited code (idiot friendly) :) Here's the faulty original: // BEGIN Last-updated displayfunction wpb_last_updated_date( $content ) { $u_time = get_the_time('U'); …
  • (Quote) From what I could gather - it's been a bad piece of code from the start. Just didn't get any warnings about it until now. And some themes and plugins seem to make those warnings disappear. :)
  • Here's the full, thorough report: Strange WordPress PHP 8.0 error
  • @PHP_Backend and @nickelodeon ... and the others who've contributed and helped: I am trying to do it all cautiously, by the book. Testing it first in a staging environment, staging on the production server, one production website, then the oth…
  • A "Solomon's solution" - I've removed all the PHP and added this to the style.css: /* BEGIN updated date showing only */.posted-on .updated { display: inline-block;}.posted-on .updated + .entry-date { display: none;}.poste…
  • (Quote) That didn't help with the error. :( Didn't hurt, nor take much time to poke a bit. :) Edit - PS: Removing only the first one reports the error at the line of the second one. However, removing the second dot prevents the function…
  • Removing the dots in both places removes the error, but the function no longer works. Removing only the first one doesn't remove the error. What I mean: $custom_content .= '<p class and $custom_content .= $content; Those two .= repla…
  • Thank you - I'll give it a try. Interesting (for me at least): The function does its job with no problems, even when that error gets reported in the root directory. When I install and activate a plugin called “Subscribe To Comments Reloaded,…
  • (Quote) Same setup - plugins, themes, custom code. One website has problems with PHP 8.0 - the others work fine. Well - no problems, all functions great in the frontend - but I get that PHP error in the error log. The function my custom code does …
  • (Quote) Yes, still mainly HostMantis. Tried the 8.0 - looking good so far. Slight performance improvements, with nothing broken. But it is hectic. 7.4. seems like yesterday, yet EOL (security support only) is in two months! :) And 8.0 doesn't…
  • Anyone (or most already? :) ) tried PHP 8.0? I wanted to wait until most of the themes and plugins have been patched and tested. Now seems like a good time to try - so I did. The first test results seem fine - no problems with the themes and plugi…
  • If they'd been less stubborn in the 40s, now we would have had Hetzner there as well. But noooo... :)
  • LowEndSpirit is now officially approved! :) https://io.bikegremlin.com/18172/questions/ I think this is a positive, healthy community (well, at least as far as online communities go), and we should help it grow. :)
  • For a bit of a laugh. :) (Image)