Sterling Hamilton
Forum Replies Created
-
Forum: Plugins
In reply to: [Scalable Vector Graphics (SVG)] SVG in image gallery is not workingThat image is a PNG:
http://nuriaruizportfolio.com/wp-content/themes/expositio-child/images/featured.pngForum: Plugins
In reply to: [Scalable Vector Graphics (SVG)] SVG in image gallery is not workingThanks.
I’d like to understand the problem a little better.
- Does it display properly in the gallery?
- Where is it not displaying properly?
- Does it have a height and width associated to it?
- Does it work outside of WordPress — or — can you just drag and drop it from your local machine into your browser and it shows up fine?
Forum: Plugins
In reply to: [Scalable Vector Graphics (SVG)] SVG in image gallery is not workingWhat version of WordPress and what version of the plugin do you have?
Forum: Plugins
In reply to: [Scalable Vector Graphics (SVG)] Pixeden icons disappearedTypically it has to do with how the SVG is generated.
The baseline SVG I test against is this:
https://upload.wikimedia.org/wikipedia/commons/f/fd/Ghostscript_Tiger.svgCompare that to yours and see if that helps.
Things to always check are:
Can you view your SVG locally in a browser outside of WordPress?
Are you defining a height/width? If not, try that.This is fixed in the latest version!
No problem! Glad you got this resolved!
Forum: Plugins
In reply to: [Scalable Vector Graphics (SVG)] uploaded svgs appear as blank images.Typically it has to do with how the SVG is generated.
The baseline SVG I test against is this:
https://upload.wikimedia.org/wikipedia/commons/f/fd/Ghostscript_Tiger.svgCompare that to yours and see if that helps.
Things to always check are:
- Can you view your SVG locally in a browser outside of WordPress?
- Are you defining a height/width? If not, try that.
Forum: Plugins
In reply to: [Scalable Vector Graphics (SVG)] SVG in image gallery is not workingThis is fixed in the latest version!
Forum: Plugins
In reply to: [Scalable Vector Graphics (SVG)] Update causes JPGs to not uploadThis is fixed.
Had to do with not appending the mime-type.
Forum: Plugins
In reply to: [Scalable Vector Graphics (SVG)] Update causes JPGs to not uploadThanks JPost! — taking a look now.
Forum: Reviews
In reply to: [Scalable Vector Graphics (SVG)] Great attempt, but can't recommendHey guys!
After discussions with a few people in the space — probably going to remove the sanitization altogether — my plugin makes them work and shouldn’t take place of security overall.
Thanks for the review!
Forum: Reviews
In reply to: [WP Activity Log] Horrible PerformanceHey there!
I encountered the problem on 02.18.2015
- WordPress core is up to date.
- WP Security Audit Log is up to date.
I believe, based on commit history — it would be this version: https://plugins.trac.wordpress.org/browser/wp-security-audit-log?rev=1094373
I noticed the issue after my server went down. Then I restarted…and within 10 minutes it went down again.
After tracking down the process knocking things over, I saw that MySQL was the culprit.
Restarted the server again, logged into MySQL – did a SHOW PROCESSLIST — saw stacking queries from this plugin.
Was not an indicative of an attack on the server.
Forum: Reviews
In reply to: [WP Activity Log] Horrible PerformancePutting in description more recent feedback:
Follow up — as of 02.18.2015 — we tried it again and for random reasons it started tanking servers again. Nothing special about the servers or the installs:
Running a show processlist from mysql shows that it’s running a SELECT * FROM one of its tables (only 5000 rows in it) and it won’t finish, then it keeps stacking statements.
Forum: Plugins
In reply to: [Scalable Vector Graphics (SVG)] Images load as blank spaceHey Bob!
Could you link the svg? Also — is it possible to load the SVG in a browser just by itself? Like outside of WordPress?
Do you have a live example?
Forum: Reviews
In reply to: [WP Activity Log] Horrible PerformanceUnder attack is probably not the best way to describe it.
Those numbers are consistent over the life of the site. Not single instances.
Basically, when that becomes the case, one of the main reasons we like the plugin so much is that it does log failed attempts and such.
Disabling that makes us sad 😛
I’m working with one of our DevOps Engineers and we’ll do some testing and formulate a response. We do see some potential indexing solutions on some of the subqueries and potentially switching to innodb — but it’s all up in the air until we can have a concrete test.
What we are really struggling with here is this:
If a default feature, a core selling point of this plugin is enabled, then when traffic to a certain section of the site is performed, writes are performed to the database.
In terms of security… that sucks. It would be cool if the writes went to a system log file like syslog or an external service like a hosted logging API.
But the database would seem to be a bad place for this.
We’ll be in touch!