<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by trallan</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Wed, 08 Jul 2026 06:14:16 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Modest Swimwear &amp;amp; Burkini Sale - Remsa</title>
            <link>http://forum.lowyat.net/topic/4914975</link>
            <description>Hello,&lt;br /&gt;&lt;br /&gt;I am responsible with SEO and marketing campaigns of a company which is called as Remsa Swimwear. We are selling swimwear products related with modest fashion. You are going to find half covered and full covered products in our portfolio. There are also many special designs of the company. Our green leaves product sold about 10000 in Turkey last summer.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='https://www.burkiniremsa.com/wp-content/uploads/2019/09/Green-Leaves-Full-Coverage-Burkini-2.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;Well, we are using DHL Express as a shipping company. It takes 3-4 days to receive a product from Malaysia. For Lowyat forum members, I can provide &lt;b&gt;free shipping coupons&lt;/b&gt; for limited time. If you are interested you will need to pm me because we are providing free coupon codes seperately for each customers. This will be for one time though.&lt;br /&gt;&lt;br /&gt;Our website is: &lt;a href='https://www.burkiniremsa.com/' target='_blank'&gt;https://www.burkiniremsa.com/&lt;/a&gt;</description>
            <author>trallan</author>
            <category>Services Noticeboard</category>
            <pubDate>Sun, 01 Mar 2020 09:47:12 +0800</pubDate>
        </item>
        <item>
            <title>Speed Up Your Wordpress &amp;amp; SEO</title>
            <link>http://forum.lowyat.net/topic/4771441</link>
            <description>Hello guys&amp;#33;&lt;br /&gt;&lt;br /&gt;I am from Turkey&amp;#33; While I was seeking solutions for my problem recently I found these forums. While I investigating the forums, I saw that there is a webmaster forums here&amp;#33; Well I am well-known with my SEO works in my country. I wanted to provide some tips for Malaysian brothers here. Because I have seen that most of wordpress websites has problem with speed and some important but basic SEO stuff. Please feel free to ask your questions about on-page and off-page seo. I will gladly answer you about that. I am working on web sector about 20 years.&lt;br /&gt;&lt;br /&gt;So let&amp;#39;s start.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Speed up your wordpress with codes&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Please backup your files and don&amp;#39;t yell at me if you do something wrong. (: &lt;b&gt;Important&lt;/b&gt;: If your theme supports ioncube, please do all things here step by step. And see the result on each step.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;DNS Prefetch&lt;/b&gt;&lt;br /&gt;I recommend you to use this for only google or facebook or twitter services. If you use it for a service with slow server connection, it can ruin your speed. I will tell you how to dns prefetch with examples on here. We generally use analytics and facebook services on our websites. Sometimes it can slow down our websites. DNS prefetch can help you about this. You will find some links which starts with following urls below.&lt;br /&gt;&lt;br /&gt;Example urls:&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;//s-static.ak.facebook.com&lt;br /&gt;//apis.google.com&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;You will need to go to your header.php and add the following codes to your between &amp;lt;head&amp;gt; &amp;lt;/head&amp;gt;:&lt;br /&gt;&lt;br /&gt;example code&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&amp;#60;link rel=&amp;#34;dns-prefetch&amp;#34; href=&amp;#34;https&amp;#58;//s-static.ak.facebook.com&amp;#34;/&amp;#62;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;You can do it same for google apis and analytics too. Please ensure that your theme doesn&amp;#39;t include same codes too. Some coders are adding link rel codes their theme by default.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Remove Queries from CSS and JS files for better caching&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Qeuries can create problems while caching and your website sometimes don&amp;#39;t be cached fully. However with the following code, you will able to fix this problem. You need to add these codes to your functions.php of your theme.&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;function _remove_script_version&amp;#40; &amp;#036;src &amp;#41;{&lt;br /&gt;&amp;#036;parts = explode&amp;#40; &amp;#39;?ver&amp;#39;, &amp;#036;src &amp;#41;;&lt;br /&gt;return &amp;#036;parts&amp;#91;0&amp;#93;;&lt;br /&gt;}&lt;br /&gt;add_filter&amp;#40; &amp;#39;script_loader_src&amp;#39;, &amp;#39;_remove_script_version&amp;#39;, 15, 1 &amp;#41;;&lt;br /&gt;add_filter&amp;#40; &amp;#39;style_loader_src&amp;#39;, &amp;#39;_remove_script_version&amp;#39;, 15, 1 &amp;#41;;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;No one likes emojis on Wordpress, remove them&amp;#33;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Yeah, if you remove them, you will get rid of another extra js file on your website and this will also speed up your website. You will need to add this to functions.php file of your theme&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;/**&lt;br /&gt;* Emojileri kaldir&lt;br /&gt;*/&lt;br /&gt;function disable_emojis&amp;#40;&amp;#41; {&lt;br /&gt;remove_action&amp;#40; &amp;#39;wp_head&amp;#39;, &amp;#39;print_emoji_detection_script&amp;#39;, 7 &amp;#41;;&lt;br /&gt;remove_action&amp;#40; &amp;#39;admin_print_scripts&amp;#39;, &amp;#39;print_emoji_detection_script&amp;#39; &amp;#41;;&lt;br /&gt;remove_action&amp;#40; &amp;#39;wp_print_styles&amp;#39;, &amp;#39;print_emoji_styles&amp;#39; &amp;#41;;&lt;br /&gt;remove_action&amp;#40; &amp;#39;admin_print_styles&amp;#39;, &amp;#39;print_emoji_styles&amp;#39; &amp;#41;;&lt;br /&gt;remove_filter&amp;#40; &amp;#39;the_content_feed&amp;#39;, &amp;#39;wp_staticize_emoji&amp;#39; &amp;#41;;&lt;br /&gt;remove_filter&amp;#40; &amp;#39;comment_text_rss&amp;#39;, &amp;#39;wp_staticize_emoji&amp;#39; &amp;#41;;&lt;br /&gt;remove_filter&amp;#40; &amp;#39;wp_mail&amp;#39;, &amp;#39;wp_staticize_emoji_for_email&amp;#39; &amp;#41;;&lt;br /&gt;add_filter&amp;#40; &amp;#39;tiny_mce_plugins&amp;#39;, &amp;#39;disable_emojis_tinymce&amp;#39; &amp;#41;;&lt;br /&gt;}&lt;br /&gt;add_action&amp;#40; &amp;#39;init&amp;#39;, &amp;#39;disable_emojis&amp;#39; &amp;#41;;&lt;br /&gt; &lt;br /&gt;/**&lt;br /&gt;* Tinymce emoji filtre&lt;br /&gt;*/&lt;br /&gt;function disable_emojis_tinymce&amp;#40; &amp;#036;plugins &amp;#41; {&lt;br /&gt;if &amp;#40; is_array&amp;#40; &amp;#036;plugins &amp;#41; &amp;#41; {&lt;br /&gt;return array_diff&amp;#40; &amp;#036;plugins, array&amp;#40; &amp;#39;wpemoji&amp;#39; &amp;#41; &amp;#41;;&lt;br /&gt;} else {&lt;br /&gt;return array&amp;#40;&amp;#41;;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Deregister Wp-Embed&lt;/b&gt;&lt;br /&gt;I don&amp;#39;t like shiny things which slows down my website&amp;#33; If you like it, let it stay then. However I recommend you to remove this if you care for the speed. Wp-embed is a thing which creates embed posts when you paste to a link to your post editor.  You need to add this to functions.php again.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;// WP Embed Scripti Kaldir&lt;br /&gt;function speed_stop_loading_wp_embed&amp;#40;&amp;#41; {&lt;br /&gt;if &amp;#40;&amp;#33;is_admin&amp;#40;&amp;#41;&amp;#41; {&lt;br /&gt;wp_deregister_script&amp;#40;&amp;#39;wp-embed&amp;#39;&amp;#41;;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;add_action&amp;#40;&amp;#39;init&amp;#39;, &amp;#39;speed_stop_loading_wp_embed&amp;#39;&amp;#41;;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Image Optimization&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;If image quality is not very important for you, you will need to add this to your functions.php again&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;add_filter&amp;#40;&amp;#39;jpeg_quality&amp;#39;, function&amp;#40;&amp;#036;arg&amp;#41;{return 70;}&amp;#41;;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;after you add this code you will need to regenerate thumbnails. Go to wordpress plugins and search for regenerate thumbnails. Have the plugin and regenerate all your thumbnails. Image quality will be 70 now. However if images are important for you replace 70 with something between 70-85. I don&amp;#39;t recommend you to go below of 70 though.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Plugin for image optimization&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;If you don&amp;#39;t want to do the above and use a plugin After you complete to regenerate thumbnails. Go to plugins page and find EWWW Image optimizer. Download it to your website and enable WebP (force it with js if your server doesn&amp;#39;t support it) with it. Also set image quality with the same value above. Then optimize all images from the media section. Your images will be shown as webp.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Defer JS&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;This can be tricky and ensure that you have test your website with mobile and pc after you defer your js. Sometimes it fails with some themes. When you remove the code, all things will come back. Jquery is important and we are not going to defer it. Otherwise your website will be broken. You will need to add this code below to defer all js except jquery:&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;add_filter&amp;#40;&amp;#39;clean_url&amp;#39;,&amp;#39;async_js&amp;#39;,11&amp;#41;;&lt;br /&gt;function async_js&amp;#40;&amp;#036;url&amp;#41; {&lt;br /&gt;      if &amp;#40; false &amp;#33;== strpos&amp;#40; &amp;#036;url, &amp;#39;jquery.js&amp;#39; &amp;#41; &amp;#124;&amp;#124; false === strpos&amp;#40; &amp;#036;url, &amp;#39;.js&amp;#39; &amp;#41;&amp;#41; {&lt;br /&gt;          return &amp;#036;url;&lt;br /&gt;      }&lt;br /&gt;      return &amp;#34;&amp;#036;url&amp;#39; defer=&amp;#39;defer&amp;#34;;        &lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;You need to add this to functions.php of your theme again.&lt;br /&gt;&lt;br /&gt;if this broken your theme, find out your js files from search console and try defer js files one by one:&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;add_filter&amp;#40; &amp;#39;clean_url&amp;#39;, function&amp;#40; &amp;#036;url &amp;#41;&lt;br /&gt;{&lt;br /&gt;    if &amp;#40; FALSE === strpos&amp;#40; &amp;#036;url, &amp;#39;example.js&amp;#39; &amp;#41; &amp;#41;&lt;br /&gt;    { // not our file&lt;br /&gt;        return &amp;#036;url;&lt;br /&gt;    }&lt;br /&gt;    // Must be a &amp;#39;, not &amp;#34;&amp;#33;&lt;br /&gt;    return &amp;#34;&amp;#036;url&amp;#39; defer=&amp;#39;defer&amp;#34;;&lt;br /&gt;}, 11, 1 &amp;#41;;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;change &amp;quot;example&amp;quot; with your js file name.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Best Free Cache Plugin&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Well the best free cache plugin of Wordpress is Wordpress Fastest Cache at the moment. Actually premium version is doing great jobs. I will tell you how to use the free version. Upload Wordpress Fastest Cache Plugin to your wordpress website and do the following settings.&lt;br /&gt;&lt;br /&gt;Please select all settings except Mobile on the settings of the application and click submit button. See the example here: &lt;a href='https://prnt.sc/nhfif1' target='_blank'&gt;https://prnt.sc/nhfif1&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;PHP Version&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Some servers still providing PHP 5.x as default. It means your website is slower than 2x times than a PHP 7.x website. You will need to go to cpanel and select PHP Version Manager (or PHP Version or you can also request it from service provider too.) Then change it to php 7.2. You can see how to change php version in the video below:&lt;br /&gt;&lt;br /&gt;&lt;a href='https://www.youtube.com/watch?v=pibZKJVIRfk' target='_blank'&gt;https://www.youtube.com/watch?v=pibZKJVIRfk&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;PHP 7.x will make your website 3-4 times faster.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Redirect HTTP to HTTPS and force HTTPS&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Redirecting http to https is the best for seo and speed. Ensure that your website is working correctly with ssl. You need to see the lock image near of your url on Google chrome or it should be green.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can use really simple ssl plugin for it. If you don&amp;#39;t want to have an extra plugin, Firstly go to Settings -&amp;gt; General on wordpress admin and then change your addresses to https there. Then...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Then can add the following code to .htaccess:&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&amp;#60;IfModule mod_rewrite.c&amp;#62;&lt;br /&gt;	RewriteEngine On&lt;br /&gt;	RewriteCond %{HTTPS} off&lt;br /&gt;	RewriteRule ^&amp;#40;.*&amp;#41;&amp;#036; https&amp;#58;//%{SERVER_NAME}%{REQUEST_URI} &amp;#91;R=301,L&amp;#93;&lt;br /&gt;&amp;#60;/IfModule&amp;#62;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;That&amp;#39;s all I can remember about speed up wordpress at the moment. However will edit this topic in the future with more details.&lt;br /&gt;&lt;br /&gt;If you have any questions about SEO, please feel free to ask me.</description>
            <author>trallan</author>
            <category>Content Creators, Blogmasters &amp;amp; Webmasters</category>
            <pubDate>Sat, 27 Apr 2019 08:16:35 +0800</pubDate>
        </item>
    </channel>
</rss>
