- Website UI/UX
- Website Development
Web development that are relevant to you will depend on your skills, experience, and interests. If you are new to web development, I recommend starting with front-end development or web design. Once you have a good understanding of front-end development and web design, you can then decide if you want to specialize in a particular area, such as web application development, mobile app development, or web performance optimization.
- Mobile App Development
Native apps are developed specifically for a particular mobile platform, such as iOS or Android.
Web apps are developed using web technologies, such as HTML, CSS, and JavaScript.
- SEO
- Digital Marketing
Optimize WordPress Blog
In order to have fast response WordPress based website you need to optimize it. By optimized the resources your website is not just fast but also effective to handle large traffic from your visitors. Previously i did write guide to improve your website performance, so if you feel adventurous to do it in technical way, please read and follow it.
Usually we do optimizing the WordPress website for our clients after we deploy it to live. We decrease the load time significantly by just doing some steps and fortunately all are free plugin and free to use. This is why i love to use and develop with WordPress.
After we launch our WordPress website we follow the following steps to significantly increase our website performance:
- WordPress Jetpack Plugin
This plugin help you to enrich your WordPress website by more feature. One of them is image CDN using WordPress infrastructure. And this feature is absolutely free. Please refer to my previous post to read more about Jetpack. - W3 Total Cache Plugin
This one of the best plugin to boost your WordPress performance. I only enable some of the features only: page cache, database cache, minify cache, object cache, browser cache and cdn. - Amazon Cloudfront as CDN
I setup Amazon CloudFront to handle my css and js files. And since I’m using W3 Total Cache to minified and set the cdn setting, the static files will be served using Amazon CloudFront. This increase the load time of the files, and reduce my server load. - Use Memcache or XCache in Server
You need to tell your Server administrator to do this. Ask them to configure Memcache or XCache to the server. And from W3 Total Cache, you can configure all the cache to use Memcache or XCache, this will significantly increase the load performance. - Cookies for Comments Plugin
Since there are many spammers using robot to do comment spam, you can reduce them by using Cookies for Comment plugin. By reducing the comment spammer, this will help you to save your resources for your loyal readers. - Resize and compress images
Always resize and compress your images. I like to use Jpegmini to compress all my image’s size. By compressing your image size, it will significantly reduce the download time for your reader.