I want a random selection of rows in PostgreSQL, I tried this: select * from table where random() < 0.01; But some other recommend this: select * from table...
  • May 7, 2022
  • 0 Comments
have a website (www.americanbankingnews.com) that gets 40,000-50,000 page views today. It’s currently sitting on a dedicated quad-core Xeon server with 8GB of ram. The site is powered by WordPress...
  • May 6, 2022
  • 0 Comments
This WordPress-based website i just released is dead slow. I’ve optimised my theme a lot and get a pagespeed of 91/100 but the first time to byte is the...
  • May 6, 2022
  • 0 Comments
I’m planning to use Multisite to host 200 different wordpress blog with each having their own unique subdomain. I notice each time I create a virtual host for each...
  • May 6, 2022
  • 0 Comments