Skip to content

Instantly share code, notes, and snippets.

View SakalSo's full-sized avatar

Sakal SakalSo

  • Open Development Cambodia
  • Cambodia
View GitHub Profile
@SakalSo
SakalSo / Wfs-T-2-examples.md
Created September 19, 2023 09:21 — forked from SKalt/Wfs-T-2-examples.md
WFS-T 2.0.0 example requests

WFS-T 2.0.0 examples

Here I've translated the geoserver Web Feature Service Transactions (WFS-T) 1.0.0 examples into WFS-T 2.0.0 xml. All of these have been verified to work on geoserver 2.11.

Additional resources

action docs examples
delete docs examples
insert docs examples
replace docs example
update docs examples
@SakalSo
SakalSo / translate_press_issue_doc.md
Last active July 13, 2021 02:34
A document of encountered problem and solutions that I've tried on the translatepress EN problem

TranslatePress Plugin Memory Limit on translating English language Issue

Hotfixed by increaseing wordpress memory

Summary

Info from Debugging the Exhausted Memory Limit 500MB assigned required about 300MB more issue

  • issues occurs after switching a page specifically Lixin-Century-Page.php to EN for adding new translation
  • Suspect memory overflow from querying the massive wp_trp_gettext_en_us table (500K rows) and the plugin behaviour to stores translated in memory
  • The massive table size is only on EN translation (cause by a bug in plugin)
  • the new updated version of plugin has an option to remove those duplicate strings but it doesnt work (Backup the database first)