Questions
-
I want to know how is looking my website?
Very well designed and optimized website. And I think you should work on Speeding up your website a little. I am using rocket wp plugin for my website Sortscut and it works like a charm. However I am still confused with some other SEO stuffs.
Educational Resources | | Pauline211 -
How can I secure my website?
Well, to prevent information / data leakage you should certainly disable directory browsing For example, on your homepage I can right-click your logo image and copy the image URL: https://www.myqurantutor.com/wp-content/uploads/2019/07/MY-QURAN-TUTOR-LOGO-400x56.png But I can edit the link to the directory level, for example: https://www.myqurantutor.com/wp-content/uploads/ Now I can see all your uploads, ever: https://d.pr/i/C7DTY4.png (screenshot) I can browse all your folders, even some backup files. There's also some info I can use to fingerprint your site build if I want to. To patch this, usually all you have to do its add "Options -Indexes" to your .htaccess file I didn't detect a firewall shielding your site, which would make it way easier to DDoS if someone wanted to do that. Some kind of firewall or traffic offloading facility might be useful Your site isn't using an HSTS entry ("Strict-Transport-Security") in the header so browsers can attempt to connect via HTTP without being intercepted (though you may handle that via redirects instead, an HSTS policy helps). You don't seem to be using "X-Frame-Options" in your header which helps browsers to know, whether content from your site can be rendered inside of frames (on other domains). If you allow frame embeds, that can lead to clickjacking and stuff (though for some webmasters there's no real way around it as allowing their site's content to be embedded, may be a requirement) I can't really find any fields which seem as if they would be vulnerable to SQL injection, but I'm not really an expert at scanning for that kind of thing. I'd assuredly lock down the site from an SQL-I perspective, if you haven't done so already
Educational Resources | | effectdigital1 -
How can I increase my website speed?
PageSpeed insights is cool but I find GTMetrix often gives more useful info. If you sign up for a free account you get access to a cool waterfall tab Here's the complete waterfall for your homepage: https://d.pr/i/a6OUZb.png (screenshot) In blue I highlighted some images which are over 50KB which could be compressed a little more. In red I highlighted all the calls which your site / page makes to YouTube.com. As Greg Painter specifically said, all of these calls to YT do seem to be slowing things down and causing you problems! Any chance you can embed those resources (which your page is calling for) natively on your site? It would be faster than keep calling out to YT which has to satisfy enormous amounts of traffic as it is
Web Design | | effectdigital0