Search results

  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.
  15. Agilex85

    How Long Should I Wait To Start Building Backlinks For a New Website ?

    Focus on acquiring high-quality backlinks. If you are creating 15 articles per day I suggest guest posting.
  16. Agilex85

    What's the best article spinner/rewriter right now?

    You can use the OpenAI GPT2 model to generate new content based on your main article. For example, from here (talktotransformer.com) It's also possible to install it on your local PC. The quality is not enough to publish an output, and you will need manual edit to make generated text readable...
  17. Agilex85

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

    You can build a SPA with any of them. If you work for a client stay away from Angular. Because you'll need to spend a lot of time to understand and master Angular framework before becoming productive. Vue.js is getting more popular so it makes sense to learn it now and gather skills for your...
  18. Agilex85

    [Help] Need Help With RDP Remote Desktop

    I have experienced similar problems when working via RDP. Try to use TeamViewer instead.
  19. Agilex85

    What is your favorite CMS ?

    WordPress. With a vast amount of plugins and themes available, nothing can beat it
Back
Top