How to move my website to wordpress?

There is no ‘easy’ way to ‘move’ or ‘convert’ a static site to WordPress. That’s because WP is database-oriented, with content in the database. The themes/plugins/WP-engine take care of creating/building pages from the database content. So, if you have a static site (HTML or HTML/PHP), you are going to need to find a theme that … Read more

How to duplicate a website?

You can duplicate your website easily via “All-in-One WP Migration” plugin available online. Here is the link for that https://wordpress.org/plugins/all-in-one-wp-migration/ And for indexing your website as per geographical location you can do that in 3 different ways via HTML tags, HTTP headers and Sitemap. More details you can read over here. https://support.google.com/webmasters/answer/189077

Making a development site live, on Amazon EC2

Well, let’s drill down on this situation a little bit: Do you have git enabled on both environments? Do you need to migrate the database as well? Most of the situation depends on how the previous developer has set it up. Ideally you have different branches in git and you’re merging the develop with the … Read more

Long loading site after migration

From what I see right now I can give such advice: Optimize images with https://squoosh.app/ for example https://consolezone.pl/wp-content/uploads/re.jpg can be optimized from 490kb to 188kb with mozJpeg 0.75 ratio (you need to adjust ratio for images according to their look and feel, 0.85 is usually quite enough). Also for JPG sometimes image of 2000×2000 px … Read more