advanpix
Forum Replies Created
-
Forum: Plugins
In reply to: [WP QuickLaTeX] ql-cache is not removing unused imagesThank you for the 5-star review.
Forum: Plugins
In reply to: [WP QuickLaTeX] ql-cache is not removing unused imagesThis is intentional and optimized for speed. Space is almost never a concern for website, but speed is.
If you remove the package later on – then all formulas won’t be regenerated since all of them are already in the cache. QuickLaTeX cannot know in advance if you will change some formula (or revert it back after changes) and it keeps all versions of the formulas.
If you don’t need all the formulas anymore – than you need to clear cache manually.
Forum: Reviews
In reply to: [WP QuickLaTeX] ExcellentThank you, very much appreciated.
Forum: Plugins
In reply to: [WP QuickLaTeX] sizing issuePlease insert all the numbers as one formula.
Now each number is a separate formula.Forum: Plugins
In reply to: [WP QuickLaTeX] LaTeX bibtexWP QuickLaTeX doesn’t support this at the moment.
WP-QuickLaTeX plugin is open source. You can modify it to your liking (under GPL license conditions): remove CSS styles, etc.
Forum: Plugins
In reply to: [WP QuickLaTeX] Long waiting time to generate equationQuickLaTeX could take some time to generate all formulas on FIRST page load (maybe second). But afterwards, all images are cached by plugin and page rendering must be very quick.
Did you turned OFF cache in plugin settings? Do you see and files in ql-cache?
Forum: Plugins
In reply to: [WP QuickLaTeX] Settings page gives 502 errorI am afraid this is not related to QuickLaTeX. Check your server settings.
Forum: Plugins
In reply to: [WP QuickLaTeX] Misaligned numbering in align environmentHi,
QuickLaTeX doesn’t support per-equation numbering in “align”, sorry.Any chance you can remove the display=”true” from [latex] and use standard LaTeX syntax for displayed equations (e.g. \[...\], $$...$$, etc)? QuickLaTeX would generate them correctly as displayed.
In this case you would not need KaTeX plugin at all.
Moreover, I am not sure if you will be able to use KaLaTeX and QuickLaTeX together at all.
Forum: Plugins
In reply to: [WP QuickLaTeX] Times fontAfter global preamble has been changed, QL re-generates images on first visit to the page. Then these images are stored in cache and served to all visitors/sessions as static content (without any other work from QL side).
Thus delay might be noticeable only during first page visit after global preamble update.
Not every time, not random, but only once.P.S.
I checked HTML code of the website and I didn’t see any optimization / caching.
That is why I mentioned this is my previous reply.Forum: Plugins
In reply to: [WP QuickLaTeX] Times font@”Sometimes (not all the time) it takes about 30 seconds for the page to display initially. And sometimes (not all the time) it comes up with blank content, but when I refresh the page, the content does display.”
Changes in global preamble cause page load delay only once! Delay shouldn’t happen all the time or at random. Also it does not depend on what you put into preamble.
I think you need to tune overall performance of your website, because this doesn’t seems to be related to QuickLaTeX directly:
1. Use cache in QuickLaTeX, Admin->System->Cache images locally->ON. (It is ON by default, I mention this just in case you turned it OFF).
2. Install and tune page optimizing plugin, e.g. Autoptimize.
3. Install and tune caching plugin, e.g. WP Super Cache. This will generate pages once (use “Preload” mode) and serve them to visitors without running the PHP every time.All combined will make your website very quick (check its performance by Google tools in Google Analytics dashboard).
Forum: Plugins
In reply to: [WP QuickLaTeX] Times fontWhen you change global preamble – all formulas must be re-generated (done automatically).
This can take some noticeable time. Try refreshing page with all the examples and wait until page is loaded (refresh it several times if you get time-out error).Let me know if this helps.
I have just tested the global preamble with only two packages for Times fonts – everything works as expected.
Forum: Plugins
In reply to: [WP QuickLaTeX] Latex Broken after Cloudflare SSL Cert. used.@”I changed the Image format to PNG and it is rendering fine now.”
Not the best approach. PNG is raster format which poorly scales for retina-like displays, etc.Check the “Photon” in JetPack – it can be disabled (and it is better to keep it disabled).
Forum: Plugins
In reply to: [WP QuickLaTeX] Latex Broken after Cloudflare SSL Cert. used.Disable “Photon” functionality in JetPack plugin. It adds junk to every image URL on the page.
More details on this can be found in comments on QuickLaTeX page:
http://www.holoborodko.com/pavel/quicklatex/#comment-80037P.S.
If you are web-master always inspect final URLs on your page.P.P.S.
As I told you – this issue has no relation to our plugin.- This reply was modified 7 years, 5 months ago by advanpix.