Recent content by Agilex85

  1. Agilex85

    Are you using cdn for your blog ?

    If it's a website for the global audience I always setup CDN. CloudFlare works just fine.
  2. Agilex85

    Nginx or Apache for a Wordpress site ?

    If you simulate multiple users using a website you will see the difference.
  3. Agilex85

    Nginx or Apache for a Wordpress site ?

    On the other hand, Nginx is the most popular for high-traffic sites. So it will be easier to find a solution for high traffic websites for Nginx.
  4. Agilex85

    Can Artificial intelligence replace the programmers and software tester's?

    I think no because current AI is based on machine learning, which is just a tool that works with already existing datasets to learn. Current AI is useless if there are no datasets to learn from.
  5. Agilex85

    Nginx or Apache for a Wordpress site ?

    Check this for some ideas: https://github.com/denji/nginx-tuning
  6. Agilex85

    Nginx or Apache for a Wordpress site ?

    There are other tweaks that depend on your expected load. To apply them I would suggest hiring somebody who knows how to optimize WP setup for the max performance. To start with the defaults are ok and also remember to enable HTTPS.
  7. Agilex85

    Nginx or Apache for a Wordpress site ?

    Nginx for sure. If you build a website with performance in mind. For WP site use LEMP stack. Digitalocean has a tutorial on how to install it: How To 'Install Linux, Nginx, MySQL, PHP (LEMP stack) on Ubuntu 18.04'.
  8. Agilex85

    Fast web host

    Try to speed up your Wordpress instead. If it won't help you can change your hosting.
  9. Agilex85

    How do you scout VA/employees? What to do when one is causing problems

    100% agree. I've had the same experience. That's how it works when you work with freelancers directly. You just need to keep trying until you find a reliable person.
  10. Agilex85

    IG Fresh Accts Giveaway!

    Interested
  11. Agilex85

    [Question] Build front end interface in VueJS or ReactJS ?

    SPA should be used for advanced user experience where you need a lot of JS. My approach is to build a regular multi-page website and only after users login they get redirected to SPA application. So the public facing part is search engine friendly and user-facing part is SPA.
  12. Agilex85

    [Question] Build front end interface in VueJS or ReactJS ?

    It's possible to apply SEO to SPA but for me, it's not worth it. SPA is not designed for this purpose. You have to spend an unreasonable amount of time to make it SEO friendly.
  13. Agilex85

    is that okay to scrape a web site for my comparison project?

    It's ok to scrape. And even better combine information from different sites and add your own description so you can create unique content.
  14. Agilex85

    [Question] Build front end interface in VueJS or ReactJS ?

    If your app success depends on SEO it's better to avoid using SPA.
Back
Top