Forum Replies Created

Viewing 15 replies - 196 through 210 (of 242 total)
  • Can Cache Images solve your problem?

    This plugin just got complete rewrite, which includes “ajaxification”, meaning that it doesn’t need anymore heavy server. You can now run it on a cheap shared hosting too.

    But not finding options and settings pages is soooooo damn annoying. I wish every plugin had a “to the settings” link in the plugins listing….

    Why it needs to be under “Settings” since there aren’t any settings? It’s just a tool which needs to be run once or occasionally so it is under right submenu.

    BTW, this plugin just got complete rewrite, it should be working better then ever.

    Forum: Plugins
    In reply to: Basic Plugin Question

    wp_hash_password is defined at wp-includes/pluggable.php. You haven’t used search.

    Former color scheme was also taken from administration interface of WordPress so if you want to follow this rule of different look of wp.org from WP itself, there should be third color scheme that is not based on any from WP.

    If plugins weren’t couldn’t work at the same time, there could be other problems which made that, I don’t get how you concluded that it is a problem with jQuery.

    wp_enqueue_script isn’t working the way it should

    Could you explain how it doesn’t work the way it should? Maybe some example.

    There is only one right way to load jQuery which is already included in WordPress: by using wp_enqueue_script function.

    Note that WordPress uses jQuery in noConflict mode so you should be careful when using it in your plugins/themes.

    You should contact wp.com support for this.

    Forum: Fixing WordPress
    In reply to: what is hostname?

    You should report that to trac if you think it is important.

    Another idea for the users profile would be to add verified services ala the new Gravatar profiles.

    Since there is Gravatar profiles data is public, there is no need for it, you can simply include it from over there.

    I’m sorry that 90% of list wont be done this year but that’s how is going in WP.

    @mitcho, @nacin: First thing I wanted to post is about this issue. There are some progress on it already, but it is not finished. Because of that I wanted to suggest that one of priorities be to help Nikolay finish this so that developers, translators and users could finally have easy way for i18n, l10n and use of plugins/themes on local language. respectively.

    Another thing is that we finally have new version of bbPress, since almost everything for it is finished. After that, forums here could be updated to that version to have benefit of email subscriptions. It is much, much easier than forking bbPress in a plugin or making plugins for wishes for forum mentioned in Jane’s post. Very little work is needed.

    Plugin Directory/Infrastructure

    • some basic strict rules for development should be made (eg. enqueue instead of hardcoding of JS and CSS, how directory & URL paths are made, nonces & add_setting etc) and that plugins that doesn’t fix issue after warning be updated by someone else
    • making infrastructure that should be able to post localized data about plugin/theme via API, which could be used in next version of WP for plugin/theme browser/installer; to be built with in conjuction with l10n process which is mentioned above
    Thread Starter Milan Dinić

    (@dimadin)

    Hey, I sent you a reply to support polldaddy com that delivery failed with error “Unable to process the account password info.”

    Is this a right address or not?

    Thread Starter Milan Dinić

    (@dimadin)

    Gzip

    After looking to pgcache folder and .htaccess, my understanding is following:

    • for every page, both static html file is made and it’s gzipped (precompressed) version
    • if browser supports gzip, gziped version is sent

    This is because sending precompressed version uses less server resources then gziping on the fly?

    Is above true?

    If it is, does this conflicts with use of mod_deflate? For example, by default, in site’s root .htaccess file I add:

    <IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/javascript application/x-javascript application/x-httpd-php application/rss+xml application/atom_xml
    </IfModule>

    If precompressed version is sent and there is this in .htaccess, will content be compressed again or Apache knows that it is already compressed and does nothing? Note that this stays in .htaccess below W3TC’s lines which are at top.

    What is difference between types of compression (gzip, deflate, gzip and deflate)? How their use have effect on server’s load and to visitor’s computer (since content needs to be decompressed and different levels of compressions requires different power and time to decompress)?

    (note that this sections applies to minifying of CSS and JS too)

    Minify

    It seems that minifying is used even when caching of page is not used. There is option to turn off minification for administrators, but what about other logged-in users, commenters, pages excluded from caching and every other situation where minification is done on every page load?

    I am asking this because HTML minification is very expensive in terms of server resources.

    Adding CSS and JS files

    Should files be added by copying whole URL (eg. http://example.net/wp-includes/js/jquery/jquery.js?ver=1.3.2) and are they after that removed only while they are with exact URL, or are they deregistered from WP (eg. what will happen when jQuery in WP is upgraded to 1.4.2: will that new script be minified and removed or only old one because of different URL)?

    What do groups mean? Are those files we add minified only for that group or what?

    What does non-blocking means for JS?

    What happens when already minified JS file is added: will it be tried to be minified again or script will recognise minification?

    Cache and headers

    Sections for expiration of cache and use of cache control headers are not explained. Questions are:

    • If we turn on cache control headers, where to setup max age of cache?
    • What is difference between “Maximum lifetime of cache objects” and “Garbage collection interval”? When someone looks at it, he can conclude that both things are related to how often W3TC regenerates caches of pages.
    • To what external files “Update external files every” applies?

    (note that this sections applies to page cache and CSS and JS too)

    Page Cache

    When pages that shouldn’t be cached are added, should we add them like http://example.net/page, /page or simply page?

    Regeneration of cache

    I read that cache is regenerated when new entry or edit was made but what if something else is updated, like RSS widget, Twitter etc?

    I don’t know does Subscribe2 author uses this forum, try “official” too.

Viewing 15 replies - 196 through 210 (of 242 total)