GeoDirectory SupportUpcoming news and demo – GeoDirectory Support https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/feed Sun, 05 Apr 2026 21:57:59 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22593 <![CDATA[Upcoming news and demo]]> https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22593 Tue, 25 Nov 2014 19:03:59 +0000 Paolo Hi,

we just finished adding all the new stuff we developed in the past weeks on the official demo.

If you want to have a look and start testing, you can look here: http://wpgeo.directory

What’s new:

1) Multisite compatible
can’t really be tested there, but it is 🙂

2) GeoLocation, advance search and autocompleter merged in 1 improved addon.
Autocompleter has been added to “Near” field. You can now search in a location different from the selected (no need to switch 1st).

GeoLocation will take you to a page called : /location/me and it will show all listings around your position, in a radius defined by site admin. The GeoLocation can be triggered at 1st visit or disabled and triggered by the user via the “Share Location Button” (a new widget)

Clicking on the compass in the near field will show user defined radius and a “near me” checkbox. Enabling “near me” will show your position on the map. You can also move the position to a different place and search around it.

3) GD Booster taking GD from 30 something to 89 on Google pagespeed. 96 for user experience. http requests reduced by 70%. All internal CSS and JS that could be concatenated are merged in 2 files (1 css and 1 js obviously). It provides html page cache too, Gzip and enables browser caching.

4) New optimized queries. Home page queries have been reduced by 77% and memory usage by 50%.

Jeff is still working on Shrtcodes and probably he will have to change something because of the above.

We will start releasing all in beta 1st, to make sure that you can test it and report problems before we release them as new offical version.

Looking forward to hearing your feedback.

Thanks,

The Team

]]>
https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22607 <![CDATA[Reply To: Upcoming news and demo]]> https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22607 Tue, 25 Nov 2014 22:59:54 +0000 John Allsopp Great news!

Looking forward to the multisite compatibility 🙂

]]>
https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22624 <![CDATA[Reply To: Upcoming news and demo]]> https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22624 Wed, 26 Nov 2014 05:28:03 +0000 Alec Awesome News! Score for the home team!! Goo gle gonna love the GD Booster!

]]>
https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22670 <![CDATA[Reply To: Upcoming news and demo]]> https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22670 Wed, 26 Nov 2014 12:17:13 +0000 amolin And how about search on all CPT? Are you working on that?

]]>
https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22696 <![CDATA[Reply To: Upcoming news and demo]]> https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22696 Wed, 26 Nov 2014 15:40:10 +0000 tuyentran bugs
– when view location las vegas and comeback homepage then view any listing. breadcrumbs will be las vegas although you viewing listing in new york

– when view a location and comeback homepage, browser always ask for share location, i think set this feature just asking for first time only. or you can make 1 option for GD auto set location for user when view listing

– I think location switcher you should make 1 search field suggest locations in site instead dropdown for country, state, city. it hard to change location. if you make this is a search suggest location it will easy to change location (look like yelp)

]]>
https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22697 <![CDATA[Reply To: Upcoming news and demo]]> https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22697 Wed, 26 Nov 2014 15:46:58 +0000 tuyentran And with plugin gd booster. I use w3 total cache to minify any script and css i want. Browser caching, i don’t use page cache on w3 because will have some bugs with location. i use w3 total cache and i have 96/100 score on webpagetest.org

– With me “I think new location plugin hard to use and not effective”

]]>
https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22721 <![CDATA[Reply To: Upcoming news and demo]]> https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22721 Wed, 26 Nov 2014 19:23:02 +0000 Paolo Hi,

the 1st bug was due to GD-Booster, not multilocation and a quick tweak already solved it. Thanks for spotting it. (we didn’t test enough as logged out users.)

I think location switcher you should make 1 search field suggest location

This is how it works, the near field now allows to switch location too.

W3TC is not 100% compatible with GD and it will never be unless the plugin author starts tweaking his plugin to easily work with GD. Given that I doubt that will ever happen, we developed GD-Booster. If you wish to keep using w3tc instead, that’s your choice.

Thx

]]>
https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22722 <![CDATA[Reply To: Upcoming news and demo]]> https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22722 Wed, 26 Nov 2014 19:45:09 +0000 Paolo @amolin,

we looked into it, but didn’t include it in this release.

The way CPT details are stored in the database (to avoid all the joins needed with the default wordpress db structure), doesn’t allow to perform a search on all CPTs without having to do 1 query for the main search and another query for each result, to get the info needed to order/sort them.

Example : for a search page with 10 results, we would need 11 queries.

That could be extremely slow and considering that this is the case for both search results and map results, we would avoid this.

Another option would be to create a new table (a big one) that would be the sum of all GD CPT tables used only in case someone wants to search in all CPT.

It will still be slower than a regular search, but probably a bit better than the 1st option.

In any case, this can only be worked on in the next batch of releases and now in the upcoming one, because in any case it would require a lot of extra code.

Thanks

]]>
https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22837 <![CDATA[Reply To: Upcoming news and demo]]> https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22837 Thu, 27 Nov 2014 11:45:49 +0000 directory Will GD Booster adversely affect my site if my host uses Varnish? Is it a separate and an optional plugin?

]]>
https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22872 <![CDATA[Reply To: Upcoming news and demo]]> https://wpgeodirectory.com/support/topic/upcoming-news-and-demo/#post-22872 Thu, 27 Nov 2014 18:23:22 +0000 Paolo Yes, it is an addon, if it doesn’t work correctly with your managed server you can avoid installing it.

Thx

]]>