- Queries
- All Stories
- Search
- Advanced Search
Advanced Search
Nov 16 2023
Nov 15 2023
Nov 14 2023
Nov 13 2023
Jul 17 2023
Tagged cachable SQL query.
Jul 14 2023
Jul 13 2023
Jul 6 2023
May 3 2023
Ignore arguments in backtrace saved into the Semaphores table to radically reduce INSERT query size.
Apr 19 2023
Apr 17 2023
Added "SystemLog.LogCodeFragmentsRotated" to the unit config.
- added ability to log code fragments for source file/line
- added code fragment rotation
- added filtering (prevent logging code fragments from non-interesting files)
- fixed notices, when logging code fragments from non-specified files
Apr 14 2023
Apr 11 2023
Found issues (height of the table above the grid is increased with each window resize), when the mode="minimal" attribute on a scroll container is used.
Mar 28 2023
Removed an empty line.
Mar 24 2023
Mar 22 2023
Updated test plan:
Fixed issue, where database cache without expiration had 0 instead of -1 lifetime stored.
Partially tested for Memcached. Failed test with $application->addCache('key_with_exp', 'v2', 3600);
Searched for new key with command key_memcache_dump.sh key_with
Script scanned 50 slab numbers and stopped. Found only this (lines with empty slabs omitted):
ITEM site_serial:1766886194:1:key_with_exp_serials [12 b; 1679428231 s]
ITEM site_serial:1766886194:1:key_with_def_exp [2 b; 1681584439 s]
Connection closed by foreign host.
Looking for 'key_with' key in 3 slab...
ITEM site_serial:1766886194:1:key_with_def_exp_serials [16 b; 1681584439 s]
Mar 21 2023
Testing internal caches expiration for Memcache
ITEM test [1 b; 0 s]
Failed condition "these keys have infinite expiration (the 1738250904 number might differ on your install)" - given "0 s" is not like some great integer like "1738250904"some other keys, containing "master", found only with request
(sleep 1; echo "stats cachedump 3 0"; sleep 1; echo "quit";) | telnet localhost 11211 | grep 'master'
response:
ITEM site_serial:1766886194:1:master:cms_menu_serials [15 b; 0 s]
ITEM site_serial:1766886194:1:master:template_mapping_serials [23 b; 0 s]
ITEM site_serial:1766886194:1:master:last_cache_rebuild_serials [25 b; 0 s]
ITEM site_serial:1766886194:1:master:config_files_serials [19 b; 0 s]keys have "_serials" at the end, so do not match keys from test plan
no other keys with "master" found with other requests
Replicated MemcacheCacheHandler class updates to the MemcachedCacheHandler class.
Mar 20 2023
Testing internal caches expiration for Memcache
ITEM site_serial:1766886194:1:master:last_cache_rebuild [68 b; 0 s]
Failed condition "these keys have infinite expiration (the 1738250904 number might differ on your install)" - given "0 s" is not like some great integer like "1738250904"
Detected that after memcache restart, test setCache with $application->setCache('key_with_def_exp', 'v1');, is passed only when twice open index.php. First index.php opening does not set value.