Generated by Rank Math SEO, this is an llms.txt file designed to help LLMs better understand and index this website. # Dipak C. Gajjar: Freelance WordPress Developer London, WordPress Speed Optimization London ## Sitemaps [XML Sitemap](https://dipakgajjar.com/sitemap_index.xml): Includes all crawlable and indexable pages. ## Posts - [WordPress Speed Optimisation Services in London](https://dipakgajjar.com/wordpress-speed-optimisation-services-in-london/): This article breaks down everything you need to know about WordPress speed optimisation services in London, why speed matters more than ever, and how the right strategy can transform your site from sluggish to lightning fast. - [Set first image of the content as featured image in WordPress](https://dipakgajjar.com/wordpress-first-image-as-featured-image/): Learn how to set the first image from the content as the featured image automatically, in bulk • Supports external images as well. - [Allow vendors to upload only specific file types in EDD Frontend Submissions](https://dipakgajjar.com/easy-digital-downloads-frontend-submissions-allow-only-specific-mime-type/): Easy Digital Downloads - Frontend Submissions: Restrict vendors to upload specific file types or allow them to upload only specific file types in WordPress. - [Fix WordPress LayerSlider conflict with Fast Velocity Minify Plugin](https://dipakgajjar.com/fix-layerslider-conflict-with-fast-velocity-minify-plugin-in-wordpress/): A tutorial that explains the steps to easy fix LayerSlider conflict with Fast Velocity Minify Plugin in WordPress. - [How to fix 403 Forbidden Error in WordPress caused by ModSecurity](https://dipakgajjar.com/fix-403-forbidden-error-in-wordpress-modsecurity/): ModSecurity might generate 403 Forbidden Error in WordPress when you post (save or update) any data to admin-ajax.php, page.php and post.php pages. - [Why you should choose Dedicated Hosting for your WordPress site?](https://dipakgajjar.com/dedicated-hosting-server-wordpress/): Dedicated hosting is always preferable over shared for WordPress site. It provides enhanced performance, resource customization and tougher security. - [Customize WordPress Dashboard for clients](https://dipakgajjar.com/customise-wordpress-dashboard/): To keep your clients from risky places or to restrict access to specific pages from the clients, you can customise your WordPress dashboard by hiding parts of the WordPress dashboard menu. - [Easy Digital Downloads – Extra note(s) On Checkout](https://dipakgajjar.com/easy-digital-downloads-extra-notes-checkout/): Easy Digital Downloads - Extra note(s) On Checkout is a WordPress plugin – allows buyers to add extra note(s) on checkout. - [Fix Error 404 when Password Protect a WordPress Subdirectory with .htaccess](https://dipakgajjar.com/fix-404-password-protected-subdirectory-wordpress/): When you try to password protect a WordPress subdirectory by adding .htaccess and .htpasswd under subdirectory, you sometimes (in fact most of the time) get Error 404 - Page not found when you visit that subdirectory location in the browser. - [Amavisd-new, ClamAV and SpamAssassin with Postfix on CentOS 6.7 Server](https://dipakgajjar.com/amavisd-new-clamav-spamassassin-postfix-centos-6-7/): ✓ Make sure everything is set in postfix's configuration file master.cf - [Deploy WordPress plugins from GitHub to WordPress.org SVN](https://dipakgajjar.com/deploy-wordpress-plugins-from-github-to-wordpress-svn-automatically/): Most developers (and companies) choose Git over SVN as their version control system. However, they have to use SVN to ship updates to WordPress.org plugin repo. - [Redirect failed login attempts to any location in WordPress](https://dipakgajjar.com/how-to-redirect-failed-login-attempts-to-any-location/): Adding the following code snippet into the functions.php of your wordpress theme will allow you to redirect failed login attempts to any location. - [DCG Display Plugin Data](https://dipakgajjar.com/dcg-display-plugin-data/): DCG Display Plugin Data is a WordPress plugin that helps you to display WordPress.org plugin data such as version, requires, and compatible up to, release and last update date, number of downloads, rating, description, installation steps, faq, and screenshots, etc. into pages/posts using the simple shortcode. - [Disable update notification for individual WordPress plugins](https://dipakgajjar.com/disable-update-notification-for-wordpress-plugins/): You should always keep your plugins and WordPress versions up-to-date to avoid any security vulnerability. However, there may be times when you need to stop a plugin from updating, for example when you have modified it. The following code snippet will stop any update notifications for a specific plugin. - [How to use Gravatar image as WordPress favicon?](https://dipakgajjar.com/use-gravatar-image-wordpress-favicon/): Gravatar stands for Globally Recognized Avatar. It is globally recognized because millions of people and websites use them. To know more about Gravatar, you can visit https://en.gravatar.com. - [Best practice to disable error reporting in WordPress](https://dipakgajjar.com/disable-error-reporting-in-wordpress/): I have seen a few posts that developers looking for a way to disable PHP notices or to disable PHP warnings showing up in WordPress. - [How to display Google custom search results in WordPress if no posts or results are found](https://dipakgajjar.com/display-google-custom-search-results-wordpress/): The below code helps you to display Google Custom Search results if no posts/results are found in a WordPress site. - [WordPress Plugin – WP Open Comment Links in New Window](https://dipakgajjar.com/wp-open-comment-links-new-window/): WordPress comments are very important for a blog and really make it possible to interact with users. Comments are why users take more interest in a blog. - [WP Super Minify – WordPress Minification Plugin](https://dipakgajjar.com/wp-super-minify/): WP Super Minify is a WordPress plugin, minifies, caches, and combines JavaScript and CSS files into a single file on demand to speed up page loads, using Minify PHP Framework and minit. - [How to set up FTP access for local WordPress site running via MAMP](https://dipakgajjar.com/set-up-ftp-for-wordpress-running-via-mamp/): Sometimes you may need FTP access for your local WordPress development (to update WordPress core version, themes, and Plugins) running via MAMP or MAMP PRO. You can use the FTP server built into Mac OS X but unfortunately, FTP server is not activated by default. Here are the steps to activate the FTP server and how to set up FTP access: - [WordPress Plugin – WP Performance Score Booster](https://dipakgajjar.com/wp-performance-score-booster/): WP Performance Score Booster is a WordPress plugin, helps you to speed-up page load times and improve website performance scores in services like PageSpeed, YSlow, Pingdom, and GTmetrix. It will remove any query strings from static resources like CSS & JS files, enable GZIP compression (compress text, HTML, javascript, CSS, XML, and so on), add Vary: Accept-Encoding headers, and set expires caching (leverage browser caching) to boost website performance scores.  - [How to change Firebug default font in Firefox](https://dipakgajjar.com/how-to-change-firebug-default-font-family-in-firefox/): If you're a designer or a developer and don't like the default font of Firebug, here I am showing you a trick to change the font family of Firebug in Firefox. - [How to install or update SVN (Subversion) on Apple MacOS X](https://dipakgajjar.com/install-update-svn-subversion-mac-os-x/): Below are the steps to install/update SVN (Subversion) on Mac OS X. - [Get browser window size using jQuery (useful for responsive web design)](https://dipakgajjar.com/get-browser-window-size-using-jquery-for-responsive-web-design-testing/): I am sharing a very useful bit of HTML code I use to get the window width when making responsive sites. - [How to debug WordPress White Screen of Death and other Errors](https://dipakgajjar.com/debug-wordpress-white-screen-errors/): After so many requests asking about "WordPress white screen of death", I would like to quickly share the strategy I use in most of the WordPress installs I manage which allows me to quickly switch on debug mode when required. - [How to export MySQL to Excel (XLS) or CSV using PHP](https://dipakgajjar.com/export-mysql-to-excel-xls-using-php/): The below code will export every column name and value from your database into an excel document (.xls). - [How to fix CentOS Yum Error – 4 is not a valid release](https://dipakgajjar.com/fix-centos-yum-error-4-is-not-a-valid-release/): After CentOS 4 hit End of Life in February (No updates after 29 February 2012), you may have noticed the following error coming from the "yum" installer:not using FTP, http, or file for repos, skipping - 4 is not a valid release or hasn't been released yet - [How to fix Quicksilver to Launch at Startup on Mac OSX](https://dipakgajjar.com/getting-quicksilver-to-launch-at-startup-on-mac-osx/): Quicksilver, an alternative to Spotlight is a FREE launcher utility app for Mac OS X which gives you the ability to perform common, every-day tasks rapidly and without thought. You can visit Quicksilver's official website at: http://qsapp.com to know more about this stunning app. - [How to use ReadyBoost to speed up your Windows](https://dipakgajjar.com/use-readyboost-to-speed-up-your-windows/): ReadyBoost can speed up your windows based computer by using storage space on most USB flash drives and flash memory cards. - [How to remove the router from Google’s location-finder](https://dipakgajjar.com/how-to-remove-router-from-googles-location-finder/): Google has introduced a way to opt-out of having your wireless access point included in the Google Location Server. Go to the settings screen on your router and change the wireless network name (SSID) to something that ends with _nomap (without the quotes). For example, O2wireless_nomap. ## Pages - [Freelance WordPress Developer London](https://dipakgajjar.com/): Award-winning WordPress consultant in London. Expert custom development, speed optimization, maintenance & support for max ROI. (112 characters) - [Sitemap – WordPress Services London, UK.](https://dipakgajjar.com/sitemap/) - [WordPress Store](https://dipakgajjar.com/wordpress-development-agency-london-store/): Optimize your WordPress site with expert support, maintenance, and speed services. Boost performance and user experience. Affordable plans start at $69/month. - [Terms and Conditions](https://dipakgajjar.com/terms-and-conditions/): My WordPress Speed Optimization Service offers a full, no-hassle refund within 15 days of your date of purchase. Refunds will not be granted after 15 days in any case. - [Privacy Policy](https://dipakgajjar.com/privacy-policy/): dipakgajjar.com (“this website”, “I”, “me”, or “my”) recognises the importance of privacy. I want you to feel confident using my services, and this privacy policy (“Policy”) is to help you understand and describe how I collect, use, and disclose information that I obtain about users of this website, services, plug-ins, software, or other Downloadable Tools. This Policy describes the following: - [Connect with WordPress Developer London today!](https://dipakgajjar.com/contact/): Fill the form below or schedule a call to get in touch. - [About WordPress Developer London](https://dipakgajjar.com/about-wordpress-developer-london/): With over 16 years of experience, I’m a London-based WordPress consultant specializing in performance, e-commerce, and custom development solutions. - [WordPress Services London](https://dipakgajjar.com/wordpress-services/): Popular WordPress Services - [Blog](https://dipakgajjar.com/blog/) ## Products - [WordPress Support and Maintenance Services](https://dipakgajjar.com/product/wordpress-support-and-maintenance-services/): Fantastic WordPress support and ongoing maintenance services that will take care of your WordPress site so that you can focus more on your business. - [WordPress Speed Optimization Service – Improve Core Web Vitals](https://dipakgajjar.com/product/wordpress-speed-optimization-service/): Our WordPress Speed Optimisation Service boosts your site speed that enables you to provide (your site users) the very best possible user experience. ## Testimonials - [Vanessa Mills](https://dipakgajjar.com/testimonial/vanessa-mills/) - [Mike bending](https://dipakgajjar.com/testimonial/mike-bending/) - [Martín Peixoto](https://dipakgajjar.com/testimonial/martin/) - [Marc Price](https://dipakgajjar.com/testimonial/marc-price/) - [Chelsea Ross](https://dipakgajjar.com/testimonial/chelsea-ross/) - [Bryan Byrd](https://dipakgajjar.com/testimonial/bryan-byrd/) - [Lakshmipathy Bhat](https://dipakgajjar.com/testimonial/lakshmipathy-bhat/) - [Michael](https://dipakgajjar.com/testimonial/michael/) - [Tyson](https://dipakgajjar.com/testimonial/tyson/) - [Andrew Pacholyk](https://dipakgajjar.com/testimonial/andrew-pacholyk/) - [Scott Hamer](https://dipakgajjar.com/testimonial/scott/) - [Ticia Symonds](https://dipakgajjar.com/testimonial/ticia-symonds/) - [Freedom M.](https://dipakgajjar.com/testimonial/freedom-m/) - [Avril O’Connor](https://dipakgajjar.com/testimonial/avril-oconnor/) - [Mark Trenner](https://dipakgajjar.com/testimonial/mark-trenner/) - [Daniel Ioffe](https://dipakgajjar.com/testimonial/daniel-ioffe/) - [David Simpson](https://dipakgajjar.com/testimonial/david-simpson/) - [Brent H.](https://dipakgajjar.com/testimonial/brent-h/) - [Charles Daly](https://dipakgajjar.com/testimonial/charles-daly/) - [Mark Hanchard-Goodwin](https://dipakgajjar.com/testimonial/mark-hanchard-goodwin/) - [Moe Bedard](https://dipakgajjar.com/testimonial/moe-bedard/) - [Alistair Pate](https://dipakgajjar.com/testimonial/alistair-pate/) - [Ewan](https://dipakgajjar.com/testimonial/ewan/) - [Chris Schmidt](https://dipakgajjar.com/testimonial/chris-schmidt/) - [Ciprian Morariu](https://dipakgajjar.com/testimonial/ciprian-morariu/)