Upcoming news and demo

This topic contains 17 replies, has 9 voices, and was last updated by  Guust 9 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #22593

    Paolo
    Site Admin
    Post count: 31206

    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

    #22607

    John Allsopp
    Expired Member
    Post count: 399

    Great news!

    Looking forward to the multisite compatibility 🙂

    #22624

    Alec
    Lifetime Member
    Post count: 319

    Awesome News! Score for the home team!! Goo gle gonna love the GD Booster!

    #22670

    amolin
    Buyer
    Post count: 161

    And how about search on all CPT? Are you working on that?

    #22696

    tuyentran
    Free User
    Post count: 64

    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)

    #22697

    tuyentran
    Free User
    Post count: 64

    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”

    #22721

    Paolo
    Site Admin
    Post count: 31206

    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

    #22722

    Paolo
    Site Admin
    Post count: 31206

    @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

    #22837

    directory
    Expired Member
    Post count: 1502

    Will GD Booster adversely affect my site if my host uses Varnish? Is it a separate and an optional plugin?

    #22872

    Paolo
    Site Admin
    Post count: 31206

    Yes, it is an addon, if it doesn’t work correctly with your managed server you can avoid installing it.

    Thx

    #23223

    laurence anthony
    Expired Member
    Post count: 293

    where do we find GD Booster?

    #23227

    Guust
    Moderator
    Post count: 29970

    It is part of the beta, once extracted, you’ll find it as a plugin folder.
    Once uploaded it is in your WP menu.

    #23242

    hirman
    Free User
    Post count: 1

    When i upload and click activate,it show a fatal error.

    Warning: require_once() [function.require-once]: Unable to access gd_upgrade.php in /home/xxx/plugins/geodir_gd_booster/geodir_gd_booster.php on line 49

    Warning: require_once(gd_upgrade.php) [function.require-once]: failed to open stream: No such file or directory in /home/xxx/plugins/geodir_gd_booster/geodir_gd_booster.php on line 49

    Should i wait for final release.

    #23256

    Guust
    Moderator
    Post count: 29970

    @hirman
    This is only beta, so we can fix all bugs like that. I guess you only get this when you activate the GD Booster?
    What you get there is a warning only, and will be fixed in the final release.

    #23285

    Paolo
    Site Admin
    Post count: 31206

    Hi,
    at the moment I would suggest to open file geodir_gd_booster.php, go to line 49 and change this:

    
    
    if ( is_admin() ){
    require_once('gd_update.php');	
    }

    to this

    
    
    /*if ( is_admin() ){
    require_once('gd_update.php');	
    }*/

    This should remove the error. In any case this is a beta and autoupdate will not work until we release the official version.

    Let us know,

    Thx

Viewing 15 posts - 1 through 15 (of 18 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket